Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldsSetInput > namespace
The container for a group of metafields that the metafield is or will be associated with. Used in tandem with key
to lookup a metafield on a resource, preventing conflicts with other metafields with the same key
. If omitted the app-reserved namespace will be used.
Must be 3-255 characters long and can contain alphanumeric, hyphen, and underscore characters.
Signature:
namespace?: InputMaybe<Scalars['String']['input']>;