v9

latestOpenAPI 3.0.1Apache License 2.0raw.githubusercontent.com2026-08-01994159.4 KB
fulfillmentOutbound
fulfillmentOrders

Update and/or request shipment for a fulfillment order with an order hold on it.

Usage Plan:

Rate (requests per second)Burst
230

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

put/fulfillment/outbound/2026-07-04/orders/{orderId}

Path parameters

orderIdstring required

The ID of the order that you want to update and/or request shipment of.

Headers

x-amzn-fulfillment-service-idstring

The identifier of the fulfillment service used for this operation.

Request body

Example request

{
  "fulfillmentConfiguration": {
    "action": "SHIP"
  }
}

Response

Success.

UpdateOrderResponse required

The response to the updateOrder operation.

Example response

{}