External Channel Attributes
Configuration property | Description |
---|---|
channelAdapterSupportsAuthentication | Determines 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) |
enableAccountsValidation | Determines 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) |
channelAuthenticationMethod | Determines 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 |
Updated over 1 year ago