v9

latestOpenAPI 3.0.1Apache License 2.0raw.githubusercontent.com2026-08-01994159.4 KB
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

statusstring required

The current status of the fulfillment order. Possible values: PROCESSING, COMPLETE, COMPLETE_PARTIAL, CANCELLED, UNFULFILLABLE, INVALID.

Example request

{
  "status": "PROCESSING"
}

Response

Success.