MetaObjects
All metaobjects for the shop.
View-Specific Information
Select
The 本製品 uses the Shopify API to process WHERE clause conditions built with the following column and operators. The 本製品 processes other filters client-side within the 本製品.
- 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. | |
| 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. |