CartDiscountGroupCreateInput
InputInput for creating a cart discount group.
#
Fields
- String!
name The name to use for this cart discount group create input.
- StackingMode!
stackingMode The stacking mode to use for this cart discount group create input.
Possible enum valuesPARALLELApplies each eligible discount against the same original amount.
SERIALApplies eligible discounts in sequence, each against the amount remaining after earlier discounts.