All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I am working on just a development store. I want to have write_customers scope enabled but my Partner Dashboard write_products for Required scopes. I completed "select your data use in step 1 to access protected customer data." but scopes did not update. I also tried running the app and using the access token to try to query GraphQL for segments but received Access Denied error.
Please help. This is blocking development.
Solved! Go to the solution
This is an accepted solution.
I resolved the issue.
In case anyone else is stuck on this problem, i resolved it by updating the scopes inside `shopify.app.toml` and running `shopify app deploy` which deploys a new version of the app including the new scopes. The Partner Dashboard will then show write_customers scope. This is not mentioned anywhere in the docs. Hope this is helpful for others.
This is an accepted solution.
I resolved the issue.
In case anyone else is stuck on this problem, i resolved it by updating the scopes inside `shopify.app.toml` and running `shopify app deploy` which deploys a new version of the app including the new scopes. The Partner Dashboard will then show write_customers scope. This is not mentioned anywhere in the docs. Hope this is helpful for others.