10-26-2024 04:25 PM
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.
10-28-2024 10:12 AM
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