Skip to content

Importing Products into Zigaflow

This task will create or update products in Zigaflow from a Zigaflow Product file.

If a product with a matching product code exists within Zigaflow, the task will update the product. Otherwise, a new product will be created.

Settings

Connection

Required
The connection to Zigaflow to use. See the Connecting to Zigaflow article if you require further information on how to create/manage the connection to Zigaflow.

Fail File

Required
Default Value : (zigaflow_import_products_fail.xml)
The name of the XML file where failed product uploads are stored.

Input File

Required
Default Value : (Output from previous task)
The name of the file containing the records to import into Zigaflow.

Success File

Required
Default Value : (zigaflow_import_products_success.xml)
The name of the XML file where failed product uploads are stored.

Examples

Sample output file, for full documentation and samples see Zigaflow Product

<?xml version="1.0" encoding="utf-8"?>
<Products xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Product>
    <ProductCode>TEST</ProductCode>
    <Description>This is a test product.</Description>
    <Prices>
      <Price>
        <PriceList>
          <Value>GBP</Value>
        </PriceList>
        <Price>9.99</Price>
        <BreakPoint>0</BreakPoint>
      </Price>
    </Prices>
  </Product>
</Products>