CreateFulfillment
| Field | Type | Required | Description |
|---|---|---|---|
status |
FOFulfillmentStatus | yes | one of: open, canceled, inProgress, fulfilled |
carrier |
string |
||
serviceLevel |
string |
||
tracking |
string |
||
fulfillmentPackages |
array[CreateFulfillmentPackage] | yes |
Example
Section titled “Example”{ "status": "open", "carrier": "DHL", "serviceLevel": "sameDay", "tracking": "JJD000390007882823450", "fulfillmentPackages": [ { "status": "open", "serviceLevel": "sameDay", "package": "small", "fulfilledFromLocationCode": "DERetail001", "weight": 2000, "tracking": "JJD000390007882823450", "pickUpBy": "Kim Muster", "labelUrl": "https://documentserver.internal/label/label.pdf", "labelType": "pdf", "fulfillmentDate": "2026-01-01T00:00:00Z" } ]}
