GitHub

MagentoBundledProduct

import { MagentoBundledProduct } from '@daffodil/product-composite/driver/magento'
interface MagentoBundledProduct {
  items: MagentoBundledProductItem[]
}

Properties

Name Type Description
items MagentoBundledProductItem[]