- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
deletePriceRules - Pricing Module Reference
This documentation provides a reference to the deletePriceRules
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 delete price rules based on the specified IDs.
Example#
Parameters#
priceRuleIds
string[]The IDs of the price rules to delete.
Returns#
Promise
Promise<void>Resolves once the price rules are deleted.
Was this page helpful?