Nacelle Storefront GraphQL API

The Storefront GraphQL API is Nacelle's primary query interface for syndicating normalized commerce data — products, variants, content, pricing, price rules, media, metafields, SEO, and product options — to custom storefronts and frontends. It supports typed fields, input filters, and preview data for unpublished content. Authenticated via Storefront API tokens; consumed directly over HTTPS or via the JavaScript Storefront SDK (v1.x and v2.x) with GraphQL Codegen support.

API entry from apis.yml

apis.yml Raw ↑
aid: nacelle-com:nacelle-storefront-graphql-api
name: Nacelle Storefront GraphQL API
description: The Storefront GraphQL API is Nacelle's primary query interface for syndicating normalized
  commerce data — products, variants, content, pricing, price rules, media, metafields, SEO, and product
  options — to custom storefronts and frontends. It supports typed fields, input filters, and preview
  data for unpublished content. Authenticated via Storefront API tokens; consumed directly over HTTPS
  or via the JavaScript Storefront SDK (v1.x and v2.x) with GraphQL Codegen support.
tags:
- Commerce
- GraphQL
- Storefront
- Headless Commerce
humanURL: https://docs.nacelle.com/docs/storefront-graphql-api-stable
properties:
- url: https://docs.nacelle.com/docs/storefront-graphql-api-stable
  type: Documentation
- url: https://docs.nacelle.com/docs/graphql-explorer
  type: Sandbox
  name: GraphQL Explorer
- url: https://docs.nacelle.com/docs/javascript-storefront-sdk
  type: SDK
  name: JavaScript Storefront SDK
- url: https://docs.nacelle.com/docs/storefront-sdk-major-version-2
  type: SDK
  name: Storefront SDK 2.x
- url: https://docs.nacelle.com/docs/auth-storefront
  type: Authentication
- url: graphql/nacelle-com-graphql.md
  type: GraphQL