Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

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?