MetaObjects
All metaobjects for the shop.
View-Specific Information
Select
The provider uses the Shopify API to process WHERE clause conditions built with the following column and operators. The provider processes other filters client-side within the provider.
- Type supports the '=,IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM MetaObjects
SELECT * FROM MetaObjects WHERE Type = 'Val1'
Columns
| Name | Type | References | Description |
| ID [KEY] | String | A globally-unique ID. | |
| Handle | String | The unique handle of the object, useful as a custom ID. | |
| DisplayName | String | The preferred display name field value of the metaobject. | |
| CreatedByDeveloperName | String | The name of the app developer. | |
| DefinitionId | String | The identifier of the MetaobjectDefinition that models this object type. | |
| Title | String | Name of the app. | |
| Type | String | The type of the metaobject. | |
| Key [KEY] | String | The object key of this field. | |
| Value | String | The assigned field value, always stored as a string regardless of the field type. | |
| TypeField | String | The type of the field. | |
| UpdatedAt | Datetime | When the object was last updated. | |
| CapabilitiesPublishableStatus | String | Metaobject capabilities for this Metaobject. The publishable capability for this metaobject. |