Swell · GraphQL Specification

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 Endpoint View on GitHub CommerceHeadless CommerceAPI-FirstB2CB2BSubscriptionsMarketplacesWholesaleStorefrontCheckoutPaymentsCartsOrdersCatalogInternationalizationGraphQL

Overview

Swell GraphQL API is a GraphQL API specification published by Swell on the APIs.io network.

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.

The GraphQL endpoint is available at https://{store-id}.swell.store/graphql/v2. documentation is published at https://developers.swell.is/frontend-api/frontend-libraries/graphql.

The specification includes 2 reference links.

Tagged areas include Commerce, Headless Commerce, API-First, B2C, and B2B.

Endpoint

https://{store-id}.swell.store/graphql/v2

References

Related API Specs

Swell Account Addresses API (OpenAPI) Swell Account API (OpenAPI) Swell Account Cards API (OpenAPI) Swell Account Credits API (OpenAPI) Swell Account Session API (OpenAPI) Swell Accounts API (OpenAPI) Swell Attributes API (OpenAPI) Swell Cart API (OpenAPI) Swell Carts API (OpenAPI) Swell Categories API (OpenAPI) Swell Checkout API (OpenAPI) Swell Content API (OpenAPI) Swell Coupons API (OpenAPI) Swell Events API (OpenAPI) Swell Files API (OpenAPI) Swell Gift Cards API (OpenAPI) Swell Invoices API (OpenAPI) Swell Orders API (OpenAPI) Swell Payments API (OpenAPI) Swell Products API (OpenAPI) Swell Promotions API (OpenAPI) Swell Purchase Links API (OpenAPI) Swell Refunds API (OpenAPI) Swell Returns API (OpenAPI) Swell Shipments API (OpenAPI) Swell Stock API (OpenAPI) Swell Store API (OpenAPI) Swell Subscription Plans API (OpenAPI) Swell Subscriptions API (OpenAPI) Swell Variants API (OpenAPI) Swell Webhooks API (OpenAPI)
Back to Swell · All GraphQL Specs · GitHub