Click on the icon under the API Reference section for the respective API. An example is shown below for Feed API.
Go to the specific API section and click View.
Go to the OAuth scope section and take note of the respective scopes (e.g., https://api.eBay.com/oauth/api_scope) and the type of Authorization (e.g., authorization code grant flow in the below example) required for making the API call. For example, for code grant flow authorization, https://api.eBay.com/oauth/api_scope/sell.fulfillment is required to execute createOrderTask. Similarly, take note of all the scopes needed for the required APIs. Similarly, identify all the required scopes.
To ensure that all the scopes noted down in the previous step are permitted for the given account, go to https://developer.eBay.com/my/keysand select OAuth Scopes to get the list of available client credentials and code grant flow scopes. If any of the required scopes noted down in the previous step is missing, please contact eBay support to get access to the required scope.
How to obtain ClientId (API key), Client Secret (API secret), and Redirect URL
Comments
0 comments
Please sign in to leave a comment.