/
GetChannels
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.
, multiple selections available,
Related content
GetConfiguration
GetConfiguration
More like this
GetVersion
GetVersion
More like this
ECommerce API methods and their parameters
ECommerce API methods and their parameters
More like this
Channels in ECommerce API
Channels in ECommerce API
More like this
Accessing the ECommerce API
Accessing the ECommerce API
More like this
GetSetup
GetSetup
More like this