CreateFulfillmentPackage
| Field | Type | Required | Description |
|---|---|---|---|
status |
string |
one of: open, inProgress, readyForPickup, inTransit, fulfilled, canceled · default: "open" |
|
serviceLevel |
string |
||
package |
string |
||
fulfilledFromLocationCode |
string |
yes | |
weight |
number |
The actual package weight. format: float |
|
weightUnit |
WeightUnit | one of: g, lb |
|
dimensions |
PackageDimension | ||
tracking |
string |
||
pickUpBy |
string |
||
labelUrl |
string |
||
labelType |
string |
one of: pdf, zpl |
|
fulfillmentDate |
string |
The date and time of the package entering status “inTransit” or “fulfilled”. format: date-time |
|
packageItems |
array[PostPackageItem] | yes |
Example
Section titled “Example”{ "status": "open", "serviceLevel": "sameDay", "package": "small", "fulfilledFromLocationCode": "DERetail001", "weight": 2000, "weightUnit": "g", "dimensions": { "length": 25, "lengthUnit": "cm", "width": 17.5, "widthUnit": "cm", "height": 10, "heightUnit": "cm" }, "tracking": "JJD000390007882823450", "pickUpBy": "Kim Muster", "labelUrl": "https://documentserver.internal/label/label.pdf", "labelType": "pdf", "fulfillmentDate": "2026-01-01T00:00:00Z"}
