Log in
Model

SpecialPriceStorage

Magento\Catalog\Model\Product\Price\SpecialPriceStorage

What it does

This class manages special price operations for Magento products, providing efficient API methods to retrieve, update, and delete special prices (sale prices) with date ranges.

Developers use this when implementing bulk price updates, import/export functionality, or integrating with external systems that need to manage time-limited pricing campaigns programmatically.

Public Methods

  • get()
  • update()
  • delete()