Export Products from Zahara
This task will export products from Zahara, and output them to an XML file.
Settings
Connection
Required
Select the Zahara connection you want to use. See Connecting to Zahara.
Supplier IDs
Optional
Optionally provide a list of supplier IDs, to export products for specific suppliers from Zahara. If no supplier IDs are specified, the task will export the products associated with every supplier.
Output File
Required
The XML file to save the exported records to.
Zynk Settings
Examples
A sample input file is shown below.
<?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>
<Id>5499449</Id>
<ExternalId>5230</ExternalId>
<LastUpdated>2025-06-24T08:34:26Z</LastUpdated>
<SyncFriendlyName>MW123B/A</SyncFriendlyName>
<ProductId>5499449</ProductId>
<ProductName>Apple MacBook Air 13-inch : M4 chip with 10-core CPU and 8-core GPU, 16GB, 256GB SSD - Midnight</ProductName>
<NetValue>731.0000</NetValue>
<DiscountPercentage>0.0</DiscountPercentage>
<TaxCodeId>266532</TaxCodeId>
<NominalCodeId>1225285</NominalCodeId>
<CostCodeId>311208</CostCodeId>
<ProductCode>MW123B/A</ProductCode>
<SupplierProductCode>MW123B/A</SupplierProductCode>
<SupplierId>3119065</SupplierId>
<Void>true</Void>
</Product>
</Products>