Model
ScopedTierPriceManagement
Magento\Catalog\Model\Product\ScopedTierPriceManagement
What it does
This class manages tier pricing (quantity-based discounts) for products within a specific website scope in Magento 2.
Developers use this class to add, remove, or retrieve tier prices for products while respecting multi-website configurations.
It ensures tier prices are properly validated and scoped to the correct website when catalog price scope is set to website level.
Public Methods
- add()
- remove()
- getList()