Skip to content

Export Stock from ProSKU

This task will export stock details from ProSKU for an individual item to an XML file.

Settings

Connection

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

Output File

Required
The name of the file to export the products to.

Product Code

Required
The product code of the item that stock records should be downloaded for.

Zynk Settings

See Common Task Settings.

Examples

Sample output file:

<?xml version="1.0" encoding="utf-8"?>
<APIResponse>
  <product-code>01-00228</product-code>
  <available type="integer">1</available>
  <unavailabale type="integer">0</unavailabale>
  <unchecked type="integer">0</unchecked>
  <expected type="integer">1</expected>
  <onorder type="integer">10</onorder>
</APIResponse>