Skip to main content

Interface: BundleCreateInput

Defined in: type/BundleCreateInput.ts:6

Input object for BundleCreateInput

Properties

addBundleItems?

optional addBundleItems?: BundleItemInput[]

Defined in: type/BundleCreateInput.ts:20

Items for this bundle.


condition?

optional condition?: 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?

optional description?: string

Defined in: type/BundleCreateInput.ts:10

The description for this bundle.


discount?

optional discount?: 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?

optional price?: number

Defined in: type/BundleCreateInput.ts:16

The bundle prices.


taxZone?

optional taxZone?: string

Defined in: type/BundleCreateInput.ts:18

The bundle tax zone.