Log in
Interface

LinkedProductSelectBuilderInterface

Magento\Catalog\Model\ResourceModel\Product\LinkedProductSelectBuilderInterface

What it does

This interface defines a contract for building database SELECT queries to retrieve linked product IDs with minimal pricing information.

Developers would implement this interface when they need to create custom logic for fetching related, upsell, or cross-sell products along with their price data for a specific store and product context.

It's commonly used in product listing scenarios where associated products need to be displayed with their lowest available prices.

Public Methods

  • build()