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

getInventoryItems

I want to get all my active listings and the quantity remaining. 

I am using OAuth and the RESTful API

I read online to use bulk_migrate to make them API compatible but I can't since I don't accept refunds on my products it says "This listing does not have a valid business policy". 

All I want is my active listing, is there an alternative?

Message 1 of 3
latest reply
2 REPLIES 2

getInventoryItems

Hi @stealiodotnet,

 

You can use the Sell Feed API to get the Active Inventory Report for the seller. Active Inventory Report contains price and quantity information for all of the active listings for a specific seller. A seller can use this information to maintain their inventory on eBay.

 

Overview of active inventory report flowhttps://developer.ebay.com/api-docs/sell/static/feed/merchant-data-downloadable-reports-flow.html#ac...

 

Seller can also use the Trading API GetSellerList call to  fetch the items listed by the seller. 

 

A comparison: Sell.Feed ActiveInventoryReport and GetSellerList: https://developer.ebay.com/support/kb-article?KBid=1342 

Best Regards,
eBay Developer Support
Message 2 of 3
latest reply

getInventoryItems

Hi, thank you

 

This might be a really specific question but I am using python requests library and the response of the download_result_file API is 200 status but I can't figure out how to parse it. It says that the response.content is in gzipped XML? I tried using gzip.decompress(response.content) but it gives error 

Not a gzipped file (b'PK')

 

Message 3 of 3
latest reply