Hubble Contacts Storefront GraphQL API

The Shopify Storefront GraphQL API as served on Hubble Contacts' own host at /api/{version}/graphql.json. It answers unauthenticated: full introspection and real data queries both return 200 with no storefront access token, and the server labels the call storefront/query/anonymous. 416 types, 35 root queries and 41 mutations cover the catalog (products, prescription variants, options, collections, price ranges, availability), subscription selling plans — which appear on no other Hubble surface even though subscription is the company's business model — content (blogs, articles, pages, menus), localization and payment settings, cart creation and line editing through to submission for completion, and customer account management. Relay cursor pagination, a per-query cost budget in extensions.cost plus shopify-complexity-score headers, 55 @deprecated fields with machine-readable reasons, and a publicApiVersions query that reports its own supported version window. Hubble links to none of it: it appears in neither /agents.md, /llms.txt nor /.well-known/. Schema captured by live introspection.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/hubble-contacts-storefront-graphql"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: hubble-contacts-storefront-graphql
name: Hubble Contacts Storefront GraphQL API
description: 'The Shopify Storefront GraphQL API as served on Hubble Contacts'' own host at /api/{version}/graphql.json.
  It answers unauthenticated: full introspection and real data queries both return 200 with no storefront
  access token, and the server labels the call storefront/query/anonymous. 416 types, 35 root queries
  and 41 mutations cover the catalog (products, prescription variants, options, collections, price ranges,
  availability), subscription selling plans — which appear on no other Hubble surface even though subscription
  is the company''s business model — content (blogs, articles, pages, menus), localization and payment
  settings, cart creation and line editing through to submission for completion, and customer account
  management. Relay cursor pagination, a per-query cost budget in extensions.cost plus shopify-complexity-score
  headers, 55 @deprecated fields with machine-readable reasons, and a publicApiVersions query that reports
  its own supported version window. Hubble links to none of it: it appears in neither /agents.md, /llms.txt
  nor /.well-known/. Schema captured by live introspection.'
humanURL: https://shopify.dev/docs/api/storefront
baseURL: https://account.hubblecontacts.com/api/2026-01/graphql.json
tags:
- GraphQL
- Catalog
- Product
- Subscription
- Cart
- E-Commerce
tags_raw:
- GraphQL
- Catalog
- Products
- Subscriptions
- Cart
- E-Commerce
properties:
- type: GraphQL
  url: graphql/hubble-contacts-storefront.graphql
- type: GraphQLManifest
  url: graphql/hubble-contacts-graphql.yml
- type: DataModel
  url: data-model/hubble-contacts-data-model.yml
- type: AgentSkill
  url: skills/hubble-contacts-graphql-storefront.md