MetafieldDefinitionStandardTemplates
Lists standard metafield templates that provide ready-made definition presets.
View-Specific Information
Select
The component processes all filters client-side within the component. The following query is the only one processed server-side:
SELECT * FROM MetafieldDefinitionStandardTemplates
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique Id for the standard metafield definition. | |
| Namespace | String | The namespace owned by the definition after it has been activated. | |
| Key | String | The key owned by the definition after it has been activated. | |
| Name | String | The human-readable name of the standard metafield definition. | |
| Description | String | The description of the standard metafield definition. | |
| OwnerTypes | String | The list of resource types that the standard metafield definition can be applied to. | |
| Validations | String | The configured validations for the standard metafield definition. | |
| VisibleToStorefrontApi | Bool | Indicates whether metafields for the definition are visible by default through the Storefront API. | |
| TypeName | String | The name of the type for the metafield definition. | |
| TypeCategory | String | The category associated with the metafield definition type. | |
| TypeSupportedValidations | String | The supported validations for the metafield definition type. | |
| TypeSupportsDefinitionMigrations | Bool | Indicates whether metafields without a definition can be migrated to a definition of this type. |