Interface
ProductTierPriceManagementInterface
Magento\Catalog\Api\ProductTierPriceManagementInterface
What it does
This interface defines methods for managing tier pricing on Magento 2 products.
Developers use it to programmatically add, remove, or retrieve tier prices for specific customer groups and quantities.
Note that this interface is deprecated and developers should use ScopedProductTierPriceManagementInterface instead for new implementations.
Public Methods
- add()
- remove()
- getList()