Analytics Annotation Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (AnalyticsAnnotationCreateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Analytics
Annotation Create 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
- analyticsAnnotationCreate (AnalyticsAnnotationCreatePayload)
- •mutation
Creates an analytics annotation on the shop. Annotations are notable events that can be overlaid on analytics charts to provide context for changes in metrics. The annotation is attributed to the app that calls the mutation.
Shopify limits how many annotations an app can have for a shop. If the app reaches this limit, then the mutation returns a
LIMIT_REACHEDerror. Delete existing annotations or contact Shopify Support to request a higher limit.Use
to modify existing annotations orto remove them.The
typefield must specify a supported type for app-created annotations. Refer to the list of supported types.- Anchor to inputinput•Analytics
Annotation Create Input! required The input fields for creating an analytics annotation.
Arguments