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

GetMyeBaySelling deprecation

I received an email about the GetMyeBaySelling (https://developer.ebay.com/devzone/xml/docs/reference/ebay/GetMyeBaySelling.html) endpoint being deprecated, but I'm not sure what is the equivalent REST endpoint to query inventory from a seller.

I tried the getInventoryItems (https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/getInventoryItem...) endpoint and it always returns {"total": 0,"size": 0} no matter what parameters I send (limit and offset). And I know the seller account has  a lot more than 200 items listed

 

Which endpoint should I use? Does the eBay seller account require special permissions? I already request the permissions for both https://api.ebay.com/oauth/api_scope/sell.inventory and https://api.ebay.com/oauth/api_scope/sell.inventory.readonly on the account that generated the token but none of my requests return anything.

 

What I need is the endpoint that will allow me to query the inventory of a seller account with the details of the inventory (e.g SKU, price of listing, etc)

Message 1 of 2
latest reply
1 REPLY 1

GetMyeBaySelling deprecation

You will need to migrate all old listings to new listings using bulkMigarelisting endpoint and then you can use the getinventoryitems end point.

I have started created a document see If that helps

https://github.com/CMS365-PTY-LTD/EbaySharp 

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 2 of 2
latest reply