TierPricePersistence
Magento\Catalog\Model\Product\Price\TierPricePersistence
What it does
This class handles database operations for product tier prices in Magento 2.
Developers use it to retrieve, create, update, replace, or delete tier price records for products, with built-in batch processing (500 items per operation) and transaction management to ensure data integrity.
It's typically used by services or repositories that need to persist tier pricing data without loading full product models.
Public Methods
- get()
- update()
- replace()
- delete()
- getEntityLinkField()