- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
removePriceListRules - Pricing Module Reference
This documentation provides a reference to the removePriceListRules
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 remove rules from a price list.
Example#
Parameters#
The rules to remove from a price list. The price list is identified by the
price_list_id
property.
price_list_id
property.Returns#
Promise
Promise<PriceListDTO>The updated price lists.
Promise
Promise<PriceListDTO>Was this page helpful?