Filter by Seller ID in Browse API
Hello,
I'm building an application and was wondering if I can filter the results by Seller ID/Username with the Browse API. Is this possible? Cannot find anything here https://developer.ebay.com/api-docs/buy/browse/resources/item_summary/methods/search
Any suggestions would be very welcome
Thanks
Vidal
3 comments
developer_support@ebay
Hi @mediageni,
When executing the Search call, you can use the "sellers filter" in the request and only items from the specified sellers are returned in the response. Multiple values can be used for this filter.
Sample Request: https://api.ebay.com/buy/browse/v1/item_summary/search?q=shirt&filter=sellers:{rpseller|bigSal}
ciesz_24
·1 year agoHello, i have similar problem. Do you know how to bypass q parameter, as you are not allowing * wildcard. My use case it to pull 5 latest items from seller. I don't want to specify the product in the request as they are very broad, and are even in different categories. I want to send seller name , limit by 5, sort by newly listed, and get 5 newest items of the requested seller from API. How would you do that ?
donotpress
·1 year agoI have the same exact problem. Were you able to find a solution?