stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldsSetInput > type

AdminTypes.MetafieldsSetInput.type property

The type of data that is stored in the metafield. The type must be one of the [supported types](https://shopify.dev/apps/metafields/types).

Required when there is no corresponding definition for the given namespace, key, and owner resource type (derived from ownerId).

Signature:

type?: InputMaybe<Scalars['String']['input']>;