Web service exports enable a tight integration with other applications by enabling data to be sent directly from one system to another. Sales orders can be exported individually, if desired, providing real-time integration.

Should you need to integrate large numbers of orders at scheduled times, take a look at the data file example of exporting.

Data is exported via templates which specify the fields exposed for exporting, as well as the data file type, the field and record separators, and the record types used in the destination file. Templates are also used to define fields that can be used as criteria to filter exported data.

Web Service Export Example

The template used to manage the export of basic customer data, addresses, contacts, and bank information is “SOH” (Sales Order - Header).

Download the Postman collection of web services

After importing the collection into your Postman, follow these steps to export customers:

  1. Select the Export Sales Orders request.
  2. Update the URL to point to your Enterprise Management solution.
  3. Under the Authorization tab, click Get New Access Token.
  4. Complete the GET NEW ACCESS TOKEN dialog box using the values from your OAuth2 service, then click Request Token.
  5. Click Use Token in the MANAGE ACCESS TOKENS dialog box.
  6. Click Send.

Note: If you wish to export the same records more than once, you will need to set the I_CHRONO property to “NO”. For many tables, Enterprise Management tracks which records have been exported, and this option can prevent re-exporting records that have not changed.

To find out how you can build your own export templates, and take advantage of more functionality, see the Import/Export Guide.


Provide feedback