Export Channels from StoreFeeder
This task will export the channel information that is configured StoreFeeder account. The channels represent the different systems that integrate into StoreFeeder.
Please note, this task will export all of the channels each time it runs, unlike our typical tasks which operate using a date filter.
Connection
Required
The StoreFeeder connection to use. See Connecting to StoreFeeder.
File Settings
Output File
Required
The file to save the exported data to. The data is returned in an XML format.
XML
<?xml version="1.0" encoding="utf-8"?>
<Channels xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Channel>
<ID>2917</ID>
<Name>Phone Order</Name>
<Type>PhoneOrder</Type>
<IsActive>true</IsActive>
</Channel>
<Channel>
<ID>2918</ID>
<Name>Royal Mail</Name>
<Type>RoyalMail</Type>
<IsActive>false</IsActive>
</Channel>
</Channels>