cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Creative eBay API Developer and Designer
https://www.mediageni.com
Message 1 of 4
latest reply
3 REPLIES 3

Filter by Seller ID in Browse API

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}  

Best Regards,
eBay Developer Support
Message 2 of 4
latest reply

Filter by Seller ID in Browse API

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 ?

Message 3 of 4
latest reply

Filter by Seller ID in Browse API

I have the same exact problem. Were you able to find a solution?

Message 4 of 4
latest reply