Delete tier prices
To delete a tier price of a product, perform the following:
- Get an instance of the
CatalogManager
.
- To delete a price for the product, use the
DeleteProductPrice
method.
This method expects a Guid
for the tier price
- To save your changes, call the
catalogManager.SaveChanges
method.
Use the following code sample: