removePrices - Pricing Module Reference
This documentation provides a reference to the removePrices
method. This belongs to the Pricing Module.
This method deletes prices by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the prices.
Returns
Promise
Promise<void>RequiredResolves when the prices are deleted successfully.
Was this section helpful?