MetaObjects
All metaobjects for the shop.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.
- Type supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
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. | |
| 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. | |
| UpdatedAt | Datetime | When the object was last updated. |