﻿<?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 Media -->
	
	<product sku="">									<!-- ISBN13 -->
		<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>					<!-- Publisher -->
		<artist></artist>								<!-- Author -->
		<title></title>									<!-- Title -->
		<isbn10></isbn10>								<!-- ISBN10 -->
		<media></media>									<!-- Format -->
		<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>						<!-- Publish 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 page (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 page for the publisher -->
		<customUrl1></customUrl1>						<!-- Url to page for the author -->		
		<ean></ean>										<!-- EAN code -->	
		<customText1></customText1>						<!-- Delivery time (1-2 days, 2-5 days etc.) -->
		<customText2></customText2>						<!-- Language -->
		<customText3></customText3>						<!-- Tags/Labels -->
		<customNum1></customNum1>						<!-- Popularity ranking (last 30/90 days) -->
		<salesStat></salesStat>							<!-- Amount of sales (last 30/90 days) -->
		<productMargin></productMargin>					<!-- Product margin % -->	
	</product>

	
	<!-- Media -->
	<!-- Example of one product -->
	
	<product sku="978-1451648539">
		<active>true</active>
		<category>Biographies &amp; Memoirs</category>
		<subCategory>Biographies</subCategory>
		<manufacturer>Simon &amp; Schuster</manufacturer>
		<artist>Walter Isaacson</artist>
		<title>Steve Jobs</title>
		<isbn10>1451648537</isbn10>
		<media>Hardcover</media>
		<onPromotion>false</onPromotion>
		<priceWithTax>185</priceWithTax>
		<originalPriceWithTax>185</originalPriceWithTax>
        <shippingCostWithTax>0</shippingCostWithTax>
		<inStock>true</inStock>
        <quantityForSale>100</quantityForSale>
		<releaseDate>2011-10-24</releaseDate>
		<reviewRank>4</reviewRank>
		<productUrl>http://www.keybrokerbooks.com/biographies-memoirs/biographies/steve-jobs</productUrl>
		<categoryUrl>http://www.keybrokerbooks.com/biographies-memoirs/biographies</categoryUrl>
		<subCategoryUrl>http://www.keybrokerbooks.com/biographies</subCategoryUrl>
		<manufacturerUrl>http://www.keybrokerbooks.com/publishers/Simon-Schuster</manufacturerUrl>
		<customUrl1>http://www.keybrokerbooks.com/authors/walter-iaacson</customUrl1>
		<customText1>2-5 days</customText1>
		<customText2>English</customText2>
		<customNum1>1</customNum1>
		<salesStat>143</salesStat>
		<productMargin>22</productMargin>
	</product>	
</products>