Nacelle Storefront Products API

The `allProducts` query on Nacelle's Storefront GraphQL API returns normalized product entries (variants, pricing, media, metafields) drawn from ingested Shopify or other commerce sources, with Relay-style pagination by handle or nacelleEntryId.

API entry from apis.yml

apis.yml Raw ↑
aid: nacelle:nacelle-storefront-products-api
name: Nacelle Storefront Products API
tags:
- Products
- Catalog
- GraphQL
- Commerce
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.nacelle.com/docs/storefront-graphql-api-stable
baseURL: https://storefront.api.nacelle.com/graphql/v1/spaces
properties:
- url: https://docs.nacelle.com/docs/storefront-graphql-api-stable
  type: Documentation
- url: https://docs.nacelle.com/reference/api-reference
  type: APIReference
- url: graphql/nacelle-graphql.md
  type: GraphQL
- url: graphql/nacelle-schema.graphql
  type: GraphQL
- url: collections/nacelle.postman_collection.json
  type: PostmanCollection
- url: collections/nacelle.opencollection.json
  type: OpenCollection
description: The `allProducts` query on Nacelle's Storefront GraphQL API returns normalized product entries
  (variants, pricing, media, metafields) drawn from ingested Shopify or other commerce sources, with Relay-style
  pagination by handle or nacelleEntryId.