Execute Storefront GraphQL
documentedSend a GraphQL query/mutation for storefront data.
POST /api/2026-01/graphql.jsonStorefrontno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$shop_domain}}/api/2026-01/graphql.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Shopify-Storefront-Access-Token: {{SHOPIFY_STOREFRONT_ACCESS_TOKEN}}" \
-d '{"query": "{{$query}}", "variables": {{$variables}}}'