How to show products on a collection when I've the variable Ids

  • I have a list of variable ids.

  • I want to show a list of these products.

  • I’m new to shopify theme development, please suggest me the liquid code if it’s possible.

Hi there @SazzadSowmik

If i assume you want to show some specific products in the collection write? for that you can create collection and add those products manually instead of automatic

Sorry for the mistype. It is varinat IDs, I have variant ids, not variable ids. I want to show the list of products co-responding to the variant ids,
I am currently getting the product via graphQL api from the liquid code inside tag, which expose my X-Shopify-Access-Token . Then getting the necessary details and building a structure with JS which is becoming so messy on a pre-built theme. I’m curious about any better way..