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

Forum Posts

Ebay-US and Ebay-DE, FindItemsAdvanced

Hello everyone, i am currently encountering the follwong problem: I build a script that provides me with the different sellers for a product. I enter a keyword 3.g. "supplements". I am based in Germany so naturally I used Ebay-DE. It just returned 24...

User avatar by Enthusiast
  • 435 Views
  • 0 replies
  • 0 helpful

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
  • 459 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
  • 601 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
  • 489 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
  • 707 Views
  • 1 replies
  • 0 helpful