Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+14782630-18170ca2-3a44-4daf-8a7b-79992fa1b7e7

Overview

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
11

For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.


PARAMETERS /orders/v0/orders/{orderId}/orderItems


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
11

For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.


PARAMETERS /orders/v0/orders/{orderId}/orderItems/buyerInfo


GET /orders/v0/orders/{orderId}

Summary: get Order

Returns the order indicated by the specified order ID.

Usage Plan:

Rate (requests per second)Burst
11

For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.


PARAMETERS /orders/v0/orders/{orderId}


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
11

For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.


PARAMETERS /orders/v0/orders/{orderId}/buyerInfo


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
11

For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.


PARAMETERS /orders/v0/orders/{orderId}/address


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
11

For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.