Use the Orders API to programmatically retrieve and submit order information. This API is designed to help Selling Partners develop fast and flexible custom applications that facilitate order synchronization, order research, and demand-based decision support tools.
š Note
Orders more than two years old will not show in the API response, except for the SG, JP, and AU marketplaces, which support orders from 2016 and after.
Key features#
Retrieve orders information with filtering criteria: The getOrders operation of the Orders API returns orders created or updated during the time frame or other filtering criteria indicated by the specified parameters. If NextToken is present, it is used to retrieve the orders instead of other criteria.
Retrieve specified order information: The getOrder operation of the Orders API returns order information that you specify.
Retrieve order item information for the specified order: The getOrderItems operation of the Orders API returns detailed order item information for the order that you specify. If NextToken is provided, it is used to retrieve the next page of order items.
Confirm shipment for the specified order: The confirmShipment operation of the Orders API confirms the shipment status for a specified order. It can also be used to edit shipment details of orders that have been shipped.