Interface
TierPriceStorageInterface
Magento\Catalog\Api\TierPriceStorageInterface
What it does
This interface defines the contract for managing tier prices in Magento 2.
Developers use this to programmatically retrieve, add, update, replace, or delete tier prices for products by SKU.
It's commonly used when bulk managing pricing rules for different customer groups or quantity thresholds through custom modules or integrations.
Public Methods
- get()
- update()
- replace()
- delete()