Get order details for an Amazon Business order
Learn how to get order details for an Amazon Business order.
Learn how to get order details for an Amazon Business order.
Prerequisites
To complete this tutorial, you need:
- Authorization from the selling partner for whom you are making calls. For more information, refer to Authorizing Selling Partner API applications.
- The Direct-to-Consumer Delivery (Restricted) role assigned to your developer profile.
- The Direct-to-Consumer Delivery (Restricted) role selected in the app registration page for your application.
- A Restricted Data Token (RDT) that authorizes you to call the
getOrderoperation, which return restricted data.
Get order details for an Amazon Business order
Note
This is a restricted operation and requires a Restricted Data Token (RDT) for authorization. Some operations require restrictions because they contain customer PII data. These operations require passing an additional security review. For more information on RDT, refer to the Tokens API guide.
Call the getOrder operation. Specify the orderID. A successful response includes a payload object, which contains the information for an order. An order is an Amazon Business order if the isBusinessOrder response attribute is set to true.
Updated 24 days ago
