commercetools · GraphQL Specification

commercetools GraphQL API

The commercetools GraphQL API provides a flexible, network-efficient alternative to the HTTP API for querying and mutating Composable Commerce resources. It exposes a single endpoint and allows clients to request exactly the data they need, reducing over-fetching and minimizing round trips. The GraphQL API uses the same API clients, authentication tokens, and project scopes as the HTTP API.

Documentation Endpoint View on GitHub CommerceComposable CommerceE-CommerceGraphQLRESTSDKGraphQL

Overview

commercetools GraphQL API is a GraphQL API specification published by commercetools on the APIs.io network.

The commercetools GraphQL API provides a flexible, network-efficient alternative to the HTTP API for querying and mutating Composable Commerce resources. It exposes a single endpoint and allows clients to request exactly the data they need, reducing over-fetching and minimizing round trips. The GraphQL API uses the same API clients, authentication tokens, and project scopes as the HTTP API.

The GraphQL endpoint is available at https://api.{region}.commercetools.com. documentation is published at https://docs.commercetools.com/api/graphql.

The specification includes 1 reference link.

Tagged areas include Commerce, Composable Commerce, E-Commerce, REST, and SDK.

Endpoint

https://api.{region}.commercetools.com

References

Related API Specs

Commercetools HTTP API (OpenAPI) Commercetools Import API (OpenAPI) Commercetools Change History API (OpenAPI)
Back to commercetools · All GraphQL Specs · GitHub