Orders Export - API Connector
📄 Exported JSON Structure
Payload structure
Example – Order - JSON Export
{
"reference": "172-189-1896838-1",
"accountExternalId": "1234",
"supplierExternalId": "4567",
"createdAt": "2024-06-04T10:30:00Z",
"orderLines": [
{
"orderLineId": "7894",
"offerPriceExternalId": "6549",
"variantExternalId": "SKU123",
"quantityPerItem": "2",
"gtin": "17244701",
"quantity": 2
}
]
}
Fields
Field | Definition |
---|---|
reference | Internal unique ID of the Order Logistic |
accountExternalId | External unique ID of the Account |
createdAt | Timestamp when the Order Logistic was created |
supplierExternalId | External identifier of the supplier handling the logistic |
orderLines | List of ordered items in the Order Logistic |
orderLineId | Internal unique ID of the Order Line |
offerPriceExternalId | External unique ID of the Offer Price |
variantExternalId | External unique ID of the Product Variant |
quantityPerItem | Number of item per article |
gtin | GTIN |
quantity | Quantity of the product ordered |
Custom FieldsCustom Fields can be exported as well upon request
Updated 12 days ago