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

FieldDefinition
referenceInternal unique ID of the Order Logistic
accountExternalIdExternal unique ID of the Account
createdAtTimestamp when the Order Logistic was created
supplierExternalIdExternal identifier of the supplier handling the logistic
orderLinesList of ordered items in the Order Logistic
orderLineIdInternal unique ID of the Order Line
offerPriceExternalIdExternal unique ID of the Offer Price
variantExternalIdExternal unique ID of the Product Variant
quantityPerItemNumber of item per article
gtinGTIN
quantityQuantity of the product ordered
💡

Custom Fields

Custom Fields can be exported as well upon request