MagentoConfigurableProductOption
import { MagentoConfigurableProductOption } from '@daffodil/product-configurable/driver/magento'
interface MagentoConfigurableProductOption {
attribute_code: string
label: string
position: number
values: MagentoConfigurableProductOptionsValue[]
}
Properties
Name | Type | Description |
---|---|---|
attribute_code | string | |
label | string | |
position | number | |
values | MagentoConfigurableProductOptionsValue[] |