GraphQL INPUT_OBJECT
UpdateNotificationTransportTypeConfigurationInput
link Definition
- input UpdateNotificationTransportTypeConfigurationInput {
- # Transport type id.
- ActiveNotificationTransportTypeEnum :
- # Id of the contact to be used for sending.
- Int :
- # Directory (used for FTPS/SFTP).
- String :
- # Username (required for all transport types except email).
- String :
- # Password (required for all transport types except email).
- String :
- # Url (used for all http-based notifications) or Server address (used for
- # FTPS/SFTP).
- String :
- # If true, on email per item in cart is being sent instead of one combined email.
- Boolean :
- }