Anchor to Building an option value picker for high-variant productsBuilding an option value picker for high-variant products

Granular option value selection for product URLs

The key change to support more variants is to defer loading variant information until it’s needed. To facilitate this, we now support a option_values parameter on product page URLs. In combination with the product_option_value Liquid object, clients can load only the variants that are relevant to the selected option value state.

Copy

1

GET /products/pants-green?option_values=<option_value_id_1>,…,<option_value_id_N> ‘how can i implement same on featured product section other than product page