Is There any way that i can update scope in existing app without reinstall app #275
Unanswered
ghanshyam1994
asked this question in
Q&A
Replies: 1 comment
-
You can edit the scopes in your ENV or the Just make sure you are on the latest version and add the new middleware https://github.com/Kyon147/laravel-shopify/wiki/Upgrading#v19xx--v1920 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like api
curl -X POST -H "Content-Type: application/json" -H "X-Shopify-Access-Token: XXXXXXXXXXXXXXX" -d '{"scope":"read_customers, write_customers, read_orders, read_discounts, write_discounts, write_orders, read_analytics"}' "https://store.myshopify.com/admin/api/2024-01/access_scopes/update.json"
I want to insert more access_scopes here
Beta Was this translation helpful? Give feedback.
All reactions