Conversations about creating, managing, and using metafields to store and retrieve custom data for apps and themes.
There is a need to select products using the Admin API based on the value of a metafield. On the storefront, this is done using filter.p.m.somens.field1=value. It is also possible to do this within the Shopify admin interface (The 'Use as filter in admin' option is enabled, path /products?selectedView=all&metafields.somens.field1=value). Is it possible to achieve this programmatically?