Anchor to Attribute
objectAttribute
Represents a generic custom attribute, such as whether an order is a customer's first.
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?