Demandware · OAuth Scopes

Demandware OAuth Scopes

OAuth 2.0 searched

Demandware uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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.

CompanyCommerceE-commerceRetailCommerce CloudStorefrontShopperCatalogOrdersSaaSSalesforce
Scopes: 0 Flows: authorizationCode, clientCredentials Method: searched

Scopes (0)

Demandware implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

demandware-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization.html
docs: https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization.html
description: >-
  OAuth scope model for Salesforce B2C Commerce (Demandware). SCAPI encodes access
  as OAuth scopes carried in the JWT access token. Scopes combine a tenant filter
  and an API family; the exact scope list is tenant- and API-specific and is
  managed in Account Manager / SLAS rather than published as a fixed enumeration.
  Documented from the SCAPI authorization guides; no spec-declared scope map is in
  the repo, so representative scope families are captured rather than a full list.
schemes:
- name: SLAS
  flows: [authorizationCode, clientCredentials]
  docs: https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas.html
- name: Account Manager
  flows: [clientCredentials]
  docs: https://developer.salesforce.com/docs/commerce/commerce-api/guide/authorization-for-admin-apis.html
scope_families:
- scope: "sfcc.shopper-*"
  description: >-
    Shopper API scope family (e.g. sfcc.shopper-products, sfcc.shopper-baskets,
    sfcc.shopper-orders, sfcc.shopper-customers) granted via SLAS tokens.
  audience: shopper
- scope: "sfcc.<resource>.rw / .r"
  description: >-
    Admin API scope family granting read (.r) or read-write (.rw) access to a
    resource, granted via Account Manager tokens (e.g. sfcc.orders.rw,
    sfcc.catalogs.rw, sfcc.products.r).
  audience: admin
notes: >-
  Scope strings are tenant-scoped and configured per API client. See the SCAPI
  authorization guide and each API reference for the exact scope required by an
  operation.