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

API entry from apis.yml

apis.yml Raw ↑
aid: commercetools:graphql-api
name: Commercetools GraphQL API
tags:
- Commerce
- Composable Commerce
- E-Commerce
- GraphQL
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.{region}.commercetools.com
humanURL: https://docs.commercetools.com/api/graphql
properties:
- url: https://docs.commercetools.com/api/graphql
  type: Documentation
description: 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.