How to construct an offer for the category “Роликовые коньки”

How to link an offer to a 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:

  1. Name of the manufacturer (vendor).

  2. Name of product-model.

  3. Season (year of release).

  4. Intended user.

Manufacturer (vendor) — Brand name. Don't confuse this with the company name that the brand belongs to, because the same company may manufacture products under several different brand names. For example, the company CK produces rollerblades with the brands CK, MAXCITY, and ROLLER DERBY. To the system, all these brand names are different vendors.

Model name — Full name of the model of rollerblades.

Season (production year) is the season for the range of models from this manufacturer. The season should always be specified, except when:

  • The manufacturer doesn't use the season and all names are different.

  • The unique article number is specified, which is the model name.

Назначение — модификация модели в зависимости от пола и возраста покупателей или других характеристик. Если модель предназначена для женщин, укажите это в наименовании предложения, добавив соответствующее уточнение (например, “Women”, “Lady” или “женские” ). Мужские и подростковые модели относятся к классу универсальных, в наименовании необходимо добавить “Men” или “Unisex”. Модели для детей должны иметь в наименовании уточнение детские.

Example 1

You want to place an offer with the following data:

  • Manufacturer: Fila.

  • Model: Primatist XT.

  • Intended user: Women.

  • Season: 2010.

Possible titles for this offer in YML format:

Simplified offer type
<vendor>Fila</vendor>
<name> Fila Primatist XT Women 2010 Rollerblades</name>
<vendor>Fila</vendor>
<name>Fila Primatist XT Lady 2010 Rollerblades</name>
<vendor>Fila</vendor>
<name>Fila Primatist XT Women’10 Rollerblades</name>
Custom offer type
<typePrefix>Rollerblades</typePrefix>
<vendor>Fila</vendor>
<model>Primatist XT Women 2010</model>
<typePrefix>Rollerblades</typePrefix>
<vendor>Fila</vendor>
<model>Primatist XT Pure 2010</model>
<typePrefix>Rollerblades</typePrefix>
<vendor>Fila</vendor>
<model>Primatist XT Le 2010</model>

If the rollerblades are expandable, and different wheels are put on depending on the size, it is important to indicate the wheel diameter in the parameters, so the offer will be recognized for the specific modification of the rollerblade model.

Example 2

You want to place an offer with the following data:

  • Manufacturer: Fila.

  • Model: X-One.

  • Intended user: Children.

  • Season: 2010.

  • Wheel diameter: 72mm.

Possible titles for this offer in YML format:

Simplified offer type
<vendor>Fila</vendor>
<name>Fila X-One 2010 72 mm Rollerblades</name>
<vendor>Fila</vendor>
<name>Fila X-One‘10 72 mm Rollerblades</name>
Custom offer type
<typePrefix>Rollerblades</typePrefix>
<vendor>Fila</vendor>
<model>X-One Children's 2010 72 mm</model>
<typePrefix>Rollerblades</typePrefix>
<vendor>Fila</vendor>
<model>X-One adjustable 2010 72 mm</model>
Note. Detailed description of offer types: simplified type, custom type.

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. Season was omitted.

    Example
    <vendor>Powerslide</vendor>
    <name>Powerslide Phuzion D1 Men Rollerblades</name>
    <vendor>Fila</vendor>
    <name>FILA Primo 90 Women Rollerblades</name>

    These are correct titles for these offers:

    <vendor>Powerslide</vendor>
    <name>Powerslide Phuzion D1 Men 2011 Rollerblades</name>
    <vendor>Fila</vendor>
    <name>FILA Primo 90 Women 2009 Rollerblades</name>
  2. Intended use was omitted.

    Example
    <vendor>Powerslide</vendor>
    <name>Powerslide Phuzion D1 2011 Rollerblades</name>

    There are possible correct titles for this offer:

    <vendor>Powerslide</vendor>
    <name>Powerslide Phuzion D1 Men 2011 Rollerblades</name>
    <vendor>Powerslide</vendor>
    <name>Powerslide Phuzion D1 Pure 2011 Rollerblades</name>

Examples of offers

Custom offer type (vendor.model) in YML format

<offer id="12341" type="vendor.model" available="true" bid="80" cbid="90">
  <url>http://best.seller.ru/product_page.asp?pid=12344</url>
  <price>3990</price>
  <oldprice>4690</oldprice>
  <currencyId>RUR</currencyId>
  <categoryId>6</categoryId>
  <picture>http://best.seller.ru/img/device12345.jpg</picture>
  <store>false</store>
  <pickup>false</pickup>
  
  
    <option cost="300" days="1" order-before="18"/>
  
  <typePrefix>Rollerblades</typePrefix>
  <vendor>MaxCity</vendor>
  <vendorCode>1839392</vendorCode>
  <model>Expert Female</model>
  <description>These stylish Expert Female rollerblades from MaxCity, decorated with a bright print, are sure to fit your fancy.</description>
  <sales_notes>Prepayment required.</sales_notes>
  <manufacturer_warranty>true</manufacturer_warranty>
  <country_of_origin>China</country_of_origin>
  <barcode>1234567890120</barcode>
</offer>

Simplified offer type in YML format

<offer id="12346" available="true" bid="80" cbid="90">
  <url>http://best.seller.ru/product_page.asp?pid=12348</url>
  <price>1800</price>
  <oldprice>1990</oldprice>
  <currencyId>RUR</currencyId>
  <categoryId>6</categoryId>
  <picture>http://best.seller.ru/img/large_12348.jpg</picture>
  <store>false</store>
  <pickup>true</pickup>
  
  
    <option cost="300" days="0" order-before="12"/>
  
  <name>Action PW-220 Rollerblades</name>
  <vendor>Action PW-220</vendor>
  <vendorCode>A1234567B</vendorCode>
  <description>These adjustable Action rollerblades have a soft, snug fit that is perfect for new skaters.</description>
  <sales_notes>Prepayment required.</sales_notes>
  <manufacturer_warranty>true</manufacturer_warranty>
  <country_of_origin>China</country_of_origin>
  <barcode>0123456789012</barcode>
</offer>