getProductMetafields
constgetProductMetafields: (productId,identifiers,locale?,opts?) =>Promise<Record<string,MetafieldData>>
Defined in: @storesynk/react/dist/runtime.d.ts:47
Product metafields keyed “namespace.key”, batched exactly like the client’s _fetchMetafields (cached per product+identifier set).
Parameters
Section titled “Parameters”productId
Section titled “productId”string
identifiers
Section titled “identifiers”object[]
locale?
Section titled “locale?”I18nState | null
Returns
Section titled “Returns”Promise<Record<string, MetafieldData>>