Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / clients / SCAPI_SITES_CASCADE

Variable: SCAPI_SITES_CASCADE

const SCAPI_SITES_CASCADE: ScopeCascade

Defined in: packages/b2c-tooling-sdk/src/clients/scapi-sites.ts:33

Per-operation scope cascade for SCAPI Sites.

The Sites API exposes both read and cartridge-path write operations and supports both a read-only (sfcc.sites) and read-write (sfcc.sites.rw) scope. A given API client may have been granted only one of them, so reads try rw first (which also grants read) and fall back to the read-only scope. Write operations use the rw tier exclusively.

Released under the Apache-2.0 License.