No content to show
User Activity
in the docs it's mentioned that : # This mutation creates a web pixel, and sets the `accountID` declared in `shopify.extension.toml` to the value `123`i quite didn't understand this , in the `shopify.extension.toml` there's no value such as accountID...
04-28-2024
in the docs it's mentioned that : # This mutation creates a web pixel, and sets the `accountID` declared in `shopify.extension.toml` to the value `123`i quite didn't understand this , in the `shopify.extension.toml` there's no value such as accountID...
Hey, I think you can do that by attaching the function that executes the mutation to the install function of the app, so it runs oninstall !
01-29-2024
hey man i'm trying to generate a storefront access token using this graphql mutation try {
// Your logic goes here
const gqlPayload = {
input: {
title: "xtry storefront access token",
//accessScope: "unauthent...
hey man, have you found a solution for this , because i'm facing the same issue with the payment mandate mutation
01-23-2024
hey guys , i actually found the mandateId but i'm still stuck in the process ,if someone can help that would be very awesomei'm trying to run a orderCreateMandatePayment mutation, i'm using a universally unique identifier as a idempotency key since i...