Acumatica
The Acumatica connector provides functions to import and export data to and from your instance of Acumatica. All data is provided in an XML format, and is processed via Acumatica's contract-based REST API.
Before using any task in the Acumatica library, you must create an Acumatica connection via the Connection Manager. The connection stores the necessary credentials to communicate with the Acumatica API securely and reliably. See Connecting to Acumatica for more information about the Acumatica connection. Once a connection is established, you can set up tasks as part of a workflow to automate business processes.
Tasks
The following tasks are available within the Acumatica connector:
- Export Customers
- Export Sales Invoices
- Export Sales Orders
- Export Shipments
- Export Stock Items
- Import Customers
- Import Sales Orders
Note
This connector implements the Zynk rest client, which means that you can enable the 'Log Debug Messages' in the Zynk common task settings to log API requests and responses to the working directory.
This is useful when debugging issues as you can see the information Zynk is passing to and receiving from the external REST interface.