Examples of feeds by categories

Examples of the feed's contents for some product categories in YML format and vehicles in XML format.

Automobiles
New car
<?xml version="1.0"?>
<data>
    <cars>
        <car>
            <mark_id>Hyundai</mark_id>
            <folder_id>Sonata</folder_id>
            <modification_id>2.0 AT (150 Hp)</modification_id>
            <url>http://www.auto.ru/1</url>
            <images>http://picture.auto.ru/1.jpg</images>
            <body_type>Sedan</body_type>
            <color>gray</color>
            <availability>in stock</availability>
            <custom>cleared</custom>
            <year>2022</year>
            <price>2575000</price>
            <currency>RUB</currency>
            <vin>XWBCA41ZXDK259205</vin>
            <owners_number>No past owners</owners_number>
            <max_discount>90000</max_discount>
         </car>
     </cars>
</data>
Used car
<?xml version="1.0"?>
<data>
    <cars>
        <car>
            <mark_id>Nissan</mark_id>
            <folder_id>Juke, I Restyled</folder_id>
            <modification_id>1.6 CVT (117 Hp)</modification_id>
            <url>http://www.auto.ru/2</url>
            <body_type>SUV 5 doors</body_type>
            <color>white</color>
            <availability>in stock</availability>
            <custom>cleared</custom>
            <state>moderate</state>
            <owners_number>one owner</owners_number>
            <run>60000</run>
            <year>2017</year>
            <price>550000</price>
            <max_discount>50000</max_discount>
            <currency>RUB</currency>
            <vin>XWBCA41ZXDK259107</vin>
            <images>
                <image>http://price.site.ru/files/image2.jpg</image>
                <image>http://price.site.ru/files/image3.jpg</image>
            </images>
         </car>
     </cars>
</data>
Household appliances and electronics

<offer id="18295" type="vendor.model" available="true">
  <name>Bosch TDS 4040 steam generator</name>
  <categoryId>123</categoryId>
  <url>https://best-seller.ru/product-parogenerator-bosch-tds-4040</url>
  <picture>https://best-seller.ru/img/picture1.jpg</picture>
  <picture>https://best-seller.ru/img/picture2.jpg</picture>
  <picture>https://best-seller.ru/img/picture3.jpg</picture>
  <picture>https://best-seller.ru/img/picture4.jpg</picture>
  <picture>https://best-seller.ru/img/picture5.jpg</picture>
  <video>https://best-seller.ru/video/5463988.mp4</video>
  <price>11670</price>
  <oldprice>12000</oldprice>
  <currencyId>RUB</currencyId>
  <typePrefix>Steam generator</typePrefix>
  <model>TDS 4040</model>
  <vendor>Bosch</vendor>
  <description>Power: 2400 W. Constant steam supply. Vertical steaming. Weight: 3.4 kg; Automatic shutdown. Automated steam adjustment. Steam boost: 270 g/min; Maximum steam pressure: 5.5 bar.</description>
  <sales_notes>10% off the first purchase. Bonus points to your loyalty card.</sales_notes>
  <param name="Color">white</param>
  <param name="Material">Plastic</param>   
  <param name="Length" unit="cm">38.5</param>
  <param name="Width" unit="cm">19.2</param>
  <param name="Height" unit="cm">26</param>
</offer>
              
Beauty and health products

