UpdatePromotionRuleDTO
The attributes to update in the promotion rule.
id
stringRequiredThe ID of the promotion rule.
description
null | stringThe description of the promotion rule.
attribute
stringThe attribute of the promotion rule.
operator
PromotionRuleOperatorValuesThe operator of the promotion rule.
values
string | string[]The values of the promotion rule.
When provided,
PromotionRuleValue
records are
created and associated with the promotion rule.Was this section helpful?