MetafieldDefinitionStandardTemplates
Standard metafield definition templates provide preset configurations to create metafield definitions.
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. | |
| Namespace | String | The namespace owned by the definition after the definition has been activated. | |
| Key | String | The key owned by the definition after the definition has been activated. | |
| Name | String | The human-readable name for 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 | Whether metafields for the definition are by default visible using the Storefront API. | |
| TypeName | String | The name of the type for the metafield definition. See the list of. | |
| TypeCategory | String | The category associated with the metafield definition type. | |
| TypeSupportedValidations | String | The supported validations for a metafield definition type. | |
| TypeSupportsDefinitionMigrations | Bool | Whether metafields without a definition can be migrated to a definition of this type. |