Skip to content

Export Orders from StoreFeeder

This task will export the order information from your StoreFeeder account based on the task settings outlined below.

Connection

Required
The StoreFeeder connection to use. See Connecting to StoreFeeder.

Export Settings

Created Since

Required
You can set this to return orders that were created in StoreFeeder on or after the given date.

Export Type

Required
You can set this to return all orders, new orders on or after the given 'Created Since' date, or modified for orders where the status has changed on or after the given 'Status Modified Since' date

Page Size

Required
You can set this to limit the number of records returned per page during the request.

Status Modified Since

Required
When the 'Export Type' setting is set to modified, you can set this to return orders that have changed status in StoreFeeder on or after the given date.

File Settings

Output File

Required
The file to save the exported data to. The data is returned in an XML format.

StoreFeeder Settings

Channel

Optional
You can set this to only return orders from the given channel.

Downloaded

Required
You can set this to true to only return orders that have been marked as downloaded in StoreFeeder.

Order

Optional
You can provide the channel's order reference to return a single order.

Shipping Method

Optional
You can set this to one of the values provided to only return orders with the given shipping method in StoreFeeder.

Status

Optional
You can set this to one of the options provided to only return orders matching the given status in StoreFeeder.

Warehouse

Optional
You can set this to one of the values provided to only return orders located in the given warehouse in StoreFeeder.

XML

