LinkedProductSelectBuilderByTierPrice
Magento\Catalog\Model\ResourceModel\Product\LinkedProductSelectBuilderByTierPrice
What it does
This class builds database queries to retrieve linked child products (like configurable product options) sorted by their tier prices.
Developers use this when they need to select the most affordable product variant based on tier pricing rules for the current customer group and store.
It's particularly useful for displaying the lowest-priced option in product listings or recommendations.
Public Methods
- build()