get_metaobject
Retrieve a single Shopify metaobject by GID to view its display name, handle, type, publishable status, and field values. Field values over 120 characters are truncated. First, use list_metaobjects to discover GIDs.
Instructions
Fetch a single metaobject by GID and return its display name, handle, type, publishable status, and all of its field values. Field values longer than 120 characters are truncated in the rendered output (full values are still on the underlying record). Use list_metaobjects to discover GIDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Metaobject GID, e.g. 'gid://shopify/Metaobject/123456'. Discover GIDs via list_metaobjects. |