# 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. **Endpoint:** https://your-store.example.com/graphql **Documentation:** https://developer.adobe.com/commerce/webapi/graphql/ **References:** - Documentation: https://developer.adobe.com/commerce/webapi/graphql/ - Documentation: https://developer.adobe.com/commerce/webapi/graphql/reference/