Conversion: Metafield lookups from a resource
For every Shopify resource object that supports metafields, Mechanic has traditionally provided a way to directly access those metafields from the resource using dot notation. This shortcut will no longer be accessible for product and variant REST resources once they are fully deprecated.
REST - product metafield value check
While metafields can be queried directly using their ID, this attribute is not present in the product webhook data. The standard approach in GraphQL is to query the product resource for the metafield(s) and value(s), passing the namespace
and key
as the "key" value, in the same manner as the REST dot notation lookup.
GraphQL - product query with metafield and value check
Last updated