Skip to main content
Anchor to metafieldDefinitionCreate

metafieldDefinitionCreate

mutation

Requires API client to have access to the namespace and the resource type associated with the metafield definition.

Creates a metafield definition. Any metafields existing under the same owner type, namespace, and key will be checked against this definition and will have their type updated accordingly. For metafields that are not valid, they will remain unchanged but any attempts to update them must align with this definition.

•MetafieldDefinitionInput!required

Specifies the input fields for a metafield definition.


Was this section helpful?

Anchor to MetafieldDefinitionCreatePayload returnsMetafieldDefinitionCreatePayload returns

•MetafieldDefinition

The metafield definition that was created.

•[MetafieldDefinitionCreateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?