Skip to content

FulfillmentPackage

Field Type Required Description
id number
status FOFulfillmentPackageStatus one of: open, inProgress, readyForPickup, inTransit, fulfilled, canceled
serviceLevel string
fulfilledFromLocationCode string
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
returnLabelUrl string
fulfillmentDate string The date and time of the package entering status “inTransit” or “fulfilled”.
format: date-time
packageItems array[object]
{
"id": 694,
"status": "open",
"serviceLevel": "string",
"fulfilledFromLocationCode": "DERetail001",
"weight": 0,
"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",
"returnLabelUrl": "https://documentserver.internal/label/returnLabel.pdf"
}