Skip to content

Import Order Status Updates

The 'Import Order Status Updates' task in the DD Track+ library will update the status of existing orders in your account based on the XML provided in your input file.

You can set the status to one of the following options:

  • Pending
  • Processing
  • Despatched

See the end of the article for an XML sample.

Settings

Connection

Required
The DD Track+ connection to use.

See the Connecting to DD Track+ article for how to set up a connection to DD Track+.

File Settings

Fail File

Required
For any records that you provide that are not successfully imported into DD Track+, they will be written to this file along with an error message.

Input File

Required
The file containing the records you wish to import into DD Track+.

Success File

Required
For any records that you provide that are successfully imported into DD Track+, they will be written to this file.

XML

<?xml version="1.0" encoding="utf-8"?>
<OrderStatusUpdates>
    <OrderStatusUpdate>
        <ExternalID>1</ExternalID>
        <OrderLineID>13668482763</OrderLineID>
        <Status>Pending</Status> <!-- This field can also be set to 'Processing' or 'Despatched' -->
    </OrderStatusUpdate>
</OrderStatusUpdates>