We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/florinel-chis/shopify-liquid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
metaobjects.md•1.04 KiB
# metaobjects
## Description
"All of the metaobjects of the store." These custom data objects can be accessed individually by their type and handle, or iterated over from a metaobject definition.
## Overview
Metaobjects are created through the Content section of the Shopify admin and provide a flexible way to structure and manage custom data within a store.
## Key Features
- **Individual Access**: Retrieve specific metaobjects by specifying their type and handle
- **Iteration**: Loop through entries from a metaobject definition
- **Global Availability**: Accessible throughout Liquid templates
## Access Methods
1. **By Type and Handle**: Access a specific metaobject using its type and handle identifier
2. **By Definition**: Iterate over all entries within a metaobject definition
## Availability
- **Global**: Directly accessible in all Liquid contexts
---
**Note**: For detailed implementation examples and the complete metaobject object structure, refer to the official Shopify Liquid documentation on metaobject objects and definitions.