How to construct an offer for the “Автомашины (Tires)” category

How to link an offer to a product profile

In order for the system to correlate your offer with its 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. Section width of the tire.

  4. Tire series (section height).

  5. Diameter of the tire.

  6. Load index.

  7. Speed rating.

  8. Run-flat technology (if present).

    Attention.

    You must indicate that a tire has run-flat technology, even if there is no analogous tire of the same size without run-flat technology.

  9. Studs (if present).

    Attention.

    You must indicate that a tire has studs, even if there is no analogous tire of the same size without studs.

If you sell tires in sets (for example, exclusively in sets of four), specify the minimum number of products per order using the min-quantity element. Otherwise the store will receive an error.

<min-quantity>4</min-quantity> 
Note. If the product can be purchased in individual units, but such purchases are more expensive per unit than buying several units at once, you can construct two separate offers (one for each price) in the price list.
Example 1

Вы хотите разместить предложение со следующими данными:

  • Производитель: Michelin.

  • Модель: Pilot Sport 2.

  • Ширина профиля: 335.

  • Высота профиля: 30.

  • Диаметр: 18.

  • Индекс нагрузки: 102.

  • Индекс скорости: Y.

Правильные заголовки для этого предложения:

Упрощенный тип предложения
<name>Michelin Pilot Sport 2 335/30 R18 102Y Tire</name>
Произвольный тип предложения
<typePrefix>Tire</typePrefix>
<vendor>Michelin</vendor>
<model>Pilot Sport 2 335/30 R18 102Y</model>
Example 2

Вы хотите разместить предложение со следующими данными:

  • Производитель: Nexen.

  • Модель: Winguard Spike.

  • Ширина профиля: 175.

  • Высота профиля: 65.

  • Диаметр: 14.

  • Индекс нагрузки: 86.

  • Индекс скорости: T.

  • Наличие шипов: да.

Правильные заголовки для этого предложения:

Упрощенный тип предложения
<name>Nexen Winguard Spike 175/65 R14 86T Studded Tire</name>
Произвольный тип предложения
<typePrefix>Tire</typePrefix>
<vendor>Nexen</vendor>
<model>Winguard Spike 175/65 R14 86T Studded</model>
Example 3

Вы хотите разместить предложение со следующими данными:

  • Производитель: Goodyear.

  • Модель: Excellence.

  • Ширина профиля: 275.

  • Высота профиля: 35.

  • Диаметр: 20.

  • Индекс нагрузки: 102.

  • Индекс скорости: Y.

  • Наличие RunFlat: да.

Правильные заголовки для этого предложения:

Упрощенный тип предложения
<name>Goodyear Excellence 275/35 R20 102y RunFlat Tire</name>
Произвольный тип предложения
<typePrefix>Tire</typePrefix>
<vendor>Goodyear</vendor>
<model>Excellence 275/35 R20 102Y RunFlat</model>
Note. Detailed description of offer types: simplified type, custom type.

Common mistakes

  1. Manufacturer name was omitted.

    Example
    <name>Hakkapeliitta 7 SUV 225/60 R17 103T Tire</name>

    Correct title for this offer:

    <name>Nokian Hakkapeliitta 7 SUV 225/60 R17 103T Tire</name>
  2. The model name isn't included in full.

    Example
    <name>Nokian Hakka C are 205/70 R15 106/104S Tire</name>

    The manufacturer Nokian produces two tire models with similar names: Hakka C Cargo and Hakka C Van. You must specify the full name of the model.

    These are correct titles for these offers:

    <name>Nokian Hakka C Cargo 205/70 R15 106/104S Tire</name>
    <name>Nokian Hakka C Van 205/70 R15 106/104S Tire</name>
  3. Whether the tire has studs is not indicated.

    Example
    <name>Nexen Winguard Spike 175/65 R14 86T Tire</name>

    The manufacturer Nexen produces two versions of tires in this size: studded and unstudded. If you are selling the version with studs, specify this in the offer. If you are selling the version without studs, you don't have to include any additional specifications.

    Correct offer title for the version with studs:

    <name>Nexen Winguard Spike 175/65 R14 86T Studded Tire</name>

    Correct offer title for the version without studs:

    <name>Nexen Winguard Spike 175/65 R14 86T Tire</name>
  4. Whether the tire has run-flat technology is not indicated.

    Example
    <name>Michelin Pilot Sport PS2 335/25 R20 94Y Tire</name>

    The manufacturer Michelin produces two versions of tires in this size: with run-flat technology and without. If you are selling the version with run-flat technology, specify this in the offer. If you are selling the version without run-flat technology, you don't have to include any additional specifications.

    Correct offer title for the version with run-flat technology:

    <name>Michelin Pilot Sport PS2 335/25 R20 94Y RunFlat Tire</name>

    Correct offer title for the version without run-flat technology:

    <name>Michelin Pilot Sport PS2 335/25 R20 94Y Tire</name>

Examples of offers in YML

Custom product type (vendor.model)

<offer id="123457" type="vendor.model" available="true" bid="80">
  <url>http://www.tires.ru/product_page.asp?pid=12344</url>
  <price>6000</price>
  <currencyId>RUR</currencyId>
  <categoryId>2741</categoryId>
  <picture>http://tires.ru/img/picture1.jpg</picture>
  <delivery>true</delivery>
  <local_delivery_cost>200</local_delivery_cost>
  <typePrefix>Автошина</typePrefix>
  <vendor>Michelin</vendor>
  <model>Pilot Sport PS2 335/25 R20 94Y RunFlat</model>
  <vendorCode>61705360</vendorCode>
  <description>Разработаны специально для легковых автомобилей класса спорт.<description/>
  <min-quantity>4</min-quantity> 
</offer>

Simplified offer type

<offer id="12346" available="true" bid="80">
  <url>http://www.tires.ru/product_page.asp?pid=12387</url>
  <price>5000</price>
  <currencyId>RUR</currencyId>
  <categoryId>136</categoryId>
  <picture>http://tires.ru/img/picture8.jpg</picture>
  <delivery>true</delivery>
  <local_delivery_cost>300</local_delivery_cost>
  <name>Автошина Nexen Winguard Spike 175/65 R14 86T шип </name>
  <vendor>Nexen</vendor>
  <vendorCode>A1234567B</vendorCode>
  <description>Зимние шипованные шины с дорожным рисунком протектора.</description>
  <min-quantity>4</min-quantity> 
</offer>