GraphQL INPUT_OBJECT

UpdateNotificationTransportTypeConfigurationInput

link Definition

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