Errors Web Pixel User Error
Requires access scope.
An error that occurs during the execution of a web pixel mutation.
Anchor to FieldsFields
- Anchor to codecode•Errors
Web Pixel User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Activate a web pixel extension by creating 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 thesettings
input field doesn't match the schema that you defined, then the mutation fails. Learn how to define web pixel settings.- Anchor to webPixelweb•Web
Pixel Pixel Input!required The web pixel settings in JSON format.
Arguments
- Anchor to userErrorsuser•[Errors
Errors Web Pixel User Error!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to webPixelweb•Web
Pixel Pixel The created web pixel settings.
Fields
- •mutation
Deletes the web pixel shop settings.
- •ID!required
The ID of the web pixel to delete.
Arguments
- Anchor to deletedWebPixelIddeleted•ID
Web Pixel Id The ID of the web pixel settings that was deleted.
- Anchor to userErrorsuser•[Errors
Errors Web Pixel User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
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 thesettings
input field doesn't match the schema that you defined, then the mutation fails. Learn how to define web pixel settings.- •ID!required
The ID of the web pixel to update.
- Anchor to webPixelweb•Web
Pixel Pixel Input!required The web pixel settings in JSON format.
Arguments
- Anchor to userErrorsuser•[Errors
Errors Web Pixel User Error!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to webPixelweb•Web
Pixel Pixel The updated web pixel settings.
Fields