Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 2.19 KB

StackingRules.md

File metadata and controls

40 lines (24 loc) · 2.19 KB

StackingRules

Defines stacking rules for redeemables. Read more in the Help Center

Properties

Name Type Description Notes
redeemablesLimit Integer Defines how many redeemables can be sent in one stacking request (note: more redeemables means more processing time!).
applicableRedeemablesLimit Integer 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.
applicableRedeemablesPerCategoryLimit Integer Defines how many redeemables per category can be applied in one request. [optional]
applicableExclusiveRedeemablesLimit Integer Defines how many redeemables with an exclusive category can be applied in one request.
applicableExclusiveRedeemablesPerCategoryLimit Integer Defines how many redeemables with an exclusive category per category in stacking rules can be applied in one request. [optional]
exclusiveCategories List<String> 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.
jointCategories List<String> Lists all joint categories. A campaign with a joint category is always applied regardless of the exclusivity of other campaigns.
redeemablesApplicationMode RedeemablesApplicationModeEnum Defines redeemables application mode.
redeemablesSortingRule RedeemablesSortingRuleEnum Defines redeemables sorting rule.

Enum: RedeemablesApplicationModeEnum

Name Value
ALL "ALL"
PARTIAL "PARTIAL"

Enum: RedeemablesSortingRuleEnum

Name Value
CATEGORY_HIERARCHY "CATEGORY_HIERARCHY"
REQUESTED_ORDER "REQUESTED_ORDER"