05-04-2025 03:22 AM
Hello..
I tried to access the market place insight api with below url and parameters.
But it responded with "Access denied" message.
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
Can somebody advise me on how to get the access permission for the marketplace insight api.
Thanks..
Lasantha
05-04-2025 04:06 AM
Market insight API is restricted API, even If you get it working in sandobx, you will not able to get access in production.
05-27-2025 05:25 PM - edited 05-27-2025 05:29 PM
Hi @lasakathria_0,
The error message you're encountering typically occurs when an incorrect token is used to make a request. Marketplace Insight API requires an access token created with the client credentials grant flow, using the scope: https://api.ebay.com/oauth/api_scope/buy.marketplace.insights
To gain access to the Marketplace Insights API in production, you can follow the process outlined in the documentation for the Restricted Buy APIs.
Best regards,
eBay Developer Support
06-18-2025 10:04 AM
do they provide access to anyone?