Skip to content

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

Interface: MrtB2CClientConfig ​

Defined in: packages/b2c-tooling-sdk/src/clients/mrt-b2c.ts:88

Configuration for creating an MRT B2C client.

Properties ​

middlewareRegistry? ​

optional middlewareRegistry: MiddlewareRegistry

Defined in: packages/b2c-tooling-sdk/src/clients/mrt-b2c.ts:100

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


origin? ​

optional origin: string

Defined in: packages/b2c-tooling-sdk/src/clients/mrt-b2c.ts:94

The origin URL for the MRT B2C API.

Default ​

ts
"https://cloud.mobify.com/api/cc/b2c"

Example ​

ts
"https://cloud.mobify.com/api/cc/b2c"

Released under the Apache-2.0 License.