C

Composable Commerce GraphQL API

GraphQL discovered

Details
Endpoint
https://api.{region}.commercetools.com/{projectKey}/graphql
Spec
https://raw.githubusercontent.com/commercetools/commercetools-api-reference/main/api-specs/graphql/schema.sdl
Docs
https://docs.commercetools.com/api/graphql
Authentication
commercetools OAuth access token bearer discovered Get token ↗
Authorization: Bearer <credential>

Mint an OAuth 2.0 access token from your commercetools auth host https://auth.{region}.commercetools.com using a commercetools API Client. The standard path is client credentials for server integrations; me use cases can also use password or anonymous flows as described in Authentication and authorization. Use the resulting bearer token in API calls.