Log in
Model

TierPricePersistence

Magento\Catalog\Model\Product\Price\TierPricePersistence

What it does

This class handles database persistence operations for product tier prices in Magento 2.

Developers use it to retrieve, update, replace, or delete tier pricing data for products, with operations automatically chunked into batches of 500 items for performance.

It's the primary service for managing tier price storage when working with product pricing programmatically.

Public Methods

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