I am currently creating a oclif extension for the Shopify CLI, where it’s possible to export/import data from stores.
However, the access scope granted is very limited, and not suffient to properly export all the data I need.
Is it possible to grant additional scopes from ensureAuthenticatedAdmin or a similar function?