<?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 Beauty -->

	<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/Brand -->
		<productFamily></productFamily>					<!-- Product Family/Serie -->
		<modelName></modelName>							<!-- Name of product -->
		<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 -->
		<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 -->
		<size></size>									<!-- Size -->
		<gender></gender>								<!-- Gender -->		
		<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>

	
	<!-- Beauty -->
	<!-- Example of one product -->
	
	<product sku="ba-css">
		<active>true</active>
		<category>Hair Care</category>
		<subCategory>Schampoo</subCategory>
		<manufacturer>Björn Axén</manufacturer>
		<productFamily>Care</productFamily>
		<modelName>Color Stay Shampoo</modelName>
		<onPromotion>false</onPromotion>
		<newItem>true</newItem>
		<priceWithTax>100</priceWithTax>
		<originalPriceWithTax>100</originalPriceWithTax>
        <shippingCostWithTax>39</shippingCostWithTax>
		<inStock>true</inStock>
		<quantityForSale>100</quantityForSale>
		<reviewRank>5</reviewRank>
		<productUrl>http://www.keybrokerbeauty.com/</productUrl>
		<categoryUrl>http://www.keybrokerbeauty.com/hair-care/</categoryUrl>
		<subCategoryUrl>http://www.keybrokerbeauty.com/hair-care/schampoo/</subCategoryUrl>
		<manufacturerUrl>http://www.keybrokerbeauty.com/bjorn-axen/</manufacturerUrl>
		<productFamilyUrl>http://www.keybrokerbeauty.com/bjorn-axen/care</productFamilyUrl>
		<size>250 ml</size>
		<gender>Women</gender>
		<customText1>2-3 days</customText1>
		<customNum1>3</customNum1>
		<salesStat>34</salesStat>
		<productMargin>25</productMargin>
	</product>	
</products>
