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

API entry from apis.yml

apis.yml Raw ↑
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