Log in
Model

TierPriceStorage

Magento\Catalog\Model\Product\Price\TierPriceStorage

What it does

This class manages tier pricing operations for products in Magento 2.

Developers use it to retrieve, create, update, replace, or delete bulk tier prices for products identified by SKU.

It handles validation, persistence to the database, and automatically triggers price reindexing to keep the catalog search index up-to-date when tier prices change.

Public Methods

  • get()
  • update()
  • replace()
  • delete()