- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updatePromotionRules - Promotion Module Reference
This documentation provides a reference to the updatePromotionRules
method. This belongs to the Promotion Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method updates existing promotion rules.
Example#
Parameters#
data
UpdatePromotionRuleDTO[]The attributes to update in the promotion rules.
data
UpdatePromotionRuleDTO[]Returns#
Promise
Promise<PromotionRuleDTO[]>The updated promotion rules.
Promise
Promise<PromotionRuleDTO[]>Was this page helpful?