Sage X3 API specification

SOLVED

Hello Team,

I am going to start integrating the Account Receivables documents from Sage X3 with YayPay.

Could you provide a link to the API documentation and which methods does Sage X3 supports?


Top Replies

Parents
  • +1
    verified answer

    Hi Andrew,

    In https://developer.sage.com/x3/ you can find all the information you need to integrate with Sage X3. Basically, you can use several methods to integrate with Sage X3:

    * File import / export

    * SOAP web services

    * Import / Export web service (specialized SOAP web service that uses structure of file import/export templates)

    * REST API (just reading from X3)

    * GraphQL (not everything available yet, super quick for reading)

    * Data Integration API (same as file import/export, but for cloud environments)

    Hope it helps!

Reply
  • +1
    verified answer

    Hi Andrew,

    In https://developer.sage.com/x3/ you can find all the information you need to integrate with Sage X3. Basically, you can use several methods to integrate with Sage X3:

    * File import / export

    * SOAP web services

    * Import / Export web service (specialized SOAP web service that uses structure of file import/export templates)

    * REST API (just reading from X3)

    * GraphQL (not everything available yet, super quick for reading)

    * Data Integration API (same as file import/export, but for cloud environments)

    Hope it helps!

Children