Magento 2 (Adobe Commerce) logo

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.

2 APIs 0 Features
EcommerceCommerceOnline StoreCatalog ManagementOrder ManagementGraphQLRESTSOAP

APIs

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...

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHub
GitHub
💰
Pricing
Pricing
📝
SignUp
SignUp

Sources

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
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- 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.19'
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:
  - 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:
  - Ecommerce
  - GraphQL
  - Headless Commerce
  - Storefront
  properties:
  - type: Documentation
    url: https://developer.adobe.com/commerce/webapi/graphql/
  - url: graphql/magento-2-graphql.md
    type: GraphQL
common:
- 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