How to construct an offer for the “Горные лыжи (Downhill skis)” category

Creating a header for association with the product profile

In order for the system to correlate your offer with the product profile on Yandex.Market, enter the following data in the offer title (in the indicated order):

  1. Manufacturer name.

  2. Name of product-model.

  3. Season.

It is preferable to use the terms designated by the manufacturer.

Example

You want to place an offer with the following data:

  • Manufacturer: HEAD.

  • Model: Integrale 007.

  • Season: 2012–2013.

The offer title in YML should look like this:

Simplified offer type
<vendor>HEAD</vendor>
<name>Горные лыжи HEAD Integrale 007 (12/13)</name>
Custom offer type
<typePrefix>Горные лыжи</typePrefix>
<vendor>HEAD</vendor>
<model>Integrale 007 2013</model>
Note. Detailed description of offer types: simplified type, custom type.

Specification of parameters in order to be included in filtered results

Filters are available on product profiles for this category of products. If the user applies filters, they will only see products that meet the selected parameters or characteristics.

Set the parameters in the corresponding offer elements to make sure that your products end up in the appropriate filtered results:

  • In the offer title.

  • In the param element, in the following form: <param name=" название параметра " unit=" единица измерения (если есть) "> значение </param>.

In the Горные лыжи (Downhill skis) category, there is a filter for ski length (“Rostovka”). Example of passing a parameter in YML:

<param name="Ростовка" unit="см">120</param>

Discounts

If you need to display information about a discount on a product, use the parameter oldprice . In oldprice enter the old price of a product, which must be higher than the new price (price).

Common errors

  1. Manufacturer name was omitted.

    Example
    <name>Горные лыжи Integrale 007 (12/13)</name>

    Correct title for this offer:

    <vendor>HEAD</vendor>
    <name>Горные лыжи HEAD Integrale 007 (12/13)</name>
  2. Season was omitted.

    Example
    <vendor>HEAD</vendor>
    <name>Горные лыжи Head Integrale 007</name>

    Correct title for this offer:

    <vendor>HEAD</vendor>
    <name>Горные лыжи HEAD Integrale 007 (12/13)</name>

Examples of offers in YML

Custom product type (vendor.model)

<offer id="12341" type="vendor.model" available="true" bid="80" cbid="90">
  <url>http://best.seller.ru/product_page.asp?pid=12344</url>
  <price>28800</price>
  <oldprice>31300</oldprice>
  <currencyId>RUR</currencyId>
  <categoryId>6</categoryId>
  <picture>http://best.seller.ru/img/device12345.jpg</picture>
  <store>false</store>
  <pickup>false</pickup>
  <delivery>true</delivery>
  <delivery-options>
    <option cost="300" days="1" order-before="18"/>
  </delivery-options>
  <typePrefix>Горные лыжи</typePrefix>
  <vendor>Salomon</vendor>
  <vendorCode>846378</vendorCode>
  <model>X-Drive 8.0 FS (14/15)</model>
  <param name="Ростовка" unit="см">182</param>
  <description>
  <![CDATA[
    <p>Разработчикам удалось соединить в модели четкость выполнения поворотов и высокую мобильность!</p>
  ]]>
  </description>
  <sales_notes>Необходима предоплата.</sales_notes>
  <manufacturer_warranty>true</manufacturer_warranty>
  <country_of_origin>США</country_of_origin>
  <barcode>1234567890120</barcode>
</offer>

Simplified offer type

<offer id="12346" available="true" bid="80" cbid="90">
  <url>http://best.seller.ru/product_page.asp?pid=12348</url>
  <price>4260</price>
  <oldprice>7100</oldprice>
  <currencyId>RUR</currencyId>
  <categoryId>6</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>Горные лыжи ATOMIC Redster Jr I (15/16)</name>
  <vendor>ATOMIC</vendor>
  <vendorCode>A1234567B</vendorCode>
  <param name="Ростовка" unit="см">90</param>
  <description>
  <![CDATA[
    <p>Лыжи для самых маленьких лыжников.</p>
  ]]>
  </description>
  <sales_notes>Необходима предоплата.</sales_notes>
  <manufacturer_warranty>true</manufacturer_warranty>
  <country_of_origin>Китай</country_of_origin>
  <barcode>0123456789012</barcode>
</offer>