0
votes

I am in the process of updating my Shopify App with new Permissions. This means there is a change in the authourize_url which would show up the permissions window when trying to install an app. I have also changed the redirect URL of the App. The App is currently listed in Shopify, and there are accounts using the App.

  1. How would this change affect the current App Installs?
  2. How do I go about this without having any downtime or manually asking Customers to uninstall and reinstall the App again?
  3. What is the best way to handle such scenario?
1

1 Answers

0
votes

You change the scopes. Your customers will therefore all have unauthorized oAuth tokens. The next time they try and use the App with the new scopes, your App will create a new oAuth token for their access as Shopify will prompt them to accept your new scopes.

It seems like pain, but it is the only way to go.