XML file requirements
The XML file should be placed on the Internet for public access e.g.: https://www.domain.lv/export/epirkt.xml The XML file should be automatically generated daily. The description and additions to the XML tags may change, so it's a good idea to check this page from time to time.
XML tags:
Product SKU number. A unique ID of the item in your internal systems. Allowed length: 100 characters.
Required value
<sku>EP123456789</sku>
Product name. Allowed length: 200 characters.
Required value
<name>Preces nosaukums</name>
Product link on the web. Allowed length: 500 characters.
Required value
<link>https://www.domain.lv/preces-nosaukums/</link>
Price EUR. For a numeric value with a period, with a decimal separator. 2 digits after the point ( 0.01 ).
Required value
<price>0.01</price>
Item condition, all items that are not new, value should be stated `1`.
<condition>0</condition>
Full category name with all supercategories. Category separator `|` without quotes. Allowable length including spaces and separator: 200 characters.
Required value
<category_full>Elektronika|Monitori</category_full>
Category link that can be opened on us web. Allowable length up to 500 characters
<category_link>https://www.domain.lv/cat-1/cat-2/</category_link>
Image link up to 500 characters. The maximum image size is 2MB
Required value
<image>https://www.domain.lv/img_1.jpg/</image>
Available quantities of goods in stock available.
Required value
<in_stock>10</in_stock>
Product trademark.
Required value
<brand>LG</brand>
Product model.
<model>LG123</model>
Product color in Latvian or English
<color>Balts</color>
Item Manufacturer Part Number ( MPN ) code of the product.
<mpn>LG112345</mpn>
Global Trade Item Number (GTIN) code of the product. It can be EAN, UPC, JAN, ISBN code.
<gtin>85412369</gtin>
The value `1` must be specified for adult goods, goods of a sexual or intimate nature. Mandatory tag for sellers of intimate goods
<adult>0</adult>
Drug dealers should indicate the value `1` if the product is an over-the-counter drug, or the value `2` if it is a prescription drug.
<medicament>0</medicament>
XML Example:
If the tag is not required, you can leave it blank or not put it at all.
<?xml version="1.0" encoding="utf-8" ?>
<root>
<item>
<name>Preces nosaukums virsraksts kas arī ir atslēgvārdi pec kuriem strādā meklētājs.</name>
<link>https://domain.lv/preces-nosaukums-virsraksts/</link>
<condition></condition>
<price>4.99</price>
<image>https://domain.lv/images/img-name.jpg</image>
<category_full>Kategorija</category_full>
<category_link>https://epirkt.lv/cat/</category_link>
<brand>Zīmols</brand>
<model>Modelis</model>
<color></color>
<mpn></mpn>
<gtin></gtin>
<in_stock>1</in_stock>
<adult>no</adult>
</item>
<item>
...
</item>
</root>