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.
Documentation
Other Resources
REST Reference
https://developer.adobe.com/commerce/webapi/reference/rest/paas/
OAuth Authentication
https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-oauth/
Token Authentication
https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/
OpenAPI Schema
https://{host}/rest/default/schema?services=all