Jump to content

Order Import API calls.


 Share

Recommended Posts

Hi,

I am new to Sage. I am looking to make API call to Sage to Import Orders data into Sage. I have read SOAP documentation but i couldn't understand it very much. generally we make API calls. we make first call to get authentication token and then we make API calls using that token to POST our data but it doesn't seems the case here. can please someone guide me through the process of how to import order using sage API thanks.

Link to comment
Share on other sites

  • 3 weeks later...

Hi Tajveez,

To import Orders into Sage X3, you can use either the Import / Export web service (as explained in https://developer.sage.com/x3/import-export-guide/developing-with-web-services/), or you can publish the SOH object in Web Services.

The idea of the Import/Export WS is to use the structure defined in the Import template, from the file import & export functionality, but instead of working with a file, you would pass as a parameter the data of the file, not the file. This can be done on a single call using basic authentication.

If you publish the object instead of using the Import/export web service, then you can perform CRUD operations record  by record. In Sage University (sageu.com) you can find some training on how to use this.

Hope it helps!

Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...