<offer id="1234145" type="vendor.model" available="true">
  <name>Gentle facial tonic L'Oreal Paris for dry and sensitive skin</name>
  <categoryId>6</categoryId>
  <url>https://best-cosm.ru/product_page.asp?pid=12345</url>
  <picture>https://best-cosm.ru/img/picture1.jpg</picture>
  <picture>https://best-cosm.ru/img/picture2.jpg</picture>
  <picture>https://best-cosm.ru/img/picture3.jpg</picture>
  <picture>https://best-cosm.ru/img/picture4.jpg</picture>
  <picture>https://best-cosm.ru/img/picture5.jpg</picture>
  <video>https://best-cosm.ru/video/54533.mp4</video>
  <price>1000</price>
  <oldprice>1200</oldprice>
  <currencyId>RUB</currencyId>
  <typePrefix>Facial tonic</typePrefix>
  <vendor>L'Oreal Paris</vendor>
  <model>Trio Active for dry and sensitive skin</model>
  <description>Gently tones, neutralizes toxins, and removes impurities. Creates a feeling of freshness and comfort. Moisturizes and protects the skin from drying out, giving it a radiant glow.</description>
  <sales_notes>10% off the first purchase. Bonus points to your loyalty card.</sales_notes>
  <param name="Volume" unit="ml">200</param>
  <param name="Skin type">Dry and sensitive skin</param>
  <param name="Series">Trio Active</param>
  <param name="Gender">Female</param>
  <param name="Age">Adult</param>
</offer>
            
Furniture

<offer id="499871680344" type="vendor.model" available="true">
  <name>Sofa Loft Yellow convertible</name>
  <categoryId>1</categoryId>
  <url>https://www.example.ru/myagkaya-mebel/loft-ellou/</url>
  <picture>https://www.example.ru/model-image/loft-ellou1.jpg</picture>
  <picture>https://www.example.ru/model-image/loft-ellou2.jpg</picture>
  <picture>https://www.example.ru/model-image/loft-ellou3.jpg</picture>
  <picture>https://www.example.ru/model-image/loft-ellou4.jpg</picture>
  <picture>https://www.example.ru/model-image/loft-ellou5.jpg</picture>
  <video>https://www.example.ru/video/loft-ellou-0005.mp4</video>
  <price>29400</price>
  <oldprice>35280</oldprice>
  <currencyId>RUB</currencyId>
  <vendor>Monolith factory</vendor>
  <model>Loft Yellow</model>
  <typePrefix>Sofa</typePrefix>
  <description>Modern sofa Loft Yellow. A durable convertible sofa mechanism and large comfortable pillows. Large sleeping area. Filler — PU foam + belts. Stuffed pillows: foam crumb + hollow fiber.</description>
  <sales_notes>10% off the first purchase. Bonus points to your loyalty card.</sales_notes>
 <param name="Length" unit="cm">250</param>
 <param name="Width" unit="cm">97</param>
 <param name="Height" unit="cm">95</param>
 <param name="Color">yellow</param>
 <param name="Material">Hessian fabric</param>
</offer>
            
Medical products

<offer id="345939" type="vendor.model" available="true">
  <name>NOW - B-50 Vitamin Complex, 100 capsules</name>
  <categoryId>3</categoryId>
  <url>https://example-pharmacy.ru/product-catalog/vitamins/b-vitamins/b-50-vitamin-complex-now-100-tab</url>
  <picture>https://example-pharmacy.ru/3429951.jpg</picture>
  <picture>https://example-pharmacy.ru/3429952.jpg</picture>
  <picture>https://example-pharmacy.ru/3429953.jpg</picture>
  <picture>https://example-pharmacy.ru/3429954.jpg</picture>
  <picture>https://example-pharmacy.ru/3429955.jpg</picture>
  <video>https://example-pharmacy.ru/54533.mp4</video>
  <price>200</price>
  <oldprice>260</oldprice>
  <currencyId>RUB</currencyId>
  <vendor>Now Foods</vendor>
  <typePrefix>B-50 Vitamin Complex</typePrefix>
  <model>100 capsules</model>
  <description>The B-50 Vitamin Complex will help provide your body with essential B vitamins, which are responsible for many processes in the human body. These vitamins promote hair growth and strength, and also support nervous system health.</description>
  <sales_notes>10% off the first purchase. Bonus points to your loyalty card.</sales_notes>
 <param name="release form">capsules</param>
 <param name="quantity in pack">100 pcs</param>
</offer>
          
Clothing and shoes

