magento.com
Magento is an ecommerce platform for running online stores, with Adobe Commerce and Magento Open Source editions. It provides storefront, catalog, checkout, customer, and B2B commerce capabilities that merchants host on their own Commerce instance.
Magento exposes tenant-hosted Commerce APIs over REST and GraphQL, including B2B REST endpoints; documented auth options are bearer tokens for admin/customer access and integration OAuth credentials for REST.
- Magento Commerce REST APIdiscovered
- Magento B2B REST APIdiscovered
- Magento Commerce GraphQL APIdiscovered
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.
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.
Create an integration in the Commerce admin as documented in Create an integration. Approve the requested resource access to obtain the integration consumer key/secret and access token/secret used for Magento's OAuth-based authentication flow described in OAuth-based authentication.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing