Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Exciting changes are coming! eBay’s Developer Loyalty Program is getting a major upgrade with expanded benefits, deeper collaboration, and opportunities for accelerated growth. What’s Changing? Concierge-level service: for gold, silver, and bronze pa...
Is reporting your own post as innappropriate to get the attention of a moderator the best way to get a post moved to a different board ?{disclosure = I posted on what is probably the wrong board, and compounding my problem creation by not knowing how...
Anybody else getting incorrect timestamps sent from platform notifcations?The timestamps are from over an hour ago so fail the 10 minute check.
The limit for API calls is 5000 per day. I wonder if it's 5000 for each user that logs in to my application using their ebay account, or is it 5000 total for the application?
Hello fellow eBay Developers, I'm reaching out for assistance or guidance regarding an issue I've encountered with the eBay APIs. I'm currently trying to access detailed costs associated with specific orders, particularly the costs of shipping labels...
When specifying any conditionIds as a filter in the eBay sandbox buy browse api, it fails with the following returned error. This works in production just fine. I have tried different valid conditionIds, no combination works:{'category': 'REQUEST','d...
Dear fellow developers - How do I get a seller's location, as in the ebay/usr/seller > about > "location" ?I can only find an endpoint to get the domain of the user, but sometimes that's a different country that the user's location. Specifically I fo...
I'm trying to setup a little inventory management ios app for my little business that will integrate with ebay seller api so that I can choose to list items on ebay directly from my app. I am struggling though with figuring something out. Maybe its m...
My code will create an generate authorization code, then exchange for access token, createOrReplaceInventoryItem, getOffer, deleteOffer, createOffer in Sandbox and Production. But when I try to publishOffer I get 25002 API_INVENTORY error. How to fix...
Hello When requesting SendInvoice API, the fail message is responsed. When checking the order it is on 'Completed' status. Could you confirm the reason for the failure?1. Shop ID: gimsoobin@daou.co.kr- order Num: 15-12046-26028 2. URL: https://api.eb...
Hi everyone, I'm trying to publish my first listing through the API. I've taken API Explorer's recommendations and based my payload on that. However, even when I use API explorer, I always get the same error: 'Invalid .' No matter what I try, I get t...
I hope this message finds you well. I am reaching out to bring attention to a persistent issue I have encountered while using the Trading API.For the past 2 to 3 days, I have been experiencing intermittent problems with API calls such as "AddFixedPri...
I wanted sign in developers program but I can't. It sayed your username is already registered. Need help with your password?Then I tried to change my password and tiped my email but it doesn't work also.please advoice what is wrong.
Hi everyone, I'm developing an integration using selling REST APIs (inventory, offer...). I want to know if it's possible to use both APIs and account/store panel to manage listings. For example, is it possible to do all steps with APIs and the last ...
"message": "A user error has occurred. Your application encountered an error. This request is missing required input tag \"\".",I am getting this when i am trying to publish a product with offer
Working with the eBay RESTful API --My code will create an generate authorization code, then exchange for access token, createOrReplaceInventoryItem, getOffer, deleteOffer, createOffer, publishOffer in Sandbox and Production. Now I see that Inventory...