Log in
Interface

SpecialPriceStorageInterface

Magento\Catalog\Api\SpecialPriceStorageInterface

What it does

This interface defines a specialized API for managing special prices (promotional/temporary prices) for products in Magento 2.

Developers use this to efficiently retrieve, add, update, or delete special prices for multiple products at once using SKUs, making it ideal for bulk price operations and integrations with external pricing systems.

Public Methods

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