We have just launched a Shopify app. We are adding more API scopes to the app. We are using PHP and REST API. How to get permission for new scopes by existing clients and how to get new access tokens.
Please guide me.
We have just launched a Shopify app. We are adding more API scopes to the app. We are using PHP and REST API. How to get permission for new scopes by existing clients and how to get new access tokens.
Please guide me.
Hi Lytechxdigital,
If your app is already installed on a shop and you want the merchant to grant additional access scopes, you need to redirect the merchant to the app install page with the additional requested scopes. After a merchant installs the updated app, any subsequent calls made to the AccessScope resource will return the updated list of granted access scopes.
Hope this helps!