cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

API Permissions Issue, using API Explorer

I have created a user token with a production environment application and a real production user. I'm using the API Explorer and have pasted the user token in the Token field, tried to make a basic createOrReplaceInventoryItem with their example, and I get this response:

"errors": [
{
  "errorId": 1100,
  "domain": "ACCESS",
  "category": "REQUEST",
  "message": "Access denied",
  "longMessage": "Insufficient permissions to fulfill the request."
}

When I created the application keys in, there were no options given for which APIs or calls I needed. Why would I not have sufficient privileges? I've tried using a few of the boilerplate samples: basic, advanced, a few different call types and they all give this response.

 

Message 1 of 3
latest reply
2 REPLIES 2

API Permissions Issue, using API Explorer

Have you completed the "Marketplace Account Deletion" section for your key set?

 

https://developer.ebay.com/marketplace-account-deletion

 

shipscript_0-1688859306977.png

 

New Developers: All new third-party developers coming to the platform must subscribe to or opt out of eBay marketplace account deletion/closure notifications before they make their first API call. Once the new developer's application is subscribed to eBay marketplace account deletion/closure notifications or they have successfully opted out of the notifications, the keyset/App ID is activated, and they can begin making API calls.

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 3
latest reply

API Permissions Issue, using API Explorer

Yes I had done this already. It appears to have eventually worked when I did oAuth, but I needed to configure a RuName before I could use the eBay "Get a User Token" via oAuth, as it wouldn't let me continue with the oAuth radio button until I created a RuName. It doesn't really make sense to me why the oAuth that's part of the built-in eBay system to get a token wouldn't work unless a redirect was setup, but I have certainly experienced my fair share of browser bugs while using the developers API console!

 

Thanks for the suggestion!

 

Message 3 of 3
latest reply