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

Forum Posts

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

How to get sold items with Finding API

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

Discrepancy in eBay Search Results for Multiple Keywords - Request for Assistance

I am writing to seek assistance regarding an issue related to the search functionality on the eBay platform. We have observed a discrepancy in the search results when multiple keywords are used in the search query, and we would appreciate your guidan...

i dont know which api is best for me

hello, I want to pull some category products and information such as brand description, price, with python. which api would be more suitable for me and how should i do it i couldn't find any demo or documentation?

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

search api

Hi thereI'm using this search API: https://svcs.ebay.com/services/search/FindingService/v1?Operation-Name=findItemsByKeywords First page is ok but when I get more pages(2, 3, .....), It returns something like this -> [{"@count":"0"}]Can you help me, ...

Does the Trading API GetItemTransaction call work to view historical product prices?

Hello, can someone help me with a question? I would like to know if it is possible to use the GetItemTransaction call of the Trading API to create a script that allows me to display the price history of a particular product. I've been reading the doc...

Most Marked as Helpful Authors