SAP Commerce Cloud · OAuth Scopes

SAP Commerce Cloud OAuth Scopes

OAuth 2.0 derived

SAP Commerce Cloud publishes 3 OAuth 2.0 scopes via the clientCredentials and password flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the SAP Commerce Cloud API on a user’s behalf.

Tokens are issued from https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail
Scopes: 3 Flows: clientCredentials, password Method: derived

OAuth endpoints

Token URL
https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token
Flows
clientCredentialspassword

Scopes (3)

ScopeDescriptionFlows
admin Administrative access clientCredentials
assistedservicegroup Assisted service agent access clientCredentials
basic Basic access clientCredentials, password

Source

OAuth Scopes

sap-commerce-cloud-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sap-commerce-cloud-admin-openapi.yml, openapi/sap-commerce-cloud-assisted-service-openapi.yml,
  openapi/sap-commerce-cloud-commerce-web-services-openapi.yml, openapi/sap-commerce-cloud-integration-openapi.yml,
  openapi/sap-commerce-cloud-product-content-management-openapi.yml
schemes:
- name: oauth2
  source: openapi/sap-commerce-cloud-admin-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token
  description: OAuth 2.0 authentication for SAP Commerce Cloud Admin API
- name: oauth2
  source: openapi/sap-commerce-cloud-assisted-service-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token
  description: OAuth 2.0 authentication for SAP Commerce Cloud
- name: oauth2
  source: openapi/sap-commerce-cloud-commerce-web-services-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token
  - flow: password
    tokenUrl: https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token
  description: OAuth 2.0 authentication for SAP Commerce Cloud
- name: oauth2
  source: openapi/sap-commerce-cloud-integration-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token
  description: OAuth 2.0 authentication for SAP Commerce Cloud Integration API
- name: oauth2
  source: openapi/sap-commerce-cloud-product-content-management-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token
  description: OAuth 2.0 authentication for SAP Commerce Cloud
scopes:
- scope: admin
  description: Administrative access
  flows:
  - clientCredentials
  sources:
  - openapi/sap-commerce-cloud-admin-openapi.yml
- scope: assistedservicegroup
  description: Assisted service agent access
  flows:
  - clientCredentials
  sources:
  - openapi/sap-commerce-cloud-assisted-service-openapi.yml
- scope: basic
  description: Basic access
  flows:
  - clientCredentials
  - password
  sources:
  - openapi/sap-commerce-cloud-assisted-service-openapi.yml
  - openapi/sap-commerce-cloud-commerce-web-services-openapi.yml
  - openapi/sap-commerce-cloud-integration-openapi.yml
  - openapi/sap-commerce-cloud-product-content-management-openapi.yml