Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

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

Interface: AccountManagerClientConfig

Defined in: packages/b2c-tooling-sdk/src/clients/am-api.ts:132

Configuration for creating Account Manager clients. Used for all Account Manager API clients (users, roles, orgs).

Properties

hostname?

optional hostname: string

Defined in: packages/b2c-tooling-sdk/src/clients/am-api.ts:139

Account Manager hostname. Defaults to: account.demandware.com

Example

ts
"account.demandware.com"

middlewareRegistry?

optional middlewareRegistry: MiddlewareRegistry

Defined in: packages/b2c-tooling-sdk/src/clients/am-api.ts:145

Middleware registry to use for this client. If not specified, uses the global middleware registry.

Released under the Apache-2.0 License.