ENUM

AdjustmentAppliesToEnum

The target that the adjustment applies to.

link GraphQL Schema definition

  • enum AdjustmentAppliesToEnum {
  • # Applies the discount to the subtotal.
  • SUBTOTAL_DISCOUNT
  • # Applies a free shipping discount.
  • FREE_SHIPPING_DISCOUNT
  • }