How to add auth scope `https://api.ebay.com/oauth/api_scope/buy.offer.auction` to an existing app?
Hi, I have an existing application with its own keyset, and I’d like to add the https://api.ebay.com/oauth/api_scope/buy.offer.auction scope to the OAuth configuration. Currently, the OAuth scopes for my application were predefined, but I need to upd...