Data Feeds
Order Feed
This section will describe the strcuture and format required for a custom order feed.
Order Data Feed:
The table below describes the required fields and values. An example JSON is shown below this information.
{
"id": "ord123",
"checkout_token": "5F2Fsgfgklkfgo",
"customer_id": "cust1234",
"total_price": "431.98",
"currency": "EUR",
"created_at": "2020-11-10T19:00:00-05:00",
"updated_at": "2020-11-12T13:00:00-05:00",
"cancel_reason": null,
"shipping_price": "12.00",
"fulfillment_status": "complete",
"discounts": [
{
"code": "blackfriday02",
"amount": "40.00",
"type": "percent"
}
],
"line_items": [
{
"product_id": "inano123456",
"quantity": 2,
"price": "199.99",
"regular_price": "250.00",
"discounts": [
{
"code": "appledisc01",
"type": "flat",
"amount": "20.00"
}
]
},
{
"product_id": "screen98765",
"quantity": 1,
"price": "100.00",
"regular_price": "120.00",
"discounts": null
}
]
}
SFTP Instructions:
For SFTP instruction please contact you customer success agent or alternatively email [email protected]