Skip to content

Import Stock Levels to Visualsoft

This task will update stock levels in Visualsoft. See below for a sample input file.

Please note that the task can't update products where the stock level is set to infinite.

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 stock levels to. The data will be written in the same format as the input file.

Input File

Required
The XML file containing the stock levels to import into Visualsoft.

Success File

Required
The XML file to save successful stock levels 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. Multiple stock levels are supported within the same file.

<?xml version="1.0" encoding="utf-8"?>
<STOCK_LEVELS>
  <STOCK_LEVEL>
    <PRODUCT_REFERENCE>OB-HD</PRODUCT_REFERENCE>
    <QUANTITY>10</QUANTITY>
  </STOCK_LEVEL>
</STOCK_LEVELS>