Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Hi, I have three problems with sandbox. 1.Whenever I want to publish an offer I get the following message: The eBay listing associated with the inventory item, or the unpublished offer has invalid data in the associated Fulfillment policy. Specify at...
So up until a few days ago, under the MyEbay tab on the app, I could check my messages. I always get notifications, apparently I'm guessing there was an update or something, I'm not sure, but the messages tab has disappeared, and I'm not sure why and...
There I found the suggestion to test an APP ID with the following URL:https://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsAdvanced&SECURITY-APPNAME=YOURAPPIDHERE{"errorMessage":[{"error":[{"errorId":["11002"],"domain":["Se...
Hello everybody, I recently created a sandbox user to test some workflow together with our magento system, but I can't reach the sandbox. I think the whole system is broken, I can't even just simply create a new product. Can you help me please? Am I ...
I keep getting this error:"You have not specified in my eBay whether you are a private or business seller." in the FAQ there is a link to change that:https://scgi.sandbox.ebay.com/ws/eBayISAPI.dll?ChangeRegistrationAccountType&guest=1however it simpl...
Hi, I am testing my API calls in API Explorer. When I generate an Application Token, it works fine; but, when I try the same using an OAuth Token or Auth'n'Auth token, I get an error saying 403 response. The response I get is:"errors": [{"errorId": 1...
When generating the token through the portal, it is generating correctly and I can make the call in postman where it returns 200 ok, however when generating the token through postman, passing the necessary data as in the documentation url https://dev...
I have a very old developer account that I used to get keys for two different ebay stores. We own and run both stores. We are NOT a 3rd party app developer. I am trying switch everything from Auth n Auth to oauth. Any time I try to switch from Auth n...
Below is a PHP code example for creating and refreshing an Oauth token. The application will look at the timestamp on the token file to see if it has expired. If it has, or is close to expiration, the routine will generate a new token. Otherwise, it ...
this is such **bleep** plz help me
Hi, I have been trying for a few days now to access the marketplace insights api within the sandbox just by using the API explorer. However, I consistently get a 500 Internal Server Error with the following message: {"errors": [{"errorId": 100000,"do...
I have recently joined eBay and signed up a developer account. I want to integrate eBay APIs to my PHP Laravel Website. I need access token to call different APIs and to get an access token first I need to get an authorization code which will be prov...
I've just set up order management using the REST APIs. Is there a REST API to handle customer messages (receiving, sending) or do I have to resort to the 'traditional' XML API for that?
Hello everyone , I would like to know what is the procedure to get my application (sandbox and production) whitelisted in order to receive platform notifications.Many thanks
I can't use the authorization code grant OAuth method, the authorization URL always throws an error on the sandbox environment. Any ideas if there's a general bug? It doesn't even work from https://developer.ebay.com/my/auth?env=sandbox&index=0 when ...