GitHub

DaffConfigurableProductEntityAttribute

import { DaffConfigurableProductEntityAttribute } from '@daffodil/product-configurable/state'

The attributes chosen for a configurable product.

interface DaffConfigurableProductEntityAttribute {
  code: string
  value: string
}

Properties

code
string

The type of attribute.

value
string

The value chosen for the attribute.