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

which API to get all inventory active listing items?

As the title says I'm looking for a eBay endpoint which shows all my eBay active listing items.

this ebay trading api does the trick but i have no idea how to work with xml :  

https://developer.ebay.com/devzone/xml/docs/reference/ebay/getmyebayselling.html

 

all i need is a json payload response with my active listing items with: itemid, sku and title to build my rest api.

tried bulkmigrating and then the https://api.ebay.com/sell/inventory/v1/inventory_item?limit=2&offset=0 but this still doesn't get me the itemid.

Message 1 of 2
latest reply
1 REPLY 1

Re: which API to get all inventory active listing items?

Hi @cal_826780

 

You can use the Trading API calls like GetSellerList and GetMyeBaySelling to fetch the items listed by the authenticated user, including item data.

 

For more information, refer to the Knowledge Base article: https://developer.ebay.com/support/kb-article?KBid=477 

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