<offer id="12341" type="vendor.model" available="true">
 <name>Calvin Klein Aberash women's jacket</name>
 <categoryId>6</categoryId>
 <url>http://best-clothes.ru/product_page12344</url>
 <picture>https://best-clothes.ru/img/picture1.jpg</picture>
 <picture>https://best-clothes.ru/img/picture2.jpg</picture>
 <picture>https://best-clothes.ru/img/picture3.jpg</picture>
 <picture>https://best-clothes.ru/img/picture4.jpg</picture>
 <picture>https://best-clothes.ru/img/picture5.jpg</picture>
 <video>https://best-clothes.ru/video/54533118.mp4</video>
 <price>7000</price>
 <oldprice>10000</oldprice>
 <currencyId>RUB</currencyId>
 <vendor>Calvin Klein</vendor>
 <typePrefix>jacket</typePrefix>
 <model>Aberash</model>
 <description>A loose-fitting women's jacket with a hood provides warmth and comfort during walks.</description>
 <sales_notes> 10% off the first purchase. Bonus points to your loyalty card.</sales_notes>
  <param name="Size" unit="RU">44</param>
  <param name="Color">Brown</param>
  <param name="Gender">Female</param>
  <param name="Material">100% polyester</param>
</offer>
            
Sports goods

 <offer id="12341" type="vendor.model" available="true">
  <name>Burton Ripcord snowboard (14–15)</name>
  <categoryId>3</categoryId>
  <url>https://example-sport.ru/product_12344</url>
  <picture>httpss://example-sport.ru/img/device123451.jpg</picture>
  <picture>httpss://example-sport.ru/img/device123452.jpg</picture>
  <picture>httpss://example-sport.ru/img/device123453.jpg</picture>
  <picture>httpss://example-sport.ru/img/device123454.jpg</picture>
  <picture>httpss://example-sport.ru/img/device123455.jpg</picture>
  <video>https://example-sport.ru/54533.mp4</video>
  <price>16500</price>
  <oldprice>19800</oldprice>
  <currencyId>RUB</currencyId>
  <typePrefix>Snowboard</typePrefix>
 <vendor>Burton</vendor>
  <model>Ripcord (14–15)</model>
  <description>The Burton Ripcord snowboard is a versatile and soft board designed for amateurs looking to learn the basics of snowboarding and seasoned riders alike.</description>
  <sales_notes>Prepayment is required. 10% off first purchase. Bonus points to your loyalty card.</sales_notes>
  <country_of_origin>USA</country_of_origin>
  <param name="Size" unit="cm">154</param>
  <param name="Color">Red</param>
  <param name="Gender">Unisex</param>
  <param name="Age">Adult</param>
</offer>
            
Jewelry

<offer id="12345" type="vendor.model" available="true">
  <name>Textured Radiance ring, white gold & diamonds</name>
  <categoryId>2056</categoryId>
  <url>https://example-jewelry.com/product_page.asp?pid=12344</url>
  <picture>https://example-jewelry.com/img/picture1.jpg</picture>
  <picture>https://example-jewelry.com/img/picture2.jpg</picture>
  <picture>https://example-jewelry.com/img/picture3.jpg</picture>
  <picture>https://example-jewelry.com/img/picture4.jpg</picture>
  <picture>https://example-jewelry.com/img/picture5.jpg</picture>
  <video>https://example-jewelry.com/54533.mp4</video>
  <price>7990</price>
  <oldprice>8990</oldprice>
  <currencyId>RUB</currencyId>
  <vendor>Radiance</vendor>
  <typePrefix>Ring</typePrefix>
  <model>white gold & diamonds</model>
  <store>true</store>
  <pickup>true</pickup>
  <delivery>true</delivery>
  <description>A white gold ring with a textured effect of waves at a standstill. Practical, original, and elegant design.</description>
  <sales_notes>Gift packaging included. 10% off first purchase. Bonus points to your loyalty card.</sales_notes>
  <param name="Weight">0.85</param>
  <param name="Material">gold</param>
  <param name="Gold purity">585</param>
  <param name="Type of gold">white</param>
  <param name="Inlay">Natural diamond (23)</param>
</offer>
            

Have questions?

Attention. Our customer service can help you with the campaigns created under the same login that you use to contact us. You can see your current login in the upper-right corner of the screen. Our team can access your data only when processing your request.