CartAttributeInput
A custom cart attribute key/value pair. Used by cartUpdateAttributes; the full list is replaced on each call.
input CartAttributeInput {
key: String!
value: String
}
Fields
CartAttributeInput.key ● String! non-null scalar
Attribute key (max 255 chars).
CartAttributeInput.value ● String scalar
Attribute value (max 500 chars). Omit to set the key without a value.
Member Of
CartCreateInput input ● cartUpdateAttributes mutation