Log in
Interface

ProductRenderListInterface

Magento\Catalog\Api\ProductRenderListInterface

What it does

This interface defines a contract for retrieving product rendering information in bulk, including prices, names, stock status, and store-specific details.

Developers use this when they need to fetch formatted product data for display purposes, such as building product lists, category pages, or AJAX-loaded product grids.

It's particularly useful for frontend rendering where you need complete, display-ready product information for multiple products at once.

Public Methods

  • getList()