Enum
You are viewing an old version of the API
CatalogDiscountType
How to apply a CatalogDiscount to a CatalogItem.
Values
FIXED_
Apply the discount as a fixed percentage (e.g., 5%) off the item price. |
FIXED_
Apply the discount as a fixed amount (e.g., $1.00) off the item price. |
VARIABLE_
Apply the discount as a variable percentage off the item price. The percentage will be specified at the time of sale. |
VARIABLE_
Apply the discount as a variable amount off the item price. The amount will be specified at the time of sale. |