Create tier prices
To create a tier price of a product, perform the following:
- Get an instance of the
CatalogManager
.
- To create a price for the product, use the
CreateProductPrice
method.
- Set the corresponding
ParentId
, Quantity
, and Value
.
- To save your changes, call the
catalogManager.SaveChanges
method.
Use the following code sample: