B
BigCommerce GraphQL APIs
Details
- Endpoint
-
https://store-{store_hash}.mybigcommerce.com/graphql - Spec
- introspection
- Docs
- https://docs.bigcommerce.com/developer/api-reference/graphql/overview
Authentication
Authorization: Bearer <credential> Create a Storefront API token using the Admin authentication APIs documented under Storefront API Tokens. This token is minted for a store and then used to call storefront-facing APIs such as GraphQL Storefront and Storefront REST.
X-Auth-Token: <credential> In the BigCommerce control panel, create an API account from Settings → API Accounts as described in API Accounts. When you create the account, BigCommerce provides an access token plus the store hash/client details needed for API calls. Grant the scopes required by your app.