query_shopify
Run custom GraphQL queries or mutations against the Shopify Admin API to access any endpoint, pass variables, and enable mutations.
Instructions
This tool executes custom GraphQL queries or mutations against the Shopify Admin API. It allows for complete flexibility to access any Shopify Admin API endpoint not covered by the specialized tools, with options to pass variables and enable mutation operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The GraphQL query or mutation to execute | |
| variables | No | Optional: Variables for the GraphQL query | |
| allow_mutations | No | Optional: Set to true to allow mutation operations |