The file contains the store's offer in XML format. You can generate the file in the admin panel and then attach it in a periodic import to another store.
<xml version='1.0' encoding='utf-8' ?>
<products>
<product code="Product Code" active="true" ean="EAN Code">
<name>Product Name</name>
<description>Product Description in HTML<description>
<shortDescription>Short Product Description</shortDescription>
<photos>
<photo main="true">URL address of the main photo</photo>
<photo>URL address of the photo</photo>
<photos>
<tax>VAT rate</tax>
<price type="netto">Product price</price>
<oldPrice type="netto">Old product price</oldPrice>
<wholesale>
<price type="netto" group="a">Wholesale price A</price>
<price type="netto" group="b">Wholesale price B</price>
<price type="netto" group="c">Wholesale price C</price>
</wholesale>
<categories>
<category main="true">
Category1/Subcategory1
</category>
<category>
Category2/Subcategory3
</category>
</categories>
<stock unit="unit of measure">stock level</stock>
<producer>Producer name</producer>
<weight>Weight<weight>
<url>Link in the store</url>
</product>
</products>
<xml version='1.0' encoding='utf-8' ?>
<products>
<product code="Product Code" active="true">
(...)
<attributes title="Optional title">
<attribute name="Attribute Name" type="T">
<value>Attribute Value</value>
<value>Attribute Value</value>
</attribute>
<attribute name="Attribute Name" type="B">
<value checked="true"/>
</attribute>
<attribute name="Colors" type="C">
<value color="#9FC131">Green</value>
<value color="#4477C2">Blue</value>
<value color="#C2301D">Red</value>
</attribute>
</attributes>
</product>
</products>
<xml version='1.0' encoding='utf-8' ?>
<products>
<product code="Product Code" active="true">
(...)
<options priceType="brutto">
<option name="Size">
<value name="S" price="+10" old_price="200.00" weight="+20" stock="4.00" code="Option Code" ean="Option Manufacturer Code"/>
<value name="M"/>
</option>
</options>
</product>
</products>
<xml version='1.0' encoding='utf-8' ?>
<products>
<product code="Product Code" active="true">
(...)
<options priceType="brutto">
<option name="Color">
<value name="Green">
<option name="Size">
<value name="S" stock="10"/>
<value name="M" stock="8"/>
<value name="L" stock="1"/>
</option>
</value>
<value name="Red"/>
<option name="Size">
<value name="S" stock="5"/>
<value name="M" stock="6"/>
<value name="L" stock="3"/>
<value name="XL" stock="3"/>
</option>
</value>
</option>
</options>
</product>
</products>
<xml version='1.0' encoding='utf-8' ?>
<products>
<product code="A0001" active="true" ean="1234567890123">
<name>Wireless Speaker</name>
<description><h2>Full Product Description</h2><p>This is the main product description. If it is long, divide it into sections and mark the section titles as headings (Formats>Heading->Heading 2 or Heading 3). In the heading and description, it is worth including keywords related to the product. This will make it easier to search for the product in search engines. Use natural language.</p><p>Remember to leave spaces between longer pieces of text. Try to <strong> avoid too many highlights </strong>, , changes in text size and colors. A better presented and readable text positively affects the time customers spend on the product page.</p></description>
<shortDescription>Describe the product in a few short sentences. It is worth starting with the values that the purchase gives and adding the most important information.</shortDescription>
<photos>
<photo main="true">https://bianco.demo.soteshop.pl/media/products/42/images/p1.png</photo>
<photos>
<tax>23.00</tax>
<price type="brutto">130</price>
<categories>
<category main="true">Categories/Accessories</category>
</categories>
<stock unit="szt.">5</stock>
<producer>Traditional Way</producer>
<weight>0.5<weight>
</product>
</products>
Download an XML file with 3 sample products.