cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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:

https://www.ebay.co.uk/sh/ord

 

Message 1 of 4
latest reply
3 REPLIES 3

Order - Awaiting Dispatch - Download Report API

@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

 

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 4
latest reply

Order - Awaiting Dispatch - Download Report API

@shipscript  Thanks for the pointer. I will give the RESTful one a try.

 

Cheers

Message 3 of 4
latest reply

Order - Awaiting Dispatch - Download Report API

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

Best Regards,
eBay Developer Support
Message 4 of 4
latest reply