<- Enum

Enum

CatalogDiscountType

How to apply a CatalogDiscount to a CatalogItem.

Link to section

Values

Link to section

FIXED_PERCENTAGE

Apply the discount as a fixed percentage (e.g., 5%) off the item price.

Link to section

FIXED_AMOUNT

Apply the discount as a fixed amount (e.g., $1.00) off the item price.

Link to section

VARIABLE_PERCENTAGE

Apply the discount as a variable percentage off the item price. The percentage will be specified at the time of sale.

Link to section

VARIABLE_AMOUNT

Apply the discount as a variable amount off the item price. The amount will be specified at the time of sale.