v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Orders v0

updateShipmentStatus

Update the shipment status for an order that you specify.

Usage Plan:

Rate (requests per second)Burst
515

The x-amzn-RateLimit-Limit response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.

post/orders/v0/orders/{orderId}/shipment

Path parameters

orderIdstring required

An Amazon-defined order identifier, in 3-7-7 format.

Request body

marketplaceIdstring required

The identifier of the Amazon marketplace. For the list of all marketplace IDs, refer to Marketplace IDs.

shipmentStatus'ReadyForPickup' | 'PickedUp' | 'RefusedPickup' required

The shipment status to apply.

Example request

{
  "marketplaceId": "A1PA6795UKMFR9"
}

Response

Success.