PromotionRule - Promotion Module Data Models Reference

This documentation provides a reference to the PromotionRule data model. It belongs to the Promotion Module.

idPrimaryKeyModifier<IdProperty>
The ID of the promotion rule.
attributeTextProperty
The attribute of the promotion rule. @example customer_group_id
operatorEnumProperty<typeof PromotionRuleOperator>
The operator of the promotion rule. @example in
valuesHasMany<PromotionRuleValue>
The associated values.
promotionsManyToMany<Promotion>
The associated promotions.
method_target_rulesManyToMany<ApplicationMethod>
The associated method target rules.
method_buy_rulesManyToMany<ApplicationMethod>
The associated method buy rules.
descriptionTextPropertyOptional
The description of the promotion rule
Was this page helpful?