BundleUpdateInput
No description
input BundleUpdateInput {
name: String
description: String
discount: Float
condition: BundleCondition
price: Float
taxZone: String
}
Fields
BundleUpdateInput.name
● String
scalar
The name for this bundle.
BundleUpdateInput.description
● String
scalar
The description for this bundle.
BundleUpdateInput.discount
● Float
scalar
The discount percentage to be applied to this bundle.
BundleUpdateInput.condition
● BundleCondition
enum
The discount condition for this bundle. Discount can be applied for Extra Products (EP) or All Products (ALL).
BundleUpdateInput.price
● Float
scalar
The bundle prices.
BundleUpdateInput.taxZone
● String
scalar
The bundle tax zone.
Member Of
bundleUpdate
mutation