Interface: BundleCreateInput
Defined in: type/BundleCreateInput.ts:6
Input object for BundleCreateInput
Properties
addBundleItems?
optionaladdBundleItems?:BundleItemInput[]
Defined in: type/BundleCreateInput.ts:20
Items for this bundle.
condition?
optionalcondition?:BundleCondition
Defined in: type/BundleCreateInput.ts:14
The discount condition for this bundle. Discount can be applied for Extra Products (EP) or All Products (ALL).
description?
optionaldescription?:string
Defined in: type/BundleCreateInput.ts:10
The description for this bundle.
discount?
optionaldiscount?:number
Defined in: type/BundleCreateInput.ts:12
The discount percentage to be applied to this bundle.
name
name:
string
Defined in: type/BundleCreateInput.ts:8
The name for this bundle.
price?
optionalprice?:number
Defined in: type/BundleCreateInput.ts:16
The bundle prices.
taxZone?
optionaltaxZone?:string
Defined in: type/BundleCreateInput.ts:18
The bundle tax zone.