- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
updatePriceRules - Pricing Module Reference
This documentation provides a reference to the updatePriceRules
method. This belongs to the Pricing Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method is used to update price rules, each with their provided data.
Example#
Parameters#
data
UpdatePriceRuleDTO[]The price rules to update, each having attributes that should be updated in a price rule.
data
UpdatePriceRuleDTO[]Returns#
Promise
Promise<PriceRuleDTO[]>The list of updated price rules.
Promise
Promise<PriceRuleDTO[]>Was this page helpful?