Hi, I have setup 2 app extensions in my shopify app
- Web pixel extension
- Theme app extension
I want to access the account id which is set from the web pixel extension , after the graphql mutation is ran.
webPixelCreate (webPixel: accountID: 1234 ). I have checked the graphql response and the accountid is set perfectly after running mutation.
I want to retrieve the account id, within my Theme app extension, which is a liquid file. How to achieve this ?