cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
RESTful Buy APIs: Browse
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Request to enable buy.browse scope for existing production keyset

Hello, I am developing an internal tool that uses the eBay Browse API. My current production keyset is only enabled for selling scopes (e.g. inventory, fulfillment), but I need access to the https://api.ebay.com/oauth/api_scope/buy.browse scope for i...

Browse: getItems

Currently, I can use getItem, but not getItems. I checked the documentation, and getItems requires this scope: https://api.ebay.com/oauth/api_scope/buy.item.bulk. Currently, my app doesn't have access to that OAuth Scope. Is there a way I can ask for...

Resolved! Browse API search 0 results for specific sellers?

I've tried dozens of different filters, this happens only with specific seller filters.None of these return any results for me, i can't figure it out:https://api.ebay.com/buy/browse/v1/item_summary/search?q=Kleid&filter=sellers:{harleylinn}https://ap...

User avatar by Adventurer
  • 465 Views
  • 4 replies
  • 0 helpful

Multiple items with getItem (not getItems)

Trying to get multiple items with the 'getItem' call. In the documentation is an example in the URI Parameters which suggests this is possible: v1|1**********2|4**********2 Yet, when I try this, it only returns product details from the first item. Ex...

lastSoldDate Issue?

Can someone please explain why I am receiving the error below when using the lastSoldDate filter? ---I receive this error even if I copy and paste directly from the Browse API documentation: filter=lastSoldDate:[2018-08-30T00:00:00Z..2018-09-17T00:00...