Skip to content

Import Order Status Updates to StoreFeeder

This task will import status updates against existing orders in your StoreFeeder account. You can match to existing orders by using the StoreFeeder order number.

File Settings

Fail File

Required
The XML file to save failed records to. The XML format will be the same as the input file.

Input File

Required
The XML file containing records to import into SparkLayer. An example of the XML format is shown below.

Success File

Required
The XML file to save successful records to. The XML format will be the same as the input file.

Prevent Reprocessing

Required
Set to true to prevent the same records being processed more than once, based on the value of the <ExternalId> element in the XML.

XML

<?xml version="1.0" encoding="utf-8"?>
<OrderStatusUpdates>
    <OrderStatusUpdate>
        <Number>1</Number>
        <Status>Despatched</Status>
    </OrderStatusUpdate>
</OrderStatusUpdates>