Anchor to OrderAttributionDefinitionUpsertInputOrder
input_objectOrder Attribution Definition Upsert Input
The input fields for upserting an order attribution definition.
Anchor to FieldsFields
- displayName (String!)
- handle (String!)
- icon (String)
- Anchor to displayNamedisplay•String!
Name non-null A human-readable name for the definition, displayed in Shopify Admin and on order details.
- Anchor to handlehandle•String!non-null
A unique identifier for the definition, scoped to the calling app on a single shop. Case insensitive. Used to match an existing definition when upserting.
- Anchor to iconicon•String
Sanitized SVG content used as the icon for orders attributed to this definition. Must conform to the platform's SVG sanitization rules and a 0 0 20 20 viewbox. Omit this field to leave the existing icon unchanged on update, or pass
nullto clear it.
Was this section helpful?