Model
TierPriceManagement
Magento\Catalog\Model\Product\TierPriceManagement
What it does
This class manages tier pricing for products in Magento 2, allowing developers to programmatically add, remove, and retrieve volume-based discounts for specific customer groups.
Use this when you need to implement custom tier pricing logic through API or service contracts, such as bulk price imports or third-party integrations that need to manage quantity-based discounts.
Public Methods
- add()
- remove()
- getList()