deletePriceLists - Pricing Module Reference
This documentation provides a reference to the deletePriceLists
method. This belongs to the Pricing Module.
This method is used to delete price lists.
Example
Parameters
priceListIds
string[]RequiredThe IDs of the price lists to delete.
Returns
Promise
Promise<void>RequiredResolves when the price lists are deleted successfully.
Was this section helpful?