Skip to main content
GET
Delivers the feature configuration of a connector account: every known connector feature, each marked whether it is enabled.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

salesChannelId
string
required

Sales channel id of the Connector whose features are listed.

Response

Success.

feature
enum<integer>
required

The connector feature this entry describes. Always a single feature, never a combination.

Available options:
1,
2,
4,
8,
16,
32,
64,
128,
256,
512,
1024,
2048,
4096,
16384,
32768,
65536,
131072,
262144,
524288,
1048576
isEnabled
boolean
required

The feature is enabled for the connector account. A connector account without any persisted feature configuration reports every feature as false.