Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Hi there, I have a C# application, it just needs to query for one product (get details, affiliate link etc then will redirect the user to ebay), I can get this to work for an amount of time. What I was doing is using the tokens from the API Explorer ...
From Postman I'm testing: https://api.sandbox.ebay.com/buy/browse/v1/item_summary/search?q=dronebut the response is: {"errors": [{"errorId": 1100,"domain": "ACCESS","category": "REQUEST","message": "Access denied","longMessage": "Insufficient permiss...
How do I get the Terapeak research data that includes (avg sold price, no. of sold items etc.) using ebay APIs?Please also give me an example of let's say the product "iPhone", on how I get the "Overall Seller" count, and the "Total Sales" value. Tha...
I am having a difficult time, yielding search results for a model number of a product but if I search for a laptop (General search) it yields results what is the deal ?When I search that model number on eBay site, it gives 18 results including exact ...
I would like to retrieve the category path of any given leaf category. Previously, the GetCategoryInfo API call in the Shopping API returned this information, but this API call is now deprecated. I was looking into the trading API's GetCategories API...
Hi I'm trying to get renew my access token so that I keep using the search api without having to change the token manually.I keep getting response 500. What am I doing wrong? import base64 import requests client_id = "username-appName-PRD-xxxxxxxxx-x...
Hello,We are trying to fetch specific product information through Epid.1. We first fetch the products via Browse API - Search with a URL like that : https://api.ebay.com/buy/browse/v1/item_summary/search?q=14411VK500&limit=3this gives us back a list ...
I want to get the number of unit sold of a product as shown on the public page. Is there any api that gives this information?
Getting a search failure with blocked sellers. It is returning that all of the blocked sellers are invalid. Searches without blocked sellers work fine.
I would like to research products sold by sellers through the API.For example, I would like to obtain all data on $500 used items sold by Germany sellers in the past year through the API.Is it possible?Thank you
Hello, I'm trying to do a search on items but I'm only interested in items where the EAN field has been filled by the seller. Currently the only way i have to do this is to issue a SEARCH query and then execute a "getItem" for each item to get check ...
Please connect me with ebay partner network management. I meet them before in New York. I need help with a odd situation. I got contacted by ebay partner affiliate and they told me my website is in violation. When I shared another ebay partner networ...
I am having a developer create a tool that will search eBay for a compiled list of search terms, items I have available for sale, to confirm within filters that the item is selling for over X dollars. What type of API key and info do I need to provid...
Hello, New here,Can somebody help me on that. I am trying to fetch data by putting some OE numbers of car parts such as "14411EC00C". Normally in the APIs this must give me back information such as category id(ex. Turbocharger) Other reference number...
I would like to use the findItemsByCategory endpoint to fetch available products and store it into database.However I wonder if this data is classified as private user data so that I have to implement the endpoint for marketplace account deletion/clo...