Anchor to webPixelUpdateweb
web Pixel Update
mutation
Requires access scope. Also: The app requires read_customer_events access scope and user access permission.
Activate a web pixel extension by updating a web pixel record on the store where you installed your app.
When you run the mutation, Shopify validates it
against the settings definition in
shopify.extension.toml
. If the settings
input field doesn't match
the schema that you defined, then the mutation fails. Learn how to
define web pixel settings.
Anchor to Arguments
Arguments
- •ID!required
The ID of the web pixel to update.
- Anchor to webPixelweb•
Pixel WebPixel Input!required The web pixel settings in JSON format.
Was this section helpful?
- Anchor to userErrorsuser•
Errors [ErrorsWeb Pixel User Error!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to webPixelweb•
Pixel The updated web pixel settings.
Was this section helpful?