Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
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...
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...
As far as I know, search api could be called 5000 times per day but I'm banned after 5 calls. Is there extra permission I need to get?
After setting Oauth, when I click on "Test sign-in" and enter my email address I got this message. Please describe this.
After setting Oauth, when I click on "Test sign-in" and enter my email address I got this message. please help me to solve my problem
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...
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...
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...
developer_support@ebay The GetShippingCosts call within the Shopping API does not return any shipping information for eBay Authenticity shipping. Instead, it returns the error "Item has no shipping option".{"Timestamp":"2023-08-02T06:29:00.169Z","Ack...
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...
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...
When I use the search API, there's a lot of items missing when using sort/limit. When I try the same search via search bar on ebay.com, I get many more results. For example, if I search (tcg,cards) on ebay and sort by ending soonest, the top 10 listi...
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-#...
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...
Hello, I am trying to get the completed items for a given set of keywords. I have read on the documentation of the API that the findCompletedItems is no longer available and the same thing for the soldItemsOnly filter. Is there another possibility to...