Skip to main content
Anchor to OrderAttributionDefinitionUpsertInput

OrderAttributionDefinitionUpsertInput

input_object

The input fields for upserting an order attribution definition.

•String!
non-null

A human-readable name for the definition, displayed in Shopify Admin and on order details.

•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.

•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 null to clear it.


Was this section helpful?