Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/catalogs / CatalogsBackend

Interface: CatalogsBackend

Defined in: packages/b2c-tooling-sdk/src/operations/catalogs/catalogs-types.ts:20

Common shape of every dual-backend implementation. Each canonical backend (e.g., JobsBackend) extends this so a generic fallback wrapper can read name to know which backend served the last call.

Extends

Properties

name

readonly name: "ocapi" | "scapi"

Defined in: packages/b2c-tooling-sdk/src/clients/scapi-backend-utils.ts:36

Inherited from

BackendBase.name

Methods

listCatalogs()

listCatalogs(options?): Promise<CatalogInfo[]>

Defined in: packages/b2c-tooling-sdk/src/operations/catalogs/catalogs-types.ts:21

Parameters

options?

ListCatalogsOptions

Returns

Promise<CatalogInfo[]>

Released under the Apache-2.0 License.