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

Forum Posts

Some sandbox queries returning 0 results

I'm trying the ebay search api for the first time, and I'm getting strange results using the sandbox, where certain searches are returning 0 results.These are returning 0 results: 'legos', 'polo shirt', 'usb conrtroller''toys' returned 1 result.'shir...

User avatar by Enthusiast
  • 367 Views
  • 1 replies
  • 0 helpful

Resolved! Unable to submit UploadSiteHostedPictures with Postman

I'm trying to understand the UploadSiteHostedPictures call using postman before migrating the login into my software. However, I can't seem to make the call work. I'm following exactly the documentation from the eBay API guide. I keep getting the err...

2023-09-04_20-42-35.png 2023-09-04_20-41-53.png 2023-09-04_20-54-05.png
User avatar by Adventurer
  • 404 Views
  • 1 replies
  • 0 helpful

Third-party providers and services

Do you have any recommendations for third-party provides or services I can work with to access data available through the eBay API? I can connect directly to the APIs, but there are limits to what I can access based on my account type. I am hoping th...

Buy filter invalid date format?

https://developer.ebay.com/api-docs/buy/static/ref-buy-browse-filters.htmlThis web page has a filter called lastSoldDate. I'm trying to use it but getting an error about the date being in an invalid format even when I copy/paste the example or update...

Cap on search items produced

I am building a python application to provide data for keywords such as total active listings, total sold listings, avg sold price etc.The only issue I am having is it is capping the results produced at 50 even if there are thousands of results.Is th...

Resolved! I want to check if the application API is valid.

I call FindingAPI from my own Python code.URL = "http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByKeywords&SERVICE-VERSION=1.0.0&SECURITY-APPNAME=" + appkey However, the following error code appears and the API does no...

User avatar by Pathfinder
  • 245 Views
  • 3 replies
  • 0 helpful

rejection

I need to know why I receive this message and our request was rejected.Your account registration was rejected due to problems with the data provided or other irregularities. If you believe this rejection is in error, please see our FAQs and Contact C...

How to define X-EBAY-API-IAF-TOKEN in python?

I'm new to this api and trying to access the shopping api with python. It requires me to set an HTTP header of X-EBAY-API-IAF-TOKEN. How should I set it? Currently I'm setting it like this:```api = Shopping(appid = PRODUCTION_APPLICATION_ID, config_f...

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

svcs.ebay.com refused to connect

My https call is not answered by svcs.ebay.com:http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByKeywords&sortOrder=PricePlusShippingLowest&buyerPostalCode=92128&SERVICE-VERSION=1.13.0&SECURITY-APPNAME=DennisSi-python-#...

Missing fields in json response?

When I do a search call for auctions and non-auctions, I get a response but it doesn't show 'currentBidPrice' and 'itemEndDate' even if it's auction only without buyout. There's a lot of fields it doesn't show, but those are the 2 important ones. I c...

Most Marked as Helpful Authors