MagentoConfigurableCartItem
An interface for magento configurable cart items.
import { MagentoConfigurableCartItem } from '@daffodil/cart/driver/magento'
interface MagentoConfigurableCartItem {
configurable_options: {
option_label: string;
value_label: string;
}[]
}
Properties
Name | Type | Description |
---|---|---|
configurable_options | { option_label: string; value_label: string; }[] |