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

Adobe Commerce Webhooks (AsyncAPI) Adobe Commerce Eventing (AsyncAPI) magento Authentication API (OpenAPI) magento Carts API (OpenAPI) magento Categories API (OpenAPI) magento Customers API (OpenAPI) magento Inventory API (OpenAPI) magento Invoices API (OpenAPI) magento Orders API (OpenAPI) magento Products API (OpenAPI) magento Shipments API (OpenAPI) magento Stores API (OpenAPI) magento Tax API (OpenAPI)
Back to magento · All GraphQL Specs · GitHub