Export Shipping Methods from StoreFeeder
This task will export the shipping method information that is configured in your StoreFeeder account.
Please note, this task will export all of the shipping methods each time it runs, unlike our typical tasks which operate using a date filter.
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"?>
<ShippingMethods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ShippingMethod>
<ID>2503</ID>
<Name>Default Shipping</Name>
<Company>Default</Company>
<Cost>0.0000</Cost>
<TaxAmount xsi:nil="true" />
<ServiceCode />
<IsDefault>true</IsDefault>
</ShippingMethod>
</ShippingMethods>