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

Marketplace Insight API responded with Access denied

Hello..

 

I tried to access the market place insight api with below url and parameters.

 

https://api.sandbox.ebay.com/buy/marketplace_insights/v1_beta/item_sales/search?q=iphone&category_id...

 

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

Message 1 of 4
latest reply
3 REPLIES 3

Marketplace Insight API responded with Access denied

Market insight API is restricted API, even If you get it working in sandobx, you will not able to get access in production.

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 2 of 4
latest reply

Marketplace Insight API responded with Access denied

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

Message 3 of 4
latest reply

Marketplace Insight API responded with Access denied

do they provide access to anyone? 

Message 4 of 4
latest reply