GetChannels

  • Updated

This method simply returns the channels configured in EC.

GetChannels
ParametersNameMandatoryDefault valueDescription
ChannelNo(None)If you only want a single channel by its name, you can supply this parameter.
ECommerceSystemNo(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.

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.