Attribute
A generic key/value attribute — used for line item properties and other free-form metadata.
type Attribute {
key: String!
value: String
}
Fields
Attribute.key ● String! non-null scalar
Attribute key.
Attribute.value ● String scalar
Attribute value. Null when the key is set without an associated value.
Member Of
CartLine object