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