TierPriceStorage
Magento\Catalog\Model\Product\Price\TierPriceStorage
What it does
This class manages tier pricing data for products in Magento 2, providing methods to retrieve, create, update, and delete bulk tier prices by product SKU.
Developers use this service when programmatically managing quantity-based pricing rules for customer groups, such as importing tier prices from external systems or building custom pricing interfaces.
It handles validation, persistence, and automatic price reindexing to keep the catalog up-to-date.
Public Methods
- get()
- update()
- replace()
- delete()