Shopify GraphQL
Run any Shopify Admin GraphQL query or mutation
Inputs
| Name | Type | Description |
|---|---|---|
| GraphQL Query | String | Shopify GraphQL from https://shopify.dev/docs/api/admin-graphql/latest |
| GraphQL API Version | String | Shopify Admin API version (e.g. 2026-01) |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the request succeeded |
| Response | Object | "On success: GraphQL data. On failure: null object |
Updated about 2 hours ago