Magento 2 (Adobe Commerce) website screenshot

Magento 2 (Adobe Commerce)

Magento 2, now branded as Adobe Commerce (with the open source Magento Open Source edition), is a flexible PHP-based ecommerce platform for building storefronts, managing catalogs, processing orders, and orchestrating omnichannel customer experiences. It exposes REST, GraphQL, and SOAP web APIs that allow developers and integrators to programmatically manage products, orders, customers, inventory, and store configuration. Authentication supports OAuth 1.0a, token-based authentication (admin and customer tokens), and Adobe IMS for the cloud service.

Magento 2 (Adobe Commerce) publishes 6 APIs on the APIs.io network, including Auth API, Carts API, Categories API, and 3 more. Tagged areas include E-Commerce, Commerce, Online Store, Catalog Management, and Order Management.

Magento 2 (Adobe Commerce)’s developer surface includes authentication, documentation, GitHub presence, pricing, signup flow, and 6 more developer resources.

27.0/100 thin ▬ flat Agent 17/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
E-CommerceCommerceOnline StoreCatalog ManagementOrder ManagementGraphQLRESTSOAP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/magento-2: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 8

Individual APIs this provider publishes, each with its own machine-readable definition.

Adobe Commerce REST API

REST API for managing products, customers, orders, inventory, cart, and checkout in Magento 2 / Adobe Commerce. The base URL pattern is https://{host}/rest/{storeCode}/V1/. Auth...

Adobe Commerce GraphQL API

GraphQL API for headless storefront use cases in Magento 2 / Adobe Commerce, providing single-request access to catalog, cart, checkout, and customer data. Mutations require cus...

Magento 2 (Adobe Commerce) Auth API

The Auth API from Magento 2 (Adobe Commerce) — 2 operation(s) for auth.

Magento 2 (Adobe Commerce) Carts API

The Carts API from Magento 2 (Adobe Commerce) — 2 operation(s) for carts.

Magento 2 (Adobe Commerce) Categories API

The Categories API from Magento 2 (Adobe Commerce) — 2 operation(s) for categories.

Magento 2 (Adobe Commerce) Customers API

The Customers API from Magento 2 (Adobe Commerce) — 3 operation(s) for customers.

Magento 2 (Adobe Commerce) Orders API

The Orders API from Magento 2 (Adobe Commerce) — 2 operation(s) for orders.

Magento 2 (Adobe Commerce) Products API

The Products API from Magento 2 (Adobe Commerce) — 2 operation(s) for products.

Scroll for all 8

Open Collections 8

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Scroll for all 8

GraphQL 1

GraphQL schemas published by this provider.

Magento 2 (Adobe Commerce) GraphQL API

GraphQL API for headless storefront use cases in Magento 2 / Adobe Commerce, providing single-request access to catalog, cart, checkout, and customer data. Mutations require cus...

GRAPHQL

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Magento 2 Authentication

http · 1 scheme

SECURITY

Magento 2 Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Magento 2 Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Magento 2 Agentic Access

17 operations · 8 acting

17 operations · 8 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: magento-2
name: Magento 2 (Adobe Commerce)
description: Magento 2, now branded as Adobe Commerce (with the open source Magento Open Source edition), is a flexible PHP-based
  ecommerce platform for building storefronts, managing catalogs, processing orders, and orchestrating omnichannel customer
  experiences. It exposes REST, GraphQL, and SOAP web APIs that allow developers and integrators to programmatically manage
  products, orders, customers, inventory, and store configuration. Authentication supports OAuth 1.0a, token-based authentication
  (admin and customer tokens), and Adobe IMS for the cloud service.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/magento-2.png
tags:
- E-Commerce
- Commerce
- Online Store
- Catalog Management
- Order Management
- GraphQL
- REST
- SOAP
tags_raw:
- Ecommerce
- Commerce
- Online Store
- Catalog Management
- Order Management
- GraphQL
- REST
- SOAP
url: https://raw.githubusercontent.com/api-evangelist/magento-2/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: magento-2:rest-api
  name: Adobe Commerce REST API
  description: REST API for managing products, customers, orders, inventory, cart, and checkout in Magento 2 / Adobe Commerce.
    The base URL pattern is https://{host}/rest/{storeCode}/V1/. Authentication supports OAuth 1.0a for third-party integrations
    and bearer tokens for admin and customer sessions. A live Swagger UI is available at /swagger when running in developer
    mode and the OpenAPI schema is available via the schema endpoint.
  humanURL: https://developer.adobe.com/commerce/webapi/rest/
  baseURL: https://{host}/rest/{storeCode}/V1
  tags:
  - E-Commerce
  - REST
  - Catalog
  - Order
  - Customers
  tags_raw:
  - Ecommerce
  - REST
  - Catalog
  - Orders
  - Customers
  properties:
  - type: Documentation
    url: https://developer.adobe.com/commerce/webapi/rest/
  - type: REST Reference
    url: https://developer.adobe.com/commerce/webapi/reference/rest/paas/
  - type: OAuth Authentication
    url: https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-oauth/
  - type: Token Authentication
    url: https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/
  - type: OpenAPI Schema
    url: https://{host}/rest/default/schema?services=all
