ProductRenderList
Magento\Catalog\Model\ProductRenderList
What it does
This class retrieves and prepares product rendering information needed to display products on the frontend.
It fetches product data based on search criteria, enriches it with pricing, tax, and other display attributes, then returns a structured result set ready for frontend consumption.
Developers use this when building product listings, catalogs, or any view requiring comprehensive product display data.
Public Methods
- getList()