Skip to main content

UpdateBundleInput

No description

input UpdateBundleInput {
name: String
description: String
discount: Float
condition: BundleCondition
price: Float
taxZone: String
}

Fields

UpdateBundleInput.name ● String scalar

The name for this bundle.

UpdateBundleInput.description ● String scalar

The description for this bundle.

UpdateBundleInput.discount ● Float scalar

The discount percentage this bundle.

UpdateBundleInput.condition ● BundleCondition enum

The discount condition for this bundle. Discount can be applied for Extra Products (EP) or All Products (ALL).

UpdateBundleInput.price ● Float scalar

The bundle prices.

UpdateBundleInput.taxZone ● String scalar

The bundle tax zone.

Member Of

bundleUpdate mutation