09-10-2024 10:35 AM - edited 09-10-2024 10:47 AM
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
10-10-2024 10:57 AM - edited 10-10-2024 11:00 AM
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}
11-18-2024 10:08 AM
Hello, 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 ?
04-30-2025 10:23 PM
I have the same exact problem. Were you able to find a solution?