BundleCondition
Determines how bundle discounts are applied to items within the bundle.
Controls which products receive the discount when the bundle is purchased.
enum BundleCondition {
ALL
EP
}
Values
BundleCondition.ALL
Discount applies to all items in the bundle.
Every product in the bundle receives the configured discount percentage.
BundleCondition.EP
Discount applies only to extra products, excluding the primary item.
The leader item maintains its original price while additional items receive the bundle discount.
Member Of
Bundle
object ● BundleCreateInput
input ● BundleUpdateInput
input