GitHub

DaffConfigurableCartItemAttribute

Defines a selected attribute for a configurable cart item.

import { DaffConfigurableCartItemAttribute } from '@daffodil/cart'
interface DaffConfigurableCartItemAttribute {
  attribute_label: string
  value_label: string
}

Properties

Name Type Description
attribute_label string

A human-readable label for the attribute.

value_label string

A human-readable label for the particular value chosen for the attribute.