Right now,
shop.products[id].title
(and the like) use Shopify's Admin REST API to retrieve data. This is great, except for the part where Shopify's deprecated the entire REST product API. 🤩 A daring move. I love it.
This future is about being able to do something like
shopify.query.product[queryArgs].title
, so as to leverage GraphQL using simple inline Liquid.
Matt (the Mechanic platform Matt, lol) and I have been talking about this for a long while. It was his idea! We have some sketches down on how this could work, and we're at a point where I want to log this as an official Future, so that we-the-community can keep tabs with each other about where it's at. :)