07-14-2024 03:31 PM
Hi, I am using the Finding API to pull results from Ebay. I am only aggregating the results of this API for my business need. I noticed the deprecation notice and it recommended the Browse API. The problem is that this API is user permission specific because it also includes the option to Buy from the API. I don't need that. Is there anyway to use the Browse API for a situation where I am just pulling listings?
07-16-2024 11:16 AM
Hi @hamiha-16,
Using the Browse API, you can create a rich selection of items for your buyers to browse with keyword and category searches.
Most of the Browse API calls like search, getItem only require an Application access token created with the client credentials grant flow, using the scope "https://api.ebay.com/oauth/api_scope".
You do not require any additional scope permission or user permission for executing the most of the Browse API calls.
Browse API Guide: https://developer.ebay.com/api-docs/buy/static/api-browse.html
07-17-2024 02:41 PM
Thanks for the help!