Skip to content

getProductMetafields

const getProductMetafields: (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).

string

object[]

I18nState | null

FetchOptions

Promise<Record<string, MetafieldData>>