GetChannels
This method simply returns the channels configured in EC.
GetChannels | ||||
Parameters | Name | Mandatory | Default value | Description |
Channel | No | (None) | If you only want a single channel by its name, you can supply this parameter. | |
ECommerceSystem | No | (None) | If you want all channels where ECommerceSystem is set to something specific you can supply it here. | |
Sample request | <Execute method="GetChannels" refreshconfiguration="true" /> | |||
Sample result | <Response>
 <Result>
   <Channels>
     <Channel id="1140">
       <Name>My Channel</Name>
       <ECommerceSystem>None</ECommerceSystem>
     </Channel>
   </Channels>
 </Result>
</Response> |
Table 17: GetChannels-method.
NOTE: Both parameters are not mandatory and if none are supplied you will simply get a response containing all channels defined.