In Shopify plugin, I ticked read_own_subscription_contracts and write_own_subscription_contracts as per the error message I got when trying to do a graphql query to create sellingPlanGroups.
However when I refreshed my shopify Admin for my App, I expected to get the screen that asks me to approve the new change in scope. Instead I keep geting the "Oops something went wrong"...
saying that Oauth error missing_shopify_permission: write_own_subscription_contracts, read_own_subscription_contracts
which technically is correct and will remain so until I can get the screen that asks me to approve the new scope change.
Any idea how to resolve this?