Hi, I am following the tutorial for getting started with web pixel extensions and I’m stuck on step 6.
What I can’t figure out is how to run the GraphQL query that activates the extension. I’ve tried running it using cURL, and I’ve tried installing the GraphiQL app on my shop and I executed the query there. In both cases I got an error:
Access denied for webPixelCreate field. Required access: `write_pixels` access scope
That kind of makes sense to me because it’s not the GraphiQL app that I gave write_pixels access to, it was my own app when I followed step 2.
So does this mean I somehow have to execute that GraphQL query from inside my own app? That’s not really straightforward to do with my app, which is why I had hoped to use cURL or GraphiQL.
One other question - we have a lot of existing customers who use our app and currently that app does not ask for the write_pixels access scope. To add a web pixel extension, will I have to upgrade those scopes and prompt all our customers to expand their permissions?
Thank you for any advice, I am a newbie to web pixel extensions