ScopedProductTierPriceManagementInterface
Magento\Catalog\Api\ScopedProductTierPriceManagementInterface
What it does
This interface defines the contract for managing tier prices (volume-based pricing) for products within a specific scope in Magento 2.
Developers use this to programmatically add, remove, or retrieve tier pricing rules for products by SKU, allowing different prices based on quantity purchased and customer group.
It's commonly used when building custom pricing features or integrating with external ERP systems that need to sync tier pricing data.
Public Methods
- add()
- remove()
- getList()