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

Forum Posts

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
  • 329 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
  • 301 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
  • 249 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
  • 301 Views
  • 1 replies
  • 0 helpful

Ebay Sandbox APIs are not working

Hi Team, I was trying to test the sandbox APIs by calling the browse API and underneath that I tried to call getitems, but it throws an internal server error. Please let me know the reason of this problem and solution as well.

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...