SOFulfillment
| Field | Type | Required | Description |
|---|---|---|---|
id |
number |
||
status |
FOFulfillmentStatus | one of: open, canceled, inProgress, fulfilled |
|
carrier |
string |
||
serviceLevel |
string |
||
tracking |
string |
||
fulfillmentPackages |
array[object] |
Example
Section titled “Example”{ "id": 981, "status": "open", "carrier": "DHL", "serviceLevel": "sameDay", "tracking": "JJD000390007882823450", "fulfillmentPackages": [ { "id": 694, "status": "open", "serviceLevel": "string", "fulfilledFromLocationCode": "DERetail001", "weight": 0, "weightUnit": "g", "dimensions": {}, "tracking": "JJD000390007882823450", "pickUpBy": "Kim Muster", "labelUrl": "https://documentserver.internal/label/label.pdf", "labelType": "pdf", "fulfillmentDate": "2026-01-01T00:00:00Z" } ]}
