Order - Awaiting Dispatch - Download Report API
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:
hellnot2001
Posted 2 years ago·Last reply 2 years ago
3 comments
developer_support@ebay
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.
shipscript
·2 years ago@hellnot2001
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
hellnot2001
OP2 years ago@shipscript Thanks for the pointer. I will give the RESTful one a try.
Cheers