Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Hello everyone! I want to make requests filtering by country. To do this, I use X-EBAY-C-MARKETPLACE-ID. In my case, I pass the value EBAY_ES. I also add the siteid=186 property as a parameter in the URL, just in case it's needed. However, the produc...
I'm trying to build a search query that only finds Pokemon TCG cards with a PSA grade of 10 but running into issues. I've tried a variety of query params to no avail. My current setup is: ```curl --location --globoff 'https://api.ebay.com/buy/browse/...
I'm using this endpoint /buy/browse/v1/item_summary/search Mostly it works well, however if I try to restrict the results to only items that have local pickup within a certain radius of a UK postcode, it always returns no results. The same search on ...
I have an existing application keyset which has my original OAuth scopes, but according to support I have access to buy Browse API. However, I don't see it in my existing scopes for my application keyset. Is there a way to update or delete the existi...
Hello, I need to get a list of all items for a specific seller (read-only), and for the life of me, I cannot find a way to do this with the Browse API. Is this possible? Is there an example REST call, SDK example, etc. anywhere?
Hi, to populate our UK client's website automatically we send 18 separate keyword searches to the client's eBay site using the Browse API. These normally yield from 100's to 1000s of results for each search. The calls are identical (obviously except ...
Hello,I hope this message finds you well.I am trying to use the eBay API to retrieve all sold-out items for specific keywords. Currently, I have the following program that retrieves only the items that are currently for sale, but I am unsure how to a...
Found quite a few listings where getItemByLegacyId call returns nulls in both estimatedAvailabilities.deliveryOptions and shippingOptions.Needles to say, if I open these listings in browser, I do get shipping options and associated costs.API call has...
I try to get information about items by the getitem function of the browse api.Authorization:Bearer ****X-EBAY-C-MARKETPLACE-ID:EBAY_DEX-EBAY-C-ENDUSERCTX:affiliateCampaignId=,affiliateReferenceId=This endpoint: https://api.ebay.com/buy/browse/v1/ite...
Because the find API will soon be deprecated, I am experimenting with the browse API. With the following code, I am able to list some public information about products on eBay. The only problem I see at the moment is a JSON error message for every se...
Hi,I just signed up yesterday for the eBay Partner Network. I updated my code to specify the affiliateCampaignId in the X-EBAY-C-ENDUSERCTX header when sending browse/search queries and am receiving back an empty itemAffiliateWebUrl every time. I tes...
When using a Windows PC, if one clicks on an AffiliateWebUrl link returned by the Browse API, the user will be taken to the specific eBay item within a web browser. When using an iPhone without the eBay app installed, one has the same result. When us...
Hi all, Wondering if anyone can advise... When trying to narrow results of a category by keyword I get this error:"This keyword search results in a response which is too large to return" However surely the response when returning the full category is...
I initially setup my application keys just as an Ebay vendor but want to extend it for browsing listings + historical sale data. I've created and saved an account deletion notification endpoint but don't see anywhere to increase API scope in my accou...
I'm pulling listing info using Browse getItem, which includes shipping info. I noticed that the results from the API don't match the results from ebay.com. For example, on listing 302630425417, the website shows a default shipping cost (based on my z...