Skip to content

Exporting Stock from Zenoti

This task will export stock from Zenoti to an XML file.

Settings

Zenoti Connection

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

Centers

Optional
Used to filter the export based on center. You can provide a comma separated list of either center names or IDs, or leave blank to export from all centers.

Inventory Date

Optional
The date/time to retrieve stock details for. If left blank, the task will use the current date/time.

Output File

Required
The name of the file to export to. The data will be output in XML format, a sample of which is shown below.

Zynk Settings

See Common Task Settings

Examples

Sample output file:

<?xml version="1.0" encoding="utf-8"?>
<Stocks xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Stock>
    <CenterCode>NC</CenterCode>
    <ProductCode>TEST0001</ProductCode>
    <ProductName>Test Product</ProductName>
    <Category>KIT</Category>
    <SubCategory>KIT</SubCategory>
    <StoreQuantity>1</StoreQuantity>
    <FloorQuantity>0</FloorQuantity>
    <TotalQuantity>1</TotalQuantity>
  </Stock>
</Stocks>