03-13-2024 06:14 AM
I am trying to setup the developer api into my app some of the endpoints Browse API works fine, but Feed API, Deal API, Marketing API throwing the below permission error. Who to contact?. Thanks.
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
Solved! Go to Best Answer
03-13-2024 03:04 PM
I keep supplying the link to this page:
https://developer.ebay.com/api-docs/buy/static/buy-requirements.html#Applying
Perhaps I need to copy/paste it here, LOL:
The following is the application process for obtaining production access.
03-13-2024 09:48 AM
All of those are RESTful APIs.
The Browse API and the Marketing API require only the Application Grant flow to access public data.
The application can mint its own tokens every two hours.
https://developer.ebay.com/api-docs/static/oauth-client-credentials-grant.html
APIs that access private data require the Authorization Code Grant flow:
https://developer.ebay.com/api-docs/static/oauth-authorization-code-grant.html
This is a 3-part process to access private user data.
However, some of the Buy APIs that you are trying to use require additional permission from eBay. See the requirements here:
https://developer.ebay.com/api-docs/buy/static/buy-requirements.html#Applying
03-13-2024 12:11 PM - edited 03-13-2024 12:13 PM
Thanks, first I am just playing around with API explorer then I will integrate all minting the token into the code.
API Explorer: https://developer.ebay.com/my/api_test_tool?index=0
Why am i not able to access certain end points such as Feed API, Deal API, Marketing API etc throwing error?. Works fine on sandbox and NOT on production environment.
Thanks.
03-13-2024 01:48 PM
Since those APIs are "limited release", they are only available in production once the developer meets certain criteria. The API Explorer allows developer access to most tools within the sandbox; but using the API Explorer in Production mode is the same as actual production, so some APIs will not grant access if limitations are involved.
See "Using the APIs in Sandbox" on this page:
https://developer.ebay.com/api-docs/buy/static/buy-requirements.html#Using
03-13-2024 02:09 PM
@shipscript Thanks for the info, have been playing around in Sandbox for now. Do you know what are the criteria to get the access in production?.
03-13-2024 03:04 PM
I keep supplying the link to this page:
https://developer.ebay.com/api-docs/buy/static/buy-requirements.html#Applying
Perhaps I need to copy/paste it here, LOL:
The following is the application process for obtaining production access.