Importing Stock Records into Sage 50 UK
This task will import stock records to Sage 50 that is supplied in Sage 50 UK Stock Record XML format.
Settings
Sage 50 Connection
Required
The connection to Sage 50 UK to use. See the Connecting to Sage 50 UK article if you require more information on how to create/manage connections.
Fail File
Required
The name of a file for "failed" imports to be sent to
Input File
Required
The source file that you want to import in Zynk XML format
Success File
Required
The name of a file for "successful" imports to be sent to.
Zynk Settings
Examples
Sample input file, for full documentation and samples see Sage 50 UK Stock Record XML:
<?xml version="1.0"?>
<Company
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Products>
<Product>
<Sku>PROD001</Sku>
<Name>Test Product</Name>
<SalePrice>100</SalePrice>
<Publish>true</Publish>
<TaxCode>1</TaxCode>
<UnitOfSale>Each</UnitOfSale>
</Product>
</Products>
</Company>