Skip to content

Import Order Notifications into Choco

This task will notify orders in Choco, based on data provided via an XML file. This will remove them from the queue that's picked up by the Export New Orders from Choco task.

Settings

Connection

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

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 Choco. 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 <ZynkExternalId> element in the XML.

Zynk Settings

See Common Task Settings

Examples

A sample input file is shown below. For full documentation see Choco Order Notification XML.

<?xml version="1.0"?>
<OrderNotifications>
  <OrderNotification>
    <ActionId>123acc8f-2227-4b14-a96a-215e2e83e0f8</ActionId>
    <Status>Succeeded</Status>
  </OrderNotification>
</OrderNotifications>