06-10-2024 08:11 PM
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?
06-12-2024 09:34 AM
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 flow: https://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
06-20-2024 06:18 PM
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')