Please find the standard structure for the XML feed file our system used to work with.
However, Competera can absorb any types of files, google feed, ebay feed, amazon feed, exls, csv or any other structured type of files.
Thus, mandatory fields to specify:
<offer id> - can't live without it
<url> - always
<price> - always
<categoryId> - always
<name> - always
<vendor> - always
---------------------------------------
<vendorCode> - would be a plus
<map> - minimum advertised price, would be a plus for reprising
<sales> - quantity, would be a plus for reprising
<tag> - would be a plus for reprising
<conversion> - would be a plus for reprising
<kvi> - key products, would be a plus for reprising
----------------------------------------
There is standard fields in Competera where the data from the feed will be transported: name, category, vendor/brand, url, map, price, availability, tag.
However, in case the user would like to provide some additional data for price management, they will be stored as custom fileds in the dashboard: sales, conversion, kvi, manager, supplier, etc.
Please be aware that custom fields are not designed to be filtered and will not be available in standrad facets menu.
----------------------------------------
More details on feed structure - https://yandex.com/support/partnermarket/yml/about-yml.html
Example of XML file
<?xml version="1.0" encoding="UTF-8"?>
<yml_catalog date="2017-02-05 17:22">
<shop>
<name>BestSeller</name>
<company>Tne Best inc.</company>
<url>http://best.seller.ru</url>
<currencies>
<currency id="RUR" rate="1"/>
<currency id="USD" rate="60"/>
</currencies>
<categories>
<category id="1">Бытовая техника</category>
<category id="10" parentId="1">Мелкая техника для кухни</category>
<category id="101" parentId="10">Сэндвичницы и приборы для выпечки</category>
<category id="102" parentId="10">Мороженицы</category>
</categories>
<offers>
<offer id="12346" available="true" fee="325">
<url>http://best.seller.ru/product_page.asp?pid=12348</url>
<price>1490</price>
<oldprice>1620</oldprice>
<currencyId>RUR</currencyId>
<categoryId>101</categoryId>
<picture>http://best.seller.ru/img/large_12348.jpg</picture>
<store>false</store>
<pickup>true</pickup>
<delivery>true</delivery>
<delivery-options>
<option cost="300" days="0" order-before="12"/>
</delivery-options>
<name>Вафельница First FA-5300</name>
<vendor>First</vendor>
<vendorCode>A1234567B</vendorCode>
<description>
<![CDATA[
<p>Отличный подарок для любителей венских вафель.</p>
]]>
</description>
<sales_notes>Необходима предоплата.</sales_notes>
<manufacturer_warranty>true</manufacturer_warranty>
<country_of_origin>Россия</country_of_origin>
<barcode>0156789012</barcode>
<cpa>1</cpa>
<rec>123,456</rec>
</offer>
<offer id="9012" type="vendor.model" available="true" fee="325">
<url>http://best.seller.ru/product_page.asp?pid=12345</url>
<price>8990</price>
<oldprice>9900</oldprice>
<currencyId>RUR</currencyId>
<categoryId>102</categoryId>
<picture>http://best.seller.ru/img/model_12345.jpg</picture>
<store>false</store>
<pickup>false</pickup>
<delivery>true</delivery>
<delivery-options>
<option cost="300" days="1" order-before="18"/>
</delivery-options>
<outlets>
<outlet id="1" instock="50"/>
<outlet id="2" instock="20"/>
</outlets>
<typePrefix>Мороженица</typePrefix>
<vendor>Brand</vendor>
<model>3811</model>
<description>
<![CDATA[
<h3>Мороженица Brand 3811</h3>
<p>Это прибор, который придётся по вкусу всем любителям десертов и сладостей, ведь с его помощью вы сможете делать вкусное домашнее мороженое из натуральных ингредиентов.</p>
]]>
</description>
<param name="Цвет">белый</param>
<sales_notes>Необходима предоплата.</sales_notes>
<manufacturer_warranty>true</manufacturer_warranty>
<country_of_origin>Китай</country_of_origin>
<barcode>0123456789379</barcode>
<cpa>1</cpa>
<rec>345,678</rec>
</offer>
</offers>
</shop>
</yml_catalog>
Comments
0 comments
Please sign in to leave a comment.