Skip to content

Notify Orders to Visualsoft

This task will notify orders (i.e. flag as downloaded) in Visualsoft. See below for a sample input file.

We recommend using this task in conjunction with the 'NotNotified' option on the Export Orders from Visualsoft task, to prevent orders that have been successfully processed from being exported again.

Settings

Connection

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

Fail File

Required
The XML file to save failed order notifications to. The data will be written in the same format as the input file.

Input File

Required
The XML file containing the orders to notify.

Success File

Required
The XML file to save successful order notifications to. The data will be written in the same format as the input file.

Timeout

Required
The amount of time (in seconds) to wait for the Visualsoft API to respond to each request. Defaults to 100.

Zynk Settings

See Common Task Settings.

Examples

A sample input file is shown below.

<?xml version="1.0" encoding="utf-8"?>
<WEB_ORDERS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WEB_ORDER>
    <ORDER>
      <ORDER_ID>2561</ORDER_ID>
    </ORDER>
  </WEB_ORDER>
</WEB_ORDERS>