Interface
ProductRenderListInterface
Magento\Catalog\Api\ProductRenderListInterface
What it does
This interface defines a contract for retrieving comprehensive product render information including prices, names, stock status, and store details.
Developers use this when they need to fetch formatted product data for display purposes, particularly useful for frontend rendering, API endpoints, or custom product listing implementations where multiple product attributes need to be retrieved efficiently in one call.
Public Methods
- getList()