07-24-2024 05:15 AM
As a commercial seller, we would like to use Python to download fulfillment information for analysis and reporting. Is it possible to add scopes to our Production Client Credential Grant Type? Please advise.
Thank you!
07-24-2024 10:24 AM
Fulfillment API resources require an access token created with the authorization code grant flow as you need a user access token that grants your application permission to make API calls on behalf of a specific eBay user.
To get the information on required scope and token flow for the call, you can refer to the "OAuth scope" section in the API documentation of a call.