Get all Amazon Business orders
Learn how to get all Amazon Business orders.
Learn how to get all Amazon Business orders.
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.
Get all Amazon Business orders
Call the getOrders
operation. A successful response includes a payload
object, which contains an Orders
array of one or more orders, and optionally additional properties. An order is an Amazon Business order if the isBusinessOrder
response attribute is set to true
.
Updated about 4 hours ago