ISSUE: required scope not updating for protected customer data

Solved

ISSUE: required scope not updating for protected customer data

coffiend
Shopify Partner
2 1 0

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. 

Screenshot from 2024-10-01 21-06-29.png

Screenshot from 2024-10-01 21-01-42.png

  



Please help. This is blocking development.

Accepted Solution (1)

coffiend
Shopify Partner
2 1 0

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.

View solution in original post

Reply 1 (1)

coffiend
Shopify Partner
2 1 0

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.