Skip to content

UpdateFulfillmentPackage

Field Type Required Description
id number
status string one of: open, inProgress, readyForPickup, inTransit, fulfilled, canceled · default: "open"
serviceLevel string
package 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
fulfillmentDate string The date and time of the package entering status “inTransit” or “fulfilled”.
format: date-time
packageItems array[PostPackageItem]
{
"id": 537,
"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"
}