pixi Developer & Integration Documentation

pixiImportGetChannelSettings

Description

API call returns settings for channel connected to external platforms


Request Parameters

# Name Type Required Example Description
1 ChannelKey integer 0 123 ID of the channel

Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiImportGetChannelSettings>
         <dem:ChannelKey>123</dem:ChannelKey>
      </dem:pixiImportGetChannelSettings>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: List of settings

# Name Type Description
1 ChannelName string Channel name
2 ChannelTypeName string Type of this Channel (e.g. URL / Plenty)
3 SettingName string Setting Name
4 SettingValue string Setting Value

Additional Notes