GitHub

MagentoConfigurableProductOptionsValue

import { MagentoConfigurableProductOptionsValue } from '@daffodil/product-configurable/driver/magento'
interface MagentoConfigurableProductOptionsValue {
  label: string
  swatch_data: MagentoSwatchDataInterface
  value_index: number
}

Properties

Name Type Description
label string
swatch_data MagentoSwatchDataInterface
value_index number