stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldDefinitionInput > namespace

AdminTypes.MetafieldDefinitionInput.namespace property

The container for a group of metafields that the metafield definition will be associated with. If omitted, the app-reserved namespace will be used.

Must be 3-255 characters long and only contain alphanumeric, hyphen, and underscore characters.

Signature:

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