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.
APIs.json: https://raw.githubusercontent.com/api-evangelist/magento-2/refs/heads/main/apis.yml
- Type: Index
- Ecommerce
- Commerce
- Online Store
- Catalog Management
- Order Management
- GraphQL
- REST
- SOAP
- Created: 2026-05-11
- Modified: 2026-05-11
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.
- Human URL: https://developer.adobe.com/commerce/webapi/rest/
- Base URL:
https://{host}/rest/{storeCode}/V1
- Ecommerce
- REST
- Catalog
- Orders
- Customers
- Documentation
- R E S T Reference
- O Auth Authentication
- Token Authentication
- Open A P I Schema
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
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.
- Human URL: https://developer.adobe.com/commerce/webapi/graphql/
- Base URL:
https://{host}/graphql
- Ecommerce
- GraphQL
- Headless Commerce
- Storefront
FN: Kin Lane Email: kin@apievangelist.com