Anchor to Attribute
objectAttribute
A custom property. Attributes are used to store additional information about a Shopify resource, such as products, customers, or orders. Attributes are stored as key-value pairs.
For example, a list of attributes might include whether a customer is a first-time buyer (),
whether an order is gift-wrapped (
), a preferred delivery date
(
), the discount applied (
), and any
notes provided by the customer (
).
Anchor to FieldsFields
- •String!non-null
The key or name of the attribute. For example,
.
- Anchor to valuevalue•String
The value of the attribute. For example,
"true"
.
Was this section helpful?