Docs
Dashboard

CartDiscountGroupUpdateInput

Input

Input for updating a cart discount group.

#

Fields


id
ID!

The unique identifier of the resource.

name
String

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 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.