Types > PromotionConditionType
Values
Value | Description |
---|---|
and | |
customer_belongs_to_group | |
item_belongs_to_category | |
item_is_product | |
item_is_variant | |
not | |
or | |
order_has_product | |
order_has_product_from_category | |
order_has_variant | |
order_total | |
orders | |
param | |
return_window | |
shipping_address_country | |
shipping_provider_is |
Used By
Types
PromotionCondition, PromotionConditionCreate, ReturnPolicyCondition, ReturnPolicyConditionCreate
Preview (typescript)
type PromotionConditionType =| "and"| "customer_belongs_to_group"| "item_belongs_to_category"| "item_is_product"| "item_is_variant"| "not"| "or"| "order_has_product"| "order_has_product_from_category"| "order_has_variant"| "order_total"| "orders"| "param"| "return_window"| "shipping_address_country"| "shipping_provider_is"