- aid: magento-2:graphql-api
  name: Adobe Commerce GraphQL API
  description: GraphQL API for headless storefront use cases in Magento 2 / Adobe Commerce, providing single-request access
    to catalog, cart, checkout, and customer data. Mutations require customer token authentication via the Authorization header.
  humanURL: https://developer.adobe.com/commerce/webapi/graphql/
  baseURL: https://{host}/graphql
  tags:
  - E-Commerce
  - GraphQL
  - Headless Commerce
  - Storefront
  tags_raw:
  - Ecommerce
  - GraphQL
  - Headless Commerce
  - Storefront
  properties:
  - type: Documentation
    url: https://developer.adobe.com/commerce/webapi/graphql/
  - url: graphql/magento-2-graphql.md
    type: GraphQL
- aid: magento-2:magento-2-auth-api
  name: Magento 2 (Adobe Commerce) Auth API
  description: The Auth API from Magento 2 (Adobe Commerce) — 2 operation(s) for auth.
  humanURL: https://developer.adobe.com/commerce/webapi/rest/
  baseURL: https://{host}/rest/{storeCode}/V1
  tags:
  - Authentication
  tags_raw:
  - Auth
  properties:
  - type: OpenAPI
    url: openapi/magento-2-auth-api-openapi.yml
- aid: magento-2:magento-2-carts-api
  name: Magento 2 (Adobe Commerce) Carts API
  description: The Carts API from Magento 2 (Adobe Commerce) — 2 operation(s) for carts.
  humanURL: https://developer.adobe.com/commerce/webapi/rest/
  baseURL: https://{host}/rest/{storeCode}/V1
  tags:
  - Cart
  tags_raw:
  - Carts
  properties:
  - type: OpenAPI
    url: openapi/magento-2-carts-api-openapi.yml
- aid: magento-2:magento-2-categories-api
  name: Magento 2 (Adobe Commerce) Categories API
  description: The Categories API from Magento 2 (Adobe Commerce) — 2 operation(s) for categories.
  humanURL: https://developer.adobe.com/commerce/webapi/rest/
  baseURL: https://{host}/rest/{storeCode}/V1
  tags:
  - Categories
  properties:
  - type: OpenAPI
    url: openapi/magento-2-categories-api-openapi.yml
- aid: magento-2:magento-2-customers-api
  name: Magento 2 (Adobe Commerce) Customers API
  description: The Customers API from Magento 2 (Adobe Commerce) — 3 operation(s) for customers.
  humanURL: https://developer.adobe.com/commerce/webapi/rest/
  baseURL: https://{host}/rest/{storeCode}/V1
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/magento-2-customers-api-openapi.yml
- aid: magento-2:magento-2-orders-api
  name: Magento 2 (Adobe Commerce) Orders API
  description: The Orders API from Magento 2 (Adobe Commerce) — 2 operation(s) for orders.
  humanURL: https://developer.adobe.com/commerce/webapi/rest/
  baseURL: https://{host}/rest/{storeCode}/V1
  tags:
  - Order
  tags_raw:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/magento-2-orders-api-openapi.yml
- aid: magento-2:magento-2-products-api
  name: Magento 2 (Adobe Commerce) Products API
  description: The Products API from Magento 2 (Adobe Commerce) — 2 operation(s) for products.
  humanURL: https://developer.adobe.com/commerce/webapi/rest/
  baseURL: https://{host}/rest/{storeCode}/V1
  tags:
  - Product
  tags_raw:
  - Products
  properties:
  - type: OpenAPI
    url: openapi/magento-2-products-api-openapi.yml
common:
- type: CapabilityMap
  url: capabilities/magento-2-capability-edges.yml
  name: Magento 2 (Adobe Commerce) Business Capability Map
- type: AgenticAccess
  url: agentic-access/magento-2-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/magento-2-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/magento-2-domain-security.yml
- type: Authentication
  url: authentication/magento-2-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/adobe-commerce
- type: Website
  url: https://business.adobe.com/products/magento/magento-commerce.html
- type: Documentation
  url: https://developer.adobe.com/commerce/
- type: GitHub
  url: https://github.com/magento/magento2
- type: Pricing
  url: https://business.adobe.com/products/magento/magento-commerce.html
- type: Signup
  url: https://account.magento.com/customer/account/create
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/magento-2"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/magento-2/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/magento-2/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.