Swell GraphQL API

Experimental (alpha) GraphQL endpoint that exposes a curated subset of the storefront commerce model — products, attributes, categories, accounts, sessions, carts, orders, payments, payment settings, subscriptions, store settings, currencies, and navigation menus. Authorized with a public storefront key passed in the Authorization header. Notable limits: no nested queries, no payment tokenization, no abandoned-cart recovery, no guest cart email updates. A GraphQL playground is available at /playground when logged into the dashboard.

Documentation

Other Resources

🔗
GraphQL
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/graphql/swell-io-graphql.md
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/apis.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-apply-coupon-to-cart-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-build-cart-convert-order-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-cancel-subscription-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-capture-refund-payment-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-categorize-product-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-create-product-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-create-subscription-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-find-or-create-customer-order-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-onboard-customer-order-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-storefront-apply-coupon-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-storefront-checkout-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-storefront-register-login-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/swell-io/refs/heads/main/arazzo/swell-io-storefront-update-cart-item-workflow.yml

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/swell-graphql-api"
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: swell-io:swell-graphql-api
name: Swell GraphQL API
tags:
- Commerce
- GraphQL
- Storefront
- Experimental
humanURL: https://developers.swell.is/frontend-api/frontend-libraries/graphql
baseURL: https://{store-id}.swell.store/graphql/v2
properties:
- url: https://developers.swell.is/frontend-api/frontend-libraries/graphql
  type: Documentation
- url: https://{store-id}.swell.store/playground
  type: APIReference
  name: GraphQL Playground
- url: graphql/swell-io-graphql.md
  type: GraphQL
description: 'Experimental (alpha) GraphQL endpoint that exposes a curated subset of the storefront commerce
  model — products, attributes, categories, accounts, sessions, carts, orders, payments, payment settings,
  subscriptions, store settings, currencies, and navigation menus. Authorized with a public storefront
  key passed in the Authorization header. Notable limits: no nested queries, no payment tokenization,
  no abandoned-cart recovery, no guest cart email updates. A GraphQL playground is available at /playground
  when logged into the dashboard.'