Skip to content

Exporting Stores from ShipStation

This task will export all stores from ShipStation to an XML file.

Settings

ShipStation Connection

Required
The ShipStation connection to use. See the Connecting to ShipStation article if you require more information on how to create/manage connections.

Export Inactive Stores

Required
Set to 'True' to include inactive stores in the export, or false to exclude them.

Output File

Required
The name of the file to export the records to. The data will be output in XML format, a sample of which is shown below.

Zynk Settings

See Common Task Settings

Examples

Sample output file:

<?xml version="1.0" encoding="utf-8"?>
<Stores xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Store>
    <Id>227725</Id>
    <StoreName>Manual Orders</StoreName>
    <MarketplaceId>0</MarketplaceId>
    <MarketplaceName>ShipStation</MarketplaceName>
    <Active>true</Active>
    <CompanyName>Zynk Software Limited</CompanyName>
    <RefreshDate>2019-07-12T06:25:44.797</RefreshDate>
    <LastRefreshAttempt>2019-07-12T06:25:45.53</LastRefreshAttempt>
    <CreateDate>2017-12-15T07:14:36.887</CreateDate>
    <ModifyDate>2017-12-15T07:14:36.887</ModifyDate>
    <AutoRefresh>false</AutoRefresh>
  </Store>
</Stores>