fulfillmentOutbound
fulfillmentOrders
Request that Amazon update the status of an order in the sandbox testing environment. 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}/status
Path parameters
orderIdstring required
The ID of the order 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": "PROCESSING"
}Response
Success.