External Channel Attributes

Configuration propertyDescription
channelAdapterSupportsAuthenticationDetermines whether channel supports accounts' authentication, meaning that before account is added to channel it is authenticated in the adapter (in most cases meaning it is also authenticated in the external system adapter connects to). More on authentication process can be found here: Authentication

Possible values: true, false (default)
enableAccountsValidationDetermines whether during Submission process account attribute values should be validated against accounts chosen to submit. Submission validation will fail if products are submitted from accounts different than selected on product.

Possible values: true, false (default)
channelAuthenticationMethodDetermines channel authentication method.

Only SYNCHRONOUS method is currently supported by the SDK. More on authentication process can be found here: Authentication

Possible values: SYNCHRONOUS (default), ASYNCHRONOUS, EXTERNAL