Interface
ScopedProductTierPriceManagementInterface
Magento\Catalog\Api\ScopedProductTierPriceManagementInterface
What it does
This interface defines operations for managing tier pricing on products within specific store scopes.
Developers use this when they need to add, remove, or retrieve tier prices for products, which allow different pricing based on quantity thresholds and customer groups.
It's commonly used in B2B scenarios or when implementing volume-based discounts.
Public Methods
- add()
- remove()
- getList()