Feed Example
<?xml version="1.0" encoding="UTF-8"?>
<Shop xsi:noNamespaceSchemaLocation="Shop.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CurrencyCode>USD</CurrencyCode>
<Item>
<Id>1121</Id>
<Barcode>8809158930175</Barcode>
<ManufacturerName>McKlein Evanston</ManufacturerName>
<ProductName>Handbag Sarah</ProductName>
<Description>
Large leather handbag, practical, lots of space...
</Description>
<ReferringUrl>
http://www.example.com/clothes/handbags/sarah
</ReferringUrl>
<ImageUrl>
http://images.example.com/img/V5118.jpg
</ImageUrl>
<PriceWithoutVat>167.50</PriceWithoutVat>
<PriceWithVat>175.30</PriceWithVat>
<CategoryId>9930</CategoryId>
<Available>true</Available>
<ShippingCost>77</ShippingCost>
<Condition>New</Condition>
<Promotion>10% Off</Promotion>
</Item>
<Item>
<Id>1122</Id>
<Barcode>8710101379661</Barcode>
<ManufacturerName>Philips</ManufacturerName>
<ProductName>Alarm clock Philips AJ32</ProductName>
<Description>
With FM/AM tuner.
</Description>
<ReferringUrl>
http://www.example.com/electronics/AJ-3225-211962
</ReferringUrl>
<ImageUrl>
http://images.example.com/img/x5138.jpg
</ImageUrl>
<PriceWithoutVat>87.80</PriceWithoutVat>
<PriceWithVat>140.50</PriceWithVat>
<CategoryId>3530</CategoryId>
<Available>true</Available>
<ShippingCost>0</ShippingCost>
<Condition>New</Condition>
</Item>
</Shop>