Overview
- GET /orders/v0/orders/{orderId}/orderItems
- PARAMETERS /orders/v0/orders/{orderId}/orderItems
- GET /orders/v0/orders/{orderId}/orderItems/buyerInfo
- PARAMETERS /orders/v0/orders/{orderId}/orderItems/buyerInfo
- GET /orders/v0/orders/{orderId}
- PARAMETERS /orders/v0/orders/{orderId}
- GET /orders/v0/orders/{orderId}/buyerInfo
- PARAMETERS /orders/v0/orders/{orderId}/buyerInfo
- GET /orders/v0/orders/{orderId}/address
- PARAMETERS /orders/v0/orders/{orderId}/address
- GET /orders/v0/orders
GET /orders/v0/orders/{orderId}/orderItems
Summary: get Order Items
Returns detailed order item information for the order indicated by the specified order ID. If NextToken is provided, it’s used to retrieve the next page of order items.
Note: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 1 | 1 |
For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.
OpenAPI snippet URL
PARAMETERS /orders/v0/orders/{orderId}/orderItems
OpenAPI snippet URL
GET /orders/v0/orders/{orderId}/orderItems/buyerInfo
Summary: get Order Items Buyer Info
Returns buyer information in the order items of the order indicated by the specified order ID.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 1 | 1 |
For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.
OpenAPI snippet URL
PARAMETERS /orders/v0/orders/{orderId}/orderItems/buyerInfo
OpenAPI snippet URL
GET /orders/v0/orders/{orderId}
Summary: get Order
Returns the order indicated by the specified order ID.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 1 | 1 |
For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.
OpenAPI snippet URL
PARAMETERS /orders/v0/orders/{orderId}
OpenAPI snippet URL
GET /orders/v0/orders/{orderId}/buyerInfo
Summary: get Order Buyer Info
Returns buyer information for the order indicated by the specified order ID.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 1 | 1 |
For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.
OpenAPI snippet URL
PARAMETERS /orders/v0/orders/{orderId}/buyerInfo
OpenAPI snippet URL
GET /orders/v0/orders/{orderId}/address
Summary: get Order Address
Returns the shipping address for the order indicated by the specified order ID.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 1 | 1 |
For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.
OpenAPI snippet URL
PARAMETERS /orders/v0/orders/{orderId}/address
OpenAPI snippet URL
GET /orders/v0/orders
Summary: get Orders
Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 1 | 1 |
For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.
OpenAPI snippet URL