CartDiscountGroupUpdateInput
InputInput for updating a cart discount group.
#
Fields
- ID!
id The unique identifier of the resource.
- String
name The name to use for this cart discount group update input.
- StackingMode
stackingMode The stacking mode to use for this cart discount group update 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.