Interface
ProductRenderSearchResultsInterface
Magento\Catalog\Api\Data\ProductRenderSearchResultsInterface
What it does
This interface defines a data transfer object (DTO) that holds a collection of rendered product information in Magento 2.
Developers use this when working with product rendering APIs to retrieve or set multiple products' display data, such as prices, images, and attributes, typically for frontend presentation or headless commerce implementations.
Public Methods
- getItems()
- setItems()