Log in
Interface

BasePriceStorageInterface

Magento\Catalog\Api\BasePriceStorageInterface

What it does

This interface defines the contract for managing base product prices in Magento 2.

Developers use it to retrieve prices for specific product SKUs and to bulk update or add base prices for products.

It provides a standardized way to interact with product pricing data across different store views, with built-in validation and error handling for invalid SKUs or price data.

Public Methods

  • get()
  • update()