Jump to content

Does Sage X3 have a REST API?


 Share

Recommended Posts

Does the Sage X3 ERP have a REST API that I can use to

  • create a new purchase order with
  • download a list of all existing customers in the ERP?

 

This seems like a very basic question, but neither Google nor the official documentation at 

https://developer.sage.com/x3/

answers it. The official docs say X3 has:

  • a GraphQL API
  • a SOAP API, that looks incomplete, that is, only covering a small part of the functionality of Sage
  • APIs for file-based integration or import/export

 

Can you help me with that?

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...

Hi Anselm,

I don't know if this request is still required, but I would have recommended either SOAP API or GraphQL if you are in a recent version (> 2023R1)
REST APIs requires X3 4GL custom code using hybrid classes and representations. Cost of dev will be too much for you I think, plus it requires a certain level of knowledge to build them.
https://online-help.sagex3.com/erp/12/en-us/Content/V7DEV/integration-guide_ws-overview.html?Highlight=web services apis

Read carefully every part. If you use REST, you need to use /api1 dispatcher, not /sdata.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...