Skip to main content

Interface: BundleUpdateInput

Defined in: type/BundleUpdateInput.ts:5

Input object for BundleUpdateInput

Properties

condition?

optional condition?: BundleCondition

Defined in: type/BundleUpdateInput.ts:13

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/BundleUpdateInput.ts:9

The description for this bundle.


discount?

optional discount?: number

Defined in: type/BundleUpdateInput.ts:11

The discount percentage to be applied to this bundle.


name?

optional name?: string

Defined in: type/BundleUpdateInput.ts:7

The name for this bundle.


price?

optional price?: number

Defined in: type/BundleUpdateInput.ts:15

The bundle prices.


taxZone?

optional taxZone?: string

Defined in: type/BundleUpdateInput.ts:17

The bundle tax zone.