Anchor to OrderAttributionDefinitionUpsertUserErrorOrder
objectOrder Attribution Definition Upsert User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (OrderAttributionDefinitionUpsertUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Order
Attribution Definition Upsert 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.
Was this section helpful?
Anchor to MutationsMutations
- orderAttributionDefinitionUpsert (OrderAttributionDefinitionUpsertPayload)
- •mutation
Upserts an order attribution definition for the calling app on the current shop. Apps can use attribution definitions to label orders they route to a shop, replacing or augmenting any definitions shipped declaratively via the
extension.If a definition with the same handle exists for this app on the shop, the supplied input fields are merged onto it; fields omitted from the input are left unchanged. Otherwise a new definition is created. To explicitly clear the stored
iconon an existing definition, passicon: null.- Anchor to inputinput•Order
Attribution Definition Upsert Input! required The input fields for upserting the order attribution definition.
Arguments
Was this section helpful?