bc-api-graphql
Installation
SKILL.md
BigCommerce GraphQL Storefront API
Before writing code
Fetch live docs:
- Fetch
https://developer.bigcommerce.com/docs/storefront/graphqlfor GraphQL overview - Web-search
site:developer.bigcommerce.com graphql storefront api referencefor schema reference - Web-search
bigcommerce graphql storefront tokenfor 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