Introduction
This article has been created to show how to setup the supplier integration Kornit X has built to connect to Circle Graphics
Setup
To setup the Circle Graphics integration, please head to your company and within the advanced settings head to "Supplier Integrations" and click to enable the Circle Graphics Option. This has been shown below.
When setting this up you will need to set your "Customer ID" and "Access Token". This information will be provided to you from Circle Graphics before you setup the integration with us.
You can set additional options within the integration such as setting the timings for push minimal and order age. You can also set the start timestamp and email any errors to a specified email.
Workflow
Orders for companies with Circle Graphics enabled that are on the status of received will be sent to Circle Graphics every hour. The following data will be sent out for each order:

{
"Order": {
"ClientPO": "test-circle-graphics-2-1",
"OrderDetailsList": {
"OrderDetails": [{
"Product": "3678",
"Qty": 1,
"ShipMethod": "60",
"ShipTo": "cg test",
"ShipToAddress1": "123 South Figueroa Street",
"ShipToCity": "Los Angeles",
"ShipToState": "US-CA",
"ShipToZip": "90012",
"ShipToPhone": "202-555-0112",
}]
}
}
}