Home > @vsf-enterprise/bigcommerce-theme > ItemAttribute
# ItemAttribute interface
Cart item attribute.
Signature:
export interface ItemAttribute
# Properties
| Property | Type | Description |
|---|---|---|
| label | string | Attribute label. |
| name? | string | (Optional) Attribute name. |
| value | string | Record<string, any> | Attribute value. |