Create tier prices

To create a tier price of a product, perform the following:

  1. Get an instance of the CatalogManager.
  2. To create a price for the product, use the CreateProductPrice method.
  3. Set the corresponding ParentId, Quantity, and Value.
  4. To save your changes, call the catalogManager.SaveChanges method.

Use the following code sample:

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?

Next article

Edit tier prices