How to construct an offer for the “Сноуборды” 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:

  1. Name of the manufacturer (vendor).

  2. Name of product-model.

  3. Season (for example, 2009−2010 or 2010−2011).

Manufacturer — Brand name. Don't confuse this with the company name that the brand belongs to, because the same company may manufacture snowboards under several different brand names. For example, the company F2 produces fast descent snowboards, but it also produces freeride and freestyle products under the FTwo brand. So F2 and FTwo are different vendors for the system.

Model name — Full name of the snowboard model. Official websites often designate snowboards for wide feet as separate models by adding the word “Wide” or the letter “W”. In the product profile this parameter is indicated in the field Наличие широкой модели. You don't need to create two separate offers for standard and wide.

Coloration and sizes do not need to be specified — they are not important.

If the model has special options for women or children, you should indicate this in the offer title by adding “Lady” or “Junior”.

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

You may specify the year instead of the season, but you must take into account that the 07–08 season corresponds to 2008, the 08–09 season corresponds to 2009, and so on.

Example

You want to place an offer with the following data:

  • Manufacturer: Flow.

  • Model: The Team.

  • Season: 08–09.

The offer title in YML should look like this:

Simplified offer type
<vendor>Flow</vendor>
<name>Flow The Team Snowboard 08/09</name>
Custom offer type
<typePrefix>Snowboard</typePrefix>
<vendor>Flow</vendor>
<model>The Team 2009</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>Burton</vendor>
    <name>Dominant Snowboard</name>
    <vendor>Black Fire</vendor>
    <name>Special Lady Snowboard</name>

    These are correct titles for these offers:

    <vendor>Burton</vendor>
    <name>Dominant Snowboard (08–09)</name>
    <vendor>Black Fire</vendor>
    <name>Special Lady Snowboard 2009</name>
  2. Model was omitted.

    Example
    <name>Burton Snowboard (15–16)</name>

    There are possible correct titles for this offer:

    <vendor>Burton</vendor>
    <name>Сноуборд Burton Chopper (15–16)</name>
    <vendor>Burton</vendor>
    <name>Сноуборд Burton Chicklet (15–16)</name>
    <vendor>Burton</vendor>
    <name>Сноуборд Burton Feather (15–16)</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>16500</price>
  <oldprice>19800</oldprice>
  <currencyId>RUR</currencyId>
  <categoryId>3</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>Snowboard</typePrefix>
  <vendor>Burton</vendor>
  <vendorCode>56372</vendorCode>
  <model>Ripcord (14–15)</model>
  <description>The Burton Ripcord Snowboard is a versatile and soft board designed for beginners who want to learn the basics of snowboarding, as well as for more advanced learners pursuing perfection on the slopes.</description>
  <sales_notes>Prepayment required.</sales_notes>
  <manufacturer_warranty>true</manufacturer_warranty>
  <country_of_origin>USA</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>31200</price>
  <oldprice>34990</oldprice>
  <currencyId>RUR</currencyId>
  <categoryId>5</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>CAPiTA Defenders Of Awesome Snowboard (15–16)</name>
  <vendor>CAPiTA</vendor>
  <vendorCode>A1234567B</vendorCode>
  <description>The DOA snowboard series has made a name for itself thanks to models like this one.</description>
  <sales_notes>Prepayment required.</sales_notes>
  <manufacturer_warranty>true</manufacturer_warranty>
  <country_of_origin>USA</country_of_origin>
  <barcode>0123456789012</barcode>
</offer>