useCartAddAttributes
A cart hook that helps you easily add / append cart-level custom attributes to existing custom attributes.
customAttributes
cart custom attributes array [ { key: 'attrKey', value: 'attrValue' }, ... ]
Last updated