Log in
Model

TierPriceManagement

Magento\Catalog\Model\Product\TierPriceManagement

What it does

This class manages tier pricing for products in Magento 2, allowing you to add, remove, and retrieve tier prices based on customer groups and quantities.

Developers use this class when they need to programmatically set bulk pricing discounts (e.g., buy 10+ items get $X price) for specific customer groups through the API or custom modules.

Public Methods

  • add()
  • remove()
  • getList()