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.

API entry from apis.yml

apis.yml Raw ↑
aid: magento:graphql-api
name: Magento GraphQL API
tags:
- Cart
- Catalog
- E-Commerce
- GraphQL
- Headless Commerce
- Storefront
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://your-store.example.com/graphql
humanURL: https://developer.adobe.com/commerce/webapi/graphql/
properties:
- url: https://developer.adobe.com/commerce/webapi/graphql/
  type: Documentation
- url: https://developer.adobe.com/commerce/webapi/graphql/reference/
  type: Documentation
description: 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.