Export Warehouses from StoreFeeder
This task will export the warehouse information that is configured in your StoreFeeder account.
Please note, this task will export all of the warehouses 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"?>
<Warehouses xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Warehouse>
<ID>956</ID>
<Name>Default Warehouse</Name>
<BillingAddress />
<ShippingAddress>
<Address1>Unit 29 Alexandra Way</Address1>
</ShippingAddress>
<SenderName>BMS Technologies Test Account</SenderName>
<IsShippingTaxable>true</IsShippingTaxable>
</Warehouse>
</Warehouses>