<- Enum

Enum

OrderLineItemDiscountType

Indicates how the discount is applied to the associated line item or order.

Link to section

Values

Link to section

UNKNOWN_DISCOUNT

Used for reporting only. The original transaction discount type is currently not supported by the API.

Link to section

FIXED_PERCENTAGE

Apply the discount as a fixed percentage (such as 5%) off the item price.

Link to section

FIXED_AMOUNT

Apply the discount as a fixed monetary value (such as $1.00) off the item price.

Link to section

VARIABLE_PERCENTAGE

Apply the discount as a variable percentage based on the item price.

The specific discount percentage of a VARIABLE_PERCENTAGE discount is assigned at the time of the purchase.

Link to section

VARIABLE_AMOUNT

Apply the discount as a variable amount based on the item price.

The specific discount amount of a VARIABLE_AMOUNT discount is assigned at the time of the purchase.