Log in
Model

ProductRenderList

Magento\Catalog\Model\ProductRenderList

What it does

This class retrieves comprehensive product rendering information needed to display products on the storefront.

Developers use it when they need to fetch multiple products with all necessary data (prices, attributes, tax information) for frontend display, typically in product listings, carousels, or search results.

It applies filters, collects all required product data, and returns a standardized search result object.

Public Methods

  • getList()