We are in the process of migrating our Shopping API to Browse API.
And before we used to look at Item.ListingStatus to get the status of the items.
What can we use for the same purpose on BrowseAPI using getIemByLegacyId?
We are in the process of migrating our Shopping API to Browse API.
And before we used to look at Item.ListingStatus to get the status of the items.
What can we use for the same purpose on BrowseAPI using getIemByLegacyId?
Hi @marcarl99,
You can use the search call to get the eBay items by various query parameters and to retrieve summaries of the items.
Search call will get you the itemId in the response. You can execute the getItem call with this itemId and look for the estimatedAvailabilityStatus field for seeing the inventory status of the item.
https://developer.ebay.com/api-docs/buy/browse/resources/item_summary/methods/search
Best Regards,
eBay Developer Support
30 People are following this question.
Endpoint for GetItem BrowseAPI - What end point do we use for getItem?
If I use the API in sandbox, will it search for items in Ebays whole database.
I'm facing an issue with getting search results for item_search API
Issue when retrieving item via the BrowseAPI getItem when seller is away
How to have the Brand of each product in the /item_summary/search?