Interface
BasePriceStorageInterface
Magento\Catalog\Api\BasePriceStorageInterface
What it does
This interface defines a contract for managing product base prices in Magento 2.
Developers use it to retrieve base prices for multiple products by SKU and to add or update base prices in bulk, with validation and error handling for invalid data.
It's particularly useful when building custom pricing integrations or bulk price management features.
Public Methods
- get()
- update()