Hi,
I’m facing wiered issue. Basically, i was using the priceRule GraphQL query in my app. And this query works on all stores except one. For that store its giving below error:
GraphQL Errors: [
{
message: ‘Access denied for priceRuleCreate field. Required access: write_price_rules
access scope.’,
locations: [ [Object] ],
path: [ ‘priceRuleCreate’ ],
extensions: {
code: ‘ACCESS_DENIED’,
documentation: ‘Shopify API access scopes’,
requiredAccess: ‘write_price_rules
access scope.’
}
}
]
Now, when I checked list of accessScopes for that stores for my app it had “'write_price_rules” already in the list but still it was giving the error. Now im confused where is the issue?