03-21-2024 09:38 AM
Does anyone know what the developer API for getting the Download Report of Awaiting Dispatch. I need to get the same information from the Download report available from the UI of this link below:
03-21-2024 10:20 AM
The Trading API has the ability to retrieve order status withe GetOrders call:
https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/GetOrders.html
The RESTful Fulfillment API could use the getOrders method, with filters to select only those orders with a specific status.
https://developer.ebay.com/api-docs/sell/fulfillment/resources/order/methods/getOrders
03-21-2024 10:36 AM
03-22-2024 09:43 AM
Hi @hellnot2001 ,
You can also use the Sell Feed API for downloading an order report. OrderReport shows detailed information on all unacknowledged orders, and all unacknowledged line items in each order from the past 30 days. Only unfulfilled orders will appear in the response, and orders that have already shipped will not. Sellers can use the information in OrderReport to make inventory updates and start order fulfillment.
For more details, please see "Working with Order Feeds" guide here.