MetaobjectDefinitions
Defines the structure of metaobjects, specifying which metafields and types they include.
View-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM MetaobjectDefinitions
Columns
| Name | Type | References | Description |
| ID [KEY] | String | A unique identifier for the metaobject definition record. | |
| Name | String | The human-readable name of the metaobject definition, used for display and identification within the admin interface. | |
| MetaobjectsCount | Int | The total number of metaobjects that have been created based on this definition. | |
| Type | String | The type or classification of the metaobject definition, which determines the namespace used by its associated metafields. | |
| Description | String | An administrative description explaining the purpose or usage of this metaobject definition. | |
| DisplayNameKey | String | The key of the field that serves as the display name for each metaobject instance created under this definition. | |
| AccessAdmin | String | The configuration defining how the metaobject definition can be accessed and managed through the Admin API, including GraphQL surfaces. | |
| AccessStorefront | String | The configuration defining how the metaobject definition can be accessed through storefront interfaces, including the Storefront API and Liquid templates. | |
| CapabilitiesPublishableEnabled | Bool | Indicates whether this metaobject definition supports publishing, allowing entries to be made visible in public-facing contexts. | |
| CapabilitiesTranslatableEnabled | Bool | Indicates whether the metaobject definition supports translations for multilingual storefronts. | |
| CapabilitiesOnlineStoreEnabled | Bool | Indicates whether this metaobject definition can be displayed as a dedicated page within the Online Store. | |
| CapabilitiesOnlineStoreDataCanCreateRedirects | Bool | Specifies whether the Online Store capability can create the necessary redirects for all published entries associated with this metaobject type. | |
| CapabilitiesOnlineStoreDataUrlHandle | String | Defines the URL handle pattern for Online Store pages generated from this metaobject type, determining how entries are accessed. | |
| CapabilitiesRenderableEnabled | Bool | Indicates whether the metaobject definition can be rendered and whether it exposes SEO-related data such as titles and descriptions. | |
| CapabilitiesRenderableDataMetaDescriptionKey | String | Specifies the field key used as the source for the SEO meta description when the metaobject is rendered as a page. | |
| CapabilitiesRenderableDataMetaTitleKey | String | Specifies the field key used as the source for the SEO meta title when the metaobject is rendered as a page. |