<?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 Clothing/Shoes -->
	
	<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 -->
		<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 -->
		<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>


	<!-- Clothing and shoes -->
	<!-- Example of products -->

	<product sku="abcdefg">
		<active>true</active>
		<category>Jackets</category>
		<subCategory>Winter Jackets</subCategory>
		<manufacturer>Peak Performance</manufacturer>
		<modelName>Heli Softshell Jacket</modelName>
		<color>Purple</color>
		<onPromotion>true</onPromotion>
		<newItem>false</newItem>
		<priceWithTax>4500</priceWithTax>
		<originalPriceWithTax>5500</originalPriceWithTax>
        <shippingCostWithTax>59</shippingCostWithTax>
		<inStock>true</inStock>
		<quantityForSale>10</quantityForSale>
		<productUrl>http://www.keybrokerclothing.com/product.aspx?Id=abcdefg</productUrl>
		<categoryUrl>http://www.keybrokerclothing.com/jackets/</categoryUrl>
		<subCategoryUrl>http://www.keybrokerclothing.com/jackets/winterjackets/</subCategoryUrl>
		<manufacturerUrl>http://www.keybrokerclothing.com/peakperformance/</manufacturerUrl>
		<size>M</size>
		<gender>Women</gender>
		<customNum1>3</customNum1>
		<salesStat>41</salesStat>
		<productMargin>22</productMargin>
	</product>	
	
	<product sku="abcdefgh">
		<active>true</active>
		<category>Shoes</category>
		<subCategory>Sneakers</subCategory>
		<manufacturer>Converse</manufacturer>
		<productFamily>All Star</productFamily>
		<modelName>All Star Canvas Hi</modelName>
		<color>Black</color>
		<onPromotion>false</onPromotion>
		<newItem>false</newItem>
		<priceWithTax>599</priceWithTax>
		<originalPriceWithTax>599</originalPriceWithTax>
		<inStock>true</inStock>
		<quantityForSale>18</quantityForSale>
		<productUrl>http://www.keybrokerclothing.se/shoes/sneakers/allstarcanvashi.html</productUrl>
		<categoryUrl>http://www.keybrokerclothing.se/shoes/</categoryUrl>
		<subCategoryUrl>http://www.keybrokerclothing.se/shoes/sneakers/</subCategoryUrl>
		<manufacturerUrl>http://www.keybrokerclothing.se/brands/converse</manufacturerUrl>
		<productFamilyUrl>http://www.keybrokerclothing.se/brands/converse/allstar</productFamilyUrl>
		<size>39</size>
		<gender>Women</gender>
		<customNum1>6</customNum1>
		<salesStat>24</salesStat>
		<productMargin>20</productMargin>
	</product>
</products>