Token, Messaging, Sandbox related issues
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Creating New Keysets?

I'm close to losing my mind here, I'm trying to either get a new keyset or create a new app (preferably the latter). I have an old app with a Sandbox keyset from ages ago, and I'm starting something new now. Turns out it's not that simple to just cre...

Account Type Not Changeable

When attempting to publish an offer with my sandbox eBay account, I receive an error message stating that I haven’t defined whether myaccount is Private or Business. I can confirm this setting by accessing the following API endpoint: https://apiz.san...

Request to Enable Production API Keys (Support Ticket Not Available)

Hello,I am a new eBay developer and I have created a sandbox keyset successfully. However, I need to activate my Production API keys in order to use the Trading and Inventory APIs for listing automation.When I go to the Application Keys page, I see t...

Sandbox oauth login not working via curl or python

This is my curl request, i've confirmed the auth token is b64 encoded string `USER:PASS`curl -v -X POST 'https://api.sandbox.ebay.com/identity/v1/oauth2/token' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Authorization: Basic REDACTED...