get_metaobjects
Fetch metaobjects by type from Shopify Admin API. Use this tool to retrieve custom data records, with pagination support for large collections.
Instructions
Fetch metaobjects of a specific type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Metaobject type | |
| after | No | Cursor for pagination | |
| first | No | Number of metaobjects to fetch (default: 50) |