M
Magento Commerce GraphQL API
Details
- Endpoint
-
https://<your-store>/graphql - Docs
- https://developer.adobe.com/commerce/webapi/graphql/
Authentication
Authorization: Bearer <credential> In your Adobe Commerce or Magento Open Source store, generate an admin bearer token using the token-based authentication flow documented in Token-based authentication. Use that token in the Authorization: Bearer <token> header for protected REST and GraphQL calls.
Authorization: Bearer <credential> Generate a customer access token from your Adobe Commerce or Magento Open Source store using the process documented in Token-based authentication. Send it as Authorization: Bearer <token> when calling customer-authorized REST or GraphQL operations.