<?xml version="1.0" encoding="utf-8"?>
<Orders xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Order>
    <ID>5be35990-f152-4cea-b396-86ceaf50da7d</ID>
    <Number>10675938</Number>
    <Status>Despatched</Status>
    <Warehouse>
      <ID>956</ID>
      <Name>Default Warehouse</Name>
    </Warehouse>
    <Channel>
      <ID>2917</ID>
      <Name>Phone Order</Name>
      <Type>PhoneOrder</Type>
      <IsActive>false</IsActive>
    </Channel>
    <Totals>
      <Subtotal>89.1567</Subtotal>
      <ShippingNetAmount>1.0000</ShippingNetAmount>
      <ShippingTaxAmount>0.0000</ShippingTaxAmount>
      <ShippingCost>1.0000</ShippingCost>
      <Discount>0.0000</Discount>
      <Total>106.4900</Total>
    </Totals>
    <Customer>
      <ID>9261288</ID>
      <GUID>cf7af505-8942-41d2-8d85-27722104e66b</GUID>
      <Reference>TEST</Reference>
      <DateRegistered>2023-06-02T13:39:38.19</DateRegistered>
      <Email>[email protected]</Email>
      <FirstName>Chris</FirstName>
      <Telephone>01918201484</Telephone>
    </Customer>
    <BillingAddress>
      <FirstName>CHRIS</FirstName>
      <LastName>HOTCHKISS</LastName>
      <Company>ZYNK SOFTWARE LTD</Company>
      <Address1>OFFICE 16</Address1>
      <Address2>6 CHARLOTTE SQUARE</Address2>
      <Suite />
      <City>NEWCASTLE UPON TYNE</City>
      <State>TYNE &amp; WEAR</State>
      <Postcode>NE1 4XF</Postcode>
      <Country>UNITED KINGDOM</Country>
      <Telephone>01913037778</Telephone>
    </BillingAddress>
    <ShippingAddress>
      <FirstName>JOE</FirstName>
      <LastName>HARRISON</LastName>
      <Company>ZYNK SOFTWARE LTD</Company>
      <Address1>OFFICE 292</Address1>
      <Address2>8 CHARLOTTE SQUARE</Address2>
      <Suite />
      <City>NEWCASTLE UPON TYNE</City>
      <State>TYNE &amp; WEAR</State>
      <Postcode>NE1 4XF</Postcode>
      <Country>UNITED KINGDOM</Country>
      <Telephone>01913045642</Telephone>
    </ShippingAddress>
    <Date>2023-06-02T13:40:05.08</Date>
    <ImportDate>2023-06-02T13:40:05.08</ImportDate>
    <DespatchDate>2023-06-06T16:47:55.613</DespatchDate>
    <StatusModifiedDate>2023-06-06T16:47:55.713</StatusModifiedDate>
    <IsAttentionRequired>false</IsAttentionRequired>
    <IsPrime>false</IsPrime>
    <IsPriority>false</IsPriority>
    <IsAmazonBusiness>false</IsAmazonBusiness>
    <ShippingMethod>
      <ID>2503</ID>
      <Name>Default Shipping</Name>
      <ServiceCode />
    </ShippingMethod>
    <ShippedVia />
    <Weight>4.940</Weight>
    <NumberOfPackages>9</NumberOfPackages>
    <Packaging>
      <ID>163022</ID>
      <Name>Packet</Name>
    </Packaging>
    <Picker>Zynk</Picker>
    <PickerInstructions />
    <Packer>Zynk</Packer>
    <SpecialInstructions />
    <ContactNotes />
    <Currency>GBP</Currency>
    <ExchangeRate>1.00000</ExchangeRate>
    <CancelledDate xsi:nil="true" />
    <OrderLines>
      <OrderLine>
        <SKU>EXAMPLE-SIMPLE-PLASTERS</SKU>
        <Name>Plasters</Name>
        <ChannelSKU>EXAMPLE-KIT-FIRSTAID</ChannelSKU>
        <QuantityOrdered>2</QuantityOrdered>
        <QuantitySent>2</QuantitySent>
        <QuantityReturned>0</QuantityReturned>
        <LineTotalExcludingVAT>1.0000</LineTotalExcludingVAT>
        <LineTotalIncludingVAT>1.0000</LineTotalIncludingVAT>
        <LineTotalVAT>0.0000</LineTotalVAT>
        <TaxRate>20.0000</TaxRate>
        <LineTotalDiscount>0.0000</LineTotalDiscount>
        <IsComponent>true</IsComponent>
        <IsKit>false</IsKit>
      </OrderLine>
      <OrderLine>
        <SKU>EXAMPLE-SIMPLE-SCISSORS</SKU>
        <Name>First Aid Scissors</Name>
        <ChannelSKU>EXAMPLE-KIT-FIRSTAID</ChannelSKU>
        <QuantityOrdered>2</QuantityOrdered>
        <QuantitySent>2</QuantitySent>
        <QuantityReturned>0</QuantityReturned>
        <LineTotalExcludingVAT>2.9900</LineTotalExcludingVAT>
        <LineTotalIncludingVAT>2.9900</LineTotalIncludingVAT>
        <LineTotalVAT>0.0000</LineTotalVAT>
        <TaxRate>20.0000</TaxRate>
        <LineTotalDiscount>0.0000</LineTotalDiscount>
        <IsComponent>true</IsComponent>
        <IsKit>false</IsKit>
      </OrderLine>
      <OrderLine>
        <SKU>EXAMPLE-SIMPLE-BANDAGES</SKU>
        <Name>Bandages</Name>
        <ChannelSKU>EXAMPLE-KIT-FIRSTAID</ChannelSKU>
        <QuantityOrdered>2</QuantityOrdered>
        <QuantitySent>2</QuantitySent>
        <QuantityReturned>0</QuantityReturned>
        <LineTotalExcludingVAT>3.5000</LineTotalExcludingVAT>
        <LineTotalIncludingVAT>3.5000</LineTotalIncludingVAT>
        <LineTotalVAT>0.0000</LineTotalVAT>
        <TaxRate>20.0000</TaxRate>
        <LineTotalDiscount>0.0000</LineTotalDiscount>
        <IsComponent>true</IsComponent>
        <IsKit>false</IsKit>
      </OrderLine>
      <OrderLine>
        <SKU>EXAMPLE-VARIATION-SHOES-8</SKU>
        <Name>Shoes Size 8</Name>
        <ChannelSKU>EXAMPLE-VARIATION-SHOES-8</ChannelSKU>
        <QuantityOrdered>1</QuantityOrdered>
        <QuantitySent>1</QuantitySent>
        <QuantityReturned>0</QuantityReturned>
        <LineTotalExcludingVAT>37.5000</LineTotalExcludingVAT>
        <LineTotalIncludingVAT>45.0000</LineTotalIncludingVAT>
        <LineTotalVAT>7.5000</LineTotalVAT>
        <TaxRate>20.0000</TaxRate>
        <LineTotalDiscount>0.0000</LineTotalDiscount>
        <IsComponent>false</IsComponent>
        <IsKit>false</IsKit>
      </OrderLine>
      <OrderLine>
        <SKU>EXAMPLE-VARIATION-SHOES-10</SKU>
        <Name>Shoes Size 10</Name>
        <ChannelSKU>EXAMPLE-VARIATION-SHOES-10</ChannelSKU>
        <QuantityOrdered>1</QuantityOrdered>
        <QuantitySent>1</QuantitySent>
        <QuantityReturned>0</QuantityReturned>
        <LineTotalExcludingVAT>37.5000</LineTotalExcludingVAT>
        <LineTotalIncludingVAT>45.0000</LineTotalIncludingVAT>
        <LineTotalVAT>7.5000</LineTotalVAT>
        <TaxRate>20.0000</TaxRate>
        <LineTotalDiscount>0.0000</LineTotalDiscount>
        <IsComponent>false</IsComponent>
        <IsKit>false</IsKit>
      </OrderLine>
      <OrderLine>
        <SKU>EXAMPLE-SIMPLE-GLOVES</SKU>
        <Name>Disposable Gloves</Name>
        <ChannelSKU>EXAMPLE-KIT-FIRSTAID</ChannelSKU>
        <QuantityOrdered>1</QuantityOrdered>
        <QuantitySent>1</QuantitySent>
        <QuantityReturned>0</QuantityReturned>
        <LineTotalExcludingVAT>0.0000</LineTotalExcludingVAT>
        <LineTotalIncludingVAT>0.0000</LineTotalIncludingVAT>
        <LineTotalVAT>0.0000</LineTotalVAT>
        <TaxRate>20.0000</TaxRate>
        <LineTotalDiscount>0.0000</LineTotalDiscount>
        <IsComponent>true</IsComponent>
        <IsKit>false</IsKit>
      </OrderLine>
      <OrderLine>
        <SKU>EXAMPLE-KIT-FIRSTAID</SKU>
        <Name>First Aid Kit</Name>
        <ChannelSKU>EXAMPLE-KIT-FIRSTAID</ChannelSKU>
        <QuantityOrdered>1</QuantityOrdered>
        <QuantitySent>1</QuantitySent>
        <QuantityReturned>0</QuantityReturned>
        <LineTotalExcludingVAT>6.6667</LineTotalExcludingVAT>
        <LineTotalIncludingVAT>8.0000</LineTotalIncludingVAT>
        <LineTotalVAT>1.3333</LineTotalVAT>
        <TaxRate>20.0000</TaxRate>
        <LineTotalDiscount>0.0000</LineTotalDiscount>
        <IsComponent>false</IsComponent>
        <IsKit>true</IsKit>
      </OrderLine>
    </OrderLines>
    <Transactions>
      <Transaction>
        <ID>10052333</ID>
        <Reference>BOBS ORDER</Reference>
        <Subtotal>89.1567</Subtotal>
        <Total>106.4900</Total>
        <Discount>0.0000</Discount>
        <TaxAmount>16.3333</TaxAmount>
        <ShippingCost>1.0000</ShippingCost>
        <Date>2023-06-02T13:42:58.057</Date>
        <Method>CASH</Method>
      </Transaction>
    </Transactions>
    <CompanyIdentity>
      <ID>449</ID>
      <Name>Zynk</Name>
    </CompanyIdentity>
  </Order>
</Orders>