Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shopify App requesting permission to new scope

Tags:

shopify

One of my shopify apps will require a new scope (read_orders). What is the best way to ask our existing users for permissions to this new scope?

Does the user need to re-install the app?

like image 469
denniss Avatar asked Nov 23 '25 21:11

denniss


1 Answers

I'm afraid you do. This is because the access token you receive after you specify your scope is only limited to your older permissions.

like image 54
HussienK Avatar answered Nov 28 '25 13:11

HussienK