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 Carts API (OpenAPI) commercetools Categories API (OpenAPI) commercetools ChangeHistory API (OpenAPI) commercetools Customers API (OpenAPI) commercetools ImportContainers API (OpenAPI) commercetools ImportOperations API (OpenAPI) commercetools Inventory API (OpenAPI) commercetools Orders API (OpenAPI) commercetools Payments API (OpenAPI) commercetools Products API (OpenAPI) commercetools ProductVariants API (OpenAPI) commercetools Project API (OpenAPI) commercetools StandalonePrices API (OpenAPI) commercetools Subscriptions API (OpenAPI)
Back to commercetools · All GraphQL Specs · GitHub