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.
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
References
- Documentation https://developer.adobe.com/commerce/webapi/graphql/
- Documentation https://developer.adobe.com/commerce/webapi/graphql/reference/