Docs
Dashboard

CartDiscountGroupCreateInput

Input

Input for creating a cart discount group.

#

Fields


name
String!

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 values
  • PARALLEL

    Applies each eligible discount against the same original amount.

  • SERIAL

    Applies eligible discounts in sequence, each against the amount remaining after earlier discounts.