Log in
Model

Price

Magento\Catalog\Model\Indexer\Product\Price

What it does

This class manages the product price indexing process in Magento 2, which maintains pre-calculated price data for faster catalog queries.

Developers interact with this class when they need to reindex product prices either fully (all products), partially (specific product IDs), or individually (single product).

It automatically handles cache invalidation after price updates to ensure frontend displays current pricing information.

Public Methods

  • execute()
  • executeFull()
  • executeList()
  • executeRow()