access denied - (catalog/v1_beta/product_summary/search?q=a)
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
i am passing valid access token but getting access denied pls help
Thanks
amsut-8924
Posted 3 years ago·Last reply 3 years ago
1 comment
developer_support@ebay
Hi @amsut-8924.
Catalog API call requires an access token created with the authorization code grant flow, using one or more scopes from the following list (please check your Application Keys page for a list of OAuth scopes available to your application):
https://api.ebay.com/oauth/api_scope/sell.inventory
https://api.ebay.com/oauth/api_scope/commerce.catalog.readonly
See OAuth access tokens for more information.
Note: Only the
sell.inventoryscope is required for selling applications, and only thecommerce.catalog.readonlyscope is required for buying applications.