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

Forum Posts

Production API not working

Hello!I'm trying to use the browse API which is working fine when using sandbox mode. I have generated production API key and oauth token but I'm getting and error saying "Invalid access token. Check the value of the Authorization HTTP request header...

User avatar by Explorer
  • 304 Views
  • 2 replies
  • 0 helpful

Python SDK Library for RESTful APIs?

https://github.com/timotheus/ebaysdk-python The library above was super helpful in getting started with the eBay's deprecated APIs. I'm using the Finding API. I don't see an example SDK python library for the RESTful APIs. eBay is emailing me with th...

User avatar by Trailblazer
  • 339 Views
  • 1 replies
  • 0 helpful

Filter Browse API by lastSoldDate

https://api.ebay.com/buy/browse/v1/item_summary/search?q=phone&limit=3&filter=itemEndDate:%5B2024-02-14T00:00:00Z..2024-02-15T23:59:59Z%5D is throwing me an error using the API test tool - Price is doing the same thing. What am I missing? "warnings":...

Resolved! Token gets invalid a few times per day

Hey its now the second token that dies today. I just create a token, use them for testing,... and after a speciffic time i just get response 401 with Error Code 1001. If I create then a new one and use them, everyting works.Its impossible that i have...

User avatar by Rising Star
  • 332 Views
  • 6 replies
  • 0 helpful

get 401 on Browse API request

Hey i was setting up yesterday the Ebay Browse API for my Website but i alltimes get a 401 When try to connect from my Backend.herer is the code:def post(self, request, *args, **kwargs): queries = request.data.get('queries') print("QUERIES RECVEIVED"...

User avatar by Rising Star
  • 317 Views
  • 0 replies
  • 0 helpful

Resolved! URL

I am testing browsing of orders. My question, Is the url https://api.ebay.com/ws/api.dll the same for sandbox and production?

User avatar by Explorer
  • 258 Views
  • 1 replies
  • 0 helpful

Filters not working on search query

Hi, I am using Search query from Browse API and I'm using some filters on my query. For example using itemStartDate but when I input a day in the future, like random day in 2026. I'm expecting to return 0 results but I get the same set of results pri...

User avatar by Adventurer
  • 312 Views
  • 1 replies
  • 0 helpful