Skip to content

Importing Price Lists into Sage 50 UK

This task will import customer, supplier and special prices into Sage 50 that are supplied in Sage 50 UK Price List 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

See Common Task Settings

Examples

Sample input file, for full documentation and samples see Sage 50 UK Price List XML:

<?xml version="1.0" encoding="utf-8"?>
<Company>
  <PriceLists>
    <PriceList>
      <Name>Trade Customer Price List</Name>
      <Reference>TRADE</Reference>
      <Currency>GBP</Currency>
      <Type>PriceList</Type>
      <Prices>
        <Price>
          <DiscountType>DecreasePercent</DiscountType>
          <StockCode>PROD001</StockCode>
          <Value>10</Value>
        </Price>
        <Price>
          <DiscountType>Fixed</DiscountType>
          <StockCode>PROD002</StockCode>
          <Value>8.99</Value>
        </Price>
      </Prices>
    </PriceList>
  </PriceLists>
</Company>