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/getInventoryItems) 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)
znts-wholesale-global
·1 year agoNo it will not change the way but you need to now work on inventory and offer API to add/update listings, price and stock.
criogenist
OP2 years agoWill updating the old listings to the new items change the view to the end users on the eBay front?
znts-wholesale-global
·2 years agoYou 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