Adobe Commerce REST API

REST API for Adobe Commerce providing access to products, catalogs, categories, customers, carts, checkout, orders, inventory, sales rules, CMS content, and store configuration. Endpoints follow the pattern /rest/{store_code}/V1/* on a merchant-hosted Commerce instance with token-based Bearer authentication or OAuth 1.0a for third-party apps.

API entry from apis.yml

apis.yml Raw ↑
aid: adobe-commerce:adobe-commerce-rest-api
name: Adobe Commerce REST API
description: REST API for Adobe Commerce providing access to products, catalogs, categories, customers,
  carts, checkout, orders, inventory, sales rules, CMS content, and store configuration. Endpoints follow
  the pattern /rest/{store_code}/V1/* on a merchant-hosted Commerce instance with token-based Bearer authentication
  or OAuth 1.0a for third-party apps.
humanURL: https://developer.adobe.com/commerce/webapi/rest/
baseURL: https://{commerce_host}/rest/{store_code}/V1
tags:
- E-commerce
- REST
- Products
- Orders
- Customers
properties:
- type: Documentation
  url: https://developer.adobe.com/commerce/webapi/rest/
- type: API Reference
  url: https://developer.adobe.com/commerce/webapi/rest/reference/
- type: Authentication
  url: https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/