MagentoBundledProductItemOption
import { MagentoBundledProductItemOption } from '@daffodil/product-composite/driver/magento'
interface MagentoBundledProductItemOption {
uid: string
label: string
quantity: number
is_default: boolean
position: number
product: MagentoBundledProductItemOptionProduct
}
Properties
Name | Type | Description |
---|---|---|
uid | string | |
label | string | |
quantity | number | |
is_default | boolean | |
position | number | |
product | MagentoBundledProductItemOptionProduct |