GitHub

DaffCompositeCartItemOption

import { DaffCompositeCartItemOption } from '@daffodil/cart'

A composite product option in a cart item.

interface DaffCompositeCartItemOption {
  option_label: string
  value_label: string
}

Properties

option_label
string

A human-readable label for the option.

value_label
string

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