@sirev Thanks for the answers.
if you can answer on my Query. https://community.shopify.com/c/extensions/how-to-create-the-web-pixel-using-the-admin-api-grapql/m-p/2225672/highlight/true#M1091
Developers are encountering access denial errors when attempting to use the webPixelCreate GraphQL mutation, despite adding write_pixels and read_customer_events scopes to their shopify.app.toml configuration file.
Error Message:
write_pixels access scope. Also Required: read_customer_events access scope.”Attempted Solutions:
shopify.app.toml and having merchants grant permissionsWorking Solutions Reported:
export SCOPES="write_pixels,read_customer_events,read_products"
Additional Notes:
read_products scope may be required by default Shopify app functionality@sirev Thanks for the answers.
if you can answer on my Query. https://community.shopify.com/c/extensions/how-to-create-the-web-pixel-using-the-admin-api-grapql/m-p/2225672/highlight/true#M1091