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