Skip to content

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

Interface: OdsClientConfig

Defined in: packages/b2c-tooling-sdk/src/clients/ods.ts:63

Configuration for creating an ODS client.

Properties

extraParams?

optional extraParams: ExtraParamsConfig

Defined in: packages/b2c-tooling-sdk/src/clients/ods.ts:77

Extra parameters to add to all requests. Useful for internal/power-user scenarios where you need to pass parameters that aren't in the typed OpenAPI schema.


host?

optional host: string

Defined in: packages/b2c-tooling-sdk/src/clients/ods.ts:70

The ODS API host. Defaults to Unified region: admin.dx.commercecloud.salesforce.com

Example

ts
"admin.dx.commercecloud.salesforce.com"

All rights reserved.