04-03-2023 07:18 AM
What is the current recommended call to get a complete list of active items for an authenticated user regardless of whether the store is on vacation ?
My concern is that using GetMyEbaySelling or GetSellerList is part of the Trading API, and it’s not clear if this is being supported long term or if it would be better to use a restful call on a new project.
From what I can see https://developer.ebay.com/api-docs/sell/static/feed/merchant-data-downloadable-reports-flow.html#Ac... could work.
Otherwise I would have to convert all of my active listings to inventory using bulkMigrateListings and then use the Inventory API to manage my listings.
However, I’m not sure the Inventory API is a good fit for my use case.
The advantage as I can tell is that I can have my entire inventory uploaded and then selectively manage what I advertise on eBay, but it also seems more complicated to implement because all new products would have to be loaded to inventory, and then listed in a separate flow.
Is the trading API being supported long term ?
If not is using the seller hub feed api the simplest way to download a list of all active items for an authenticated user ?