10-01-2023 10:41 AM
My goal is to modify the authorization scope for "client credential Grant type" connections via my application.
It seems there is no way to modify anything about the application key sets i see registered. I read some posts that suggested I should be able to edit the scopes by going to "My apps" section and editing but when I log into developer.ebay.com I don't see any My apps section and the only option under my account are "Application Keysets" and "User access tokens". When I go to Application Keysets section, i see my sandbox and production app IDs but it does not let me click on the app to edit it in any way. Also there is no way to even delete it so i am at a loss. When I click on the OAuth scopes link it shows me list of scopes for both "Authorization Code Grant Type" and "Client Credential Grant Type" but both are not editable and under client Credential grant type scope, there is only one scope https://api.ebay.com/oauth/api_scope and i need to allow more like https://api.ebay.com/oauth/api_scope/sell.fulfillment . Does anyone know how i can get additional scopes added to my key sets or how i can delete and create a new keyset with different auth scopes?