Types > PromotionType
Commerce APITypesPromotionType
PromotionType

Values

ValueDescription
item_fixed_amount_off
item_percentage_off
order_fixed_amount_off
order_percentage_off
shipping_fixed_amount_off
shipping_percentage_off

Used By

Types

PromotionRule, PromotionRuleCreate

Preview (typescript)

type PromotionType =
| "item_fixed_amount_off"
| "item_percentage_off"
| "order_fixed_amount_off"
| "order_percentage_off"
| "shipping_fixed_amount_off"
| "shipping_percentage_off"