Skip to content

Import Order Updates into Bluepark

This task is primarily used to import a status update after the order has been imported to the external system. You can use this task to update existing orders in your Bluepark store. You can match to existing orders using the ID or Number.

Connection Settings

Connection

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

File Settings

Fail File

Required
The file to write failed records to.

Input File

Required
The file containing the records you wish to process.

Success File

Required
The file to write successful records to.

Import Settings

Prevent Reprocessing

Required
Prevent the same record being processed more than once.

Zynk Settings

See Common Task Settings.

XML

<?xml version="1.0" encoding="utf-8"?>
<OrderUpdates>
  <OrderUpdate>
    <ID>1</ID>
    <Status>
      <Name>Completed</Name>
    </Status>
  </OrderUpdate>
</OrderUpdates>