Hello,
I have been trying to find an answer how should I use product tags or metafields in order to accomplish an API query (HTTP or GraphQL) where I can search for products which fall into specific range.
And if this is not directly available, is there some workaround?
For example:
A book has custom information: min_read_minutes=120 and max_read_minutes=240
So when a customer would look for books which read time is approx 3 hours (180 minutes), the query would be able to return that book.
Thanks!