DraftOrderManualDiscount

Object

A manual discount applied to a draft order or one of its line items.

#

Fields


reason
String

An optional explanation for the manual discount.

type
DraftOrderManualDiscountType!

The calculation method used for the discount.

Possible enum values
  • FIXED_AMOUNT

    Subtracts a specific monetary amount.

  • PERCENTAGE

    Subtracts a percentage of the applicable price.

value
Decimal!

The fixed monetary amount or percentage, according to Type.