@plentymarkets/shop-api / productBundleGetters
Variable: productBundleGetters ​
const
productBundleGetters:object
Type declaration ​
getBundleDiscount() ​
getBundleDiscount: (
product
) =>number
Parameters ​
• product: Product
Returns ​
number
getBundleItemDescription() ​
getBundleItemDescription: (
productBundleComponent
) =>string
Parameters ​
• productBundleComponent: ProductBundleComponent
Returns ​
string
getBundleItemImage() ​
getBundleItemImage: (
productBundleComponent
) =>string
Parameters ​
• productBundleComponent: ProductBundleComponent
Returns ​
string
getBundleItemName() ​
getBundleItemName: (
productBundleComponent
) =>string
Parameters ​
• productBundleComponent: ProductBundleComponent
Returns ​
string
getBundleItemQuantity() ​
getBundleItemQuantity: (
productBundleComponent
) =>string
Parameters ​
• productBundleComponent: ProductBundleComponent
Returns ​
string
getBundleItemUrl() ​
getBundleItemUrl: (
productBundleComponent
) =>string
Parameters ​
• productBundleComponent: ProductBundleComponent
Returns ​
string
isItemBundleSalable() ​
isItemBundleSalable: (
item
) =>boolean
Parameters ​
• item: ProductBundleComponent
Returns ​
boolean
isItemBundleSalableAndActive() ​
isItemBundleSalableAndActive: (
item
) =>boolean
Parameters ​
• item: ProductBundleComponent
Returns ​
boolean