External Fulfillment Shipping v2024-09-11
updatePackageStatus
Updates the status of the packages.
patch/externalFulfillment/2024-09-11/shipments/{shipmentId}/packages/{packageId}
Path parameters
shipmentIdstring required
The ID of the shipment to which the package belongs.
packageIdstring required
The ID of the package whose status you want to update.
Query parameters
status'SHIPPED'
DEPRECATED. Do not use. Package status is defined in the body parameter.
Request body
Example request
{
"status": "DELIVERED",
"subStatus": "DELIVERED",
"reason": "Delivered Successfully"
}Response
Success.