bc-api-graphql

Installation
SKILL.md

BigCommerce GraphQL Storefront API

Before writing code

Fetch live docs:

  1. Fetch https://developer.bigcommerce.com/docs/storefront/graphql for GraphQL overview
  2. Web-search site:developer.bigcommerce.com graphql storefront api reference for schema reference
  3. Web-search bigcommerce graphql storefront token for token creation

Architecture

What It Is

A client-side GraphQL API designed for storefront applications:

  • Endpoint: https://{store_domain}/graphql
  • Designed for browser/frontend usage (not server-to-server)
  • Fetch exactly the data you need in a single request
  • Supports: products, categories, cart, checkout, customer, site settings, content
Related skills
Installs
3
GitHub Stars
29
First Seen
Mar 31, 2026