magento · GraphQL Specification

magento GraphQL API

The Adobe Commerce GraphQL API offers a flexible, query-driven interface designed primarily for building headless storefronts and progressive web applications. It exposes a single endpoint and allows clients to request exactly the data they need through queries and mutations covering catalog browsing, product search, cart management, checkout, customer accounts, and order history.

Documentation Endpoint View on GitHub GraphQL

Overview

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

The Adobe Commerce GraphQL API offers a flexible, query-driven interface designed primarily for building headless storefronts and progressive web applications. It exposes a single endpoint and allows clients to request exactly the data they need through queries and mutations covering catalog browsing, product search, cart management, checkout, customer accounts, and order history.

The GraphQL endpoint is available at https://your-store.example.com/graphql. documentation is published at https://developer.adobe.com/commerce/webapi/graphql/.

The specification includes 2 reference links.

Endpoint

https://your-store.example.com/graphql

References

Related API Specs

Magento REST API (OpenAPI) Adobe Commerce Webhooks (AsyncAPI) Adobe Commerce Eventing (AsyncAPI)
Back to magento · All GraphQL Specs · GitHub