DiscountRuleType
The possible types of discount rules.
Enumeration Members
FIXED
FIXED = "fixed"
Discounts that reduce the price by a fixed amount.
PERCENTAGE
PERCENTAGE = "percentage"
Discounts that reduce the price by a percentage reduction.
FREE_SHIPPING
FREE_SHIPPING = "free_shipping"
Discounts that sets the shipping price to 0
.
Was this section helpful?