<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<products currency="SEK" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schemas.keybroker.com/productfeed_v1_2.xsd">

	<!-- Please visit http://schemas.keybroker.com for schemas description and feed validator -->
	<!-- Boolean nodes take true/false or 1/0 -->	
	<!-- IMPORTANT: SKU need to be unique without duplicates -->

	<!-- This is a standard feed specification for product type Electronics -->
	
	<product sku="">											<!-- Unique ID. Duplicates are not allowed -->
		<active></active>										<!-- Active product? (true/false) -->
		<category></category>									<!-- Category (level 1)-->
		<subCategory></subCategory>								<!-- Subcategory (level 2) -->
		<subCategory2></subCategory2>							<!-- Subcategory (level 3) -->
		<subCategory3></subCategory3>							<!-- Subcategory (level 4) -->
		<description></description>								<!-- Description (if short, max 35 char) -->
		<manufacturer></manufacturer>							<!-- Manufacturer -->
		<manufacturerProductNumber></manufacturerProductNumber>	<!-- Manufacturer number -->
		<productFamily></productFamily>							<!-- Product Family/Serie -->
		<modelName></modelName>									<!-- Name of product -->
		<color></color>											<!-- Color -->		
		<onPromotion></onPromotion>								<!-- Promotional offer? (true/false) -->
		<promotionName></promotionName>							<!-- Promotion name -->		
		<newItem></newItem>										<!-- New item? (true/false) -->
		<priceWithTax></priceWithTax>							<!-- Price -->
		<originalPriceWithTax></originalPriceWithTax>			<!-- Before price (if the price is reduced) -->
		<shippingCostWithTax></shippingCostWithTax>				<!-- Delivery cost -->		
		<inStock></inStock>										<!-- In stock? (true/false) -->
		<quantityForSale></quantityForSale>						<!-- Amount in stock -->
		<releaseDate></releaseDate>								<!-- Release date -->			
		<reviewRank></reviewRank>								<!-- Customer grade (5 best/1 worst/0 none) -->	
		<productUrl></productUrl>								<!-- Url to product page -->
		<imageUrl></imageUrl>									<!-- Url to product image (small) -->
		<imageUrlBig></imageUrlBig>								<!-- Url to product image (large) -->
		<categoryUrl></categoryUrl>								<!-- Url to category (level 1) page -->
		<subCategoryUrl></subCategoryUrl>						<!-- Url to subcategory (level 2) page -->
		<subCategory2Url></subCategory2Url>						<!-- Url to subcategory (level 3) page -->
		<subCategory3Url></subCategory3Url>						<!-- Url to subcategory (level 4) page -->
		<manufacturerUrl></manufacturerUrl>						<!-- Url to products by manufacturer -->
		<productFamilyUrl></productFamilyUrl>					<!-- Url to product family page -->
		<ean></ean>												<!-- EAN code -->		
		<customText1></customText1>								<!-- Delivery Time -->
		<customNum1></customNum1>								<!-- Popularity ranking (last 30/90 days) -->
		<salesStat></salesStat>									<!-- Amount of sales (last 30/90 days) -->
		<productMargin></productMargin>							<!-- Product margin % -->
	</product>

	
	<!-- Home Electronics -->
	<!-- Example of one product -->
	
	<product sku="117663">
		<active>true</active>
        <category>Blenders</category>
        <subCategory>Hand Blenders</subCategory>
        <manufacturer>Bamix</manufacturer>
        <manufacturerProductNumber>7610497600787</manufacturerProductNumber>
		<productFamily>Swissline</productFamily>
		<modelName>Bamix Swissline</modelName>
        <onPromotion>false</onPromotion>
		<selectMe>true</selectMe>
        <priceWithTax>2084</priceWithTax>
        <originalPriceWithTax>2084</originalPriceWithTax>
        <shippingCostWithTax>0</shippingCostWithTax>
        <inStock>true</inStock>
        <quantityForSale>10</quantityForSale>
		<reviewRank>4</reviewRank>
        <productUrl>http://www.keybrokerelectronics.com/blenders/hand-blenders/bamix-swissline.html</productUrl>
        <categoryUrl>http://www.keybrokerelectronics.com/blenders/</categoryUrl>
        <subCategoryUrl>http://www.keybrokerelectronics.com/hand-blenders/</subCategoryUrl>
        <manufacturerUrl>http://www.keybrokerelectronics.com/bamix/</manufacturerUrl>
		<productFamilyUrl>http://www.keybrokerelectronics.com/bamix/swissline</productFamilyUrl>
        <customText1>2-5 days</customText1>
		<customNum1>2</customNum1>
		<salesStat>10</salesStat>
        <productMargin>23</productMargin>
    </product>	
</products>