fulfillmentOutbound
fulfillmentOrders
Update package information for a specific package in a fulfillment order. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to Fulfillment Outbound Dynamic Sandbox Guide and Selling Partner API sandbox for more information.
put/fulfillment/outbound/2026-07-04/orders/{orderId}/packages/{packageId}
Path parameters
orderIdstring required
The ID of the order that contains the package that you want to update.
packageIdstring required
The ID of the package that you want to update.
Headers
x-amzn-fulfillment-service-idstring
The identifier of the fulfillment service used for this operation.
Request body
Example request
{
"status": "DELIVERED",
"deliveryTime": "2025-04-21T12:34:56Z",
"tracking": {
"carrier": {
"trackingNumber": "1Z50V7420354708051",
"carrierCode": "UPS",
"trackingUrl": "https://www.swiship.com/track?id=SampleTrackingNumber1"
},
"amazon": {
"trackingNumber": "1Z50V7420354708051",
"trackingUrl": "https://www.swiship.com/track?id=SampleTrackingNumber1"
}
}
}Response
Success.