listMetaobjects
Retrieve metaobjects of a specific type. Provide the exact case-sensitive type identifier; use listMetaobjectDefinitions first to discover available types.
Instructions
List metaobjects of a given type. The type arg must match a definition exactly (case-sensitive identifier like shopify--color-pattern). Run listMetaobjectDefinitions first to discover what types exist in this store. Non-existent type → empty result, not error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The metaobject type (exact case-sensitive identifier) | |
| limit | No | ||
| cursor | No |