Fulfillment
| Field | Type | Required | Description |
|---|---|---|---|
id |
number |
||
status |
FOFulfillmentStatus | one of: open, canceled, inProgress, fulfilled |
|
carrier |
string |
||
serviceLevel |
string |
||
tracking |
string |
||
createDate |
CreateDate | Date of the order when it was created in the Shopgate system format: date-time |
|
fulfillmentPackages |
array[FulfillmentPackage] |
Example
Section titled “Example”{ "id": 981, "status": "open", "carrier": "DHL", "serviceLevel": "sameDay", "tracking": "JJD000390007882823450", "createDate": "2026-01-01T00:00:00Z", "fulfillmentPackages": [ { "id": 694, "serviceLevel": "string", "fulfilledFromLocationCode": "DERetail001", "weight": 0, "tracking": "JJD000390007882823450", "pickUpBy": "Kim Muster", "labelUrl": "https://documentserver.internal/label/label.pdf", "labelType": "pdf", "returnLabelUrl": "https://documentserver.internal/label/returnLabel.pdf" } ]}
