Defines stacking rules for redeemables. Read more in the Stacking Rule Documentation.
Name | Type | Description | Notes |
---|---|---|---|
redeemables_limit | int | Defines how many redeemables can be sent in one stacking request (note: more redeemables means more processing time!). | [optional] [default to 30] |
applicable_redeemables_limit | int | Defines how many of the sent redeemables will be applied to the order. For example, a user can select 30 discounts but only 5 will be applied to the order and the remaining will be labelled as SKIPPED. | [optional] [default to 5] |
applicable_redeemables_per_category_limit | int | Defines how many redeemables per category can be applied in one request. | [optional] [default to 1] |
applicable_exclusive_redeemables_limit | int | Defines how many redeemables with an exclusive category can be applied in one request. | [optional] [default to 1] |
applicable_exclusive_redeemables_per_category_limit | int | Defines how many redeemables with an exclusive category per category in stacking rules can be applied in one request. | [optional] [default to 1] |
exclusive_categories | List[str] | Lists all exclusive categories. A redeemable from a campaign with an exclusive category is the only redeemable to be redeemed when applied with redeemables from other campaigns unless these campaigns are exclusive or joint. | [optional] [default to []] |
joint_categories | List[str] | Lists all joint categories. A campaign with a joint category is always applied regardless of the exclusivity of other campaigns. | [optional] [default to []] |
redeemables_application_mode | str | Defines redeemables application mode. | [optional] |
redeemables_sorting_rule | str | Defines redeemables sorting rule. | [optional] [default to 'REQUESTED_ORDER'] |
redeemables_products_application_mode | str | Defines redeemables products application mode. | [optional] |
redeemables_no_effect_rule | str | Defines redeemables no effect rule. | [optional] |