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

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 
Message 1 of 2
latest reply
1 REPLY 1

access denied - (catalog/v1_beta/product_summary/search?q=a)

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.inventory scope is required for selling applications, and only the commerce.catalog.readonly scope is required for buying applications.

Best Regards,
eBay Developer Support
Message 2 of 2
latest reply