GraphQL API Overview
BigCommerce offers several GraphQL APIs for different use cases:
- Account API — Manage account-level resources such as users.
- Admin API — Query and mutate store data server-side.
- Storefront API — Query products, customers, and carts from the storefront.
- B2B API — Manage B2B Edition resources such as companies, quotes, and shopping lists.
For authentication details specific to GraphQL, see GraphQL Storefront Authentication.
GraphQL HTTP status codes
All GraphQL errors return a 401 HTTP status code.