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 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. Width of disc rim.

  4. Diameter of disc rim.

  5. Number of mounting holes.

  6. Pitch circle diameter.

  7. Diameter of central hole (recommended).

  8. Disc offset (ET).

  9. Color (if the model range includes multiple colors).

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

<min-quantity>2</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

You want to place an offer with the following data:

  • Manufacturer: K&K.

  • Model: Iguana.

  • Width of disc rim: 5.5.

  • Diameter of disc rim: 14.

  • Number of mounting holes: 4.

  • Pitch circle diameter: 98.

  • Diameter of central hole: 58.5.

  • Disc offset (ET): 35.

  • Color: black platinum.

Correct titles for this offer:

Simplified offer type
<name>K & K Iguana 5.5x14/4x98 D58.5 ET35 Black Platinum Wheel Disc</name>
Custom offer type
<typePrefix>Wheel disk</typePrefix>
<vendor>K&K</vendor>
<model>Iguana 5.5x14/4x98 D58.5 ET35 Black Platinum</model>
Note. Detailed description of offer types: simplified type, custom type.

Common mistakes

  1. Manufacturer name was omitted.

    Example
    <name>Admiral 6.5x16/5x110 D65.1 ET37 Selena Wheel Disc</name>

    Correct title for this offer:

    <name>SKAD Admiral 6.5x16/5x110 D65. 1 ET37 Selena Wheel Disc</name>
  2. The model name isn't included in full.

    Example
    <name>Momo Storm 8.5x20/5x130 D71.6 ET45 Silver Wheel Disc</name>

    These are correct titles for these offers:

    <name>Momo Storm G.2 8.5x20/5x130 D71.6 ET45 Silver Wheel Disc</name>
  3. Disc color was omitted.

    Example
    <name>K&K KX625 (17 SPORTAGE SL) 6.5x17/5x114. 3 D67.1 ET35 Wheel Disc</name>

    These are correct titles for these offers:

    <name>K&K KX625 (17 SPORTAGE SL) 6.5x17/5x114.3 D67.1 ET35 Silver Wheel Disc</name>
    <name>K&K KX625 (17 SPORTAGE SL) 6.5x17/5x114.3 D67.1 ET35 Black Diamond Wheel Disc</name>

Sample offers for YML format

Custom product type (vendor.model)

<offer id="123457" type="vendor.model" available="true" bid="80" cbid="90">
  <url>http://www.store.ru/product_page.asp?pid=12344</url>
  <price>6000</price>
  <currencyId>RUR</currencyId>
  <categoryId>2741</categoryId>
  <picture>http://www.store.ru/img/picture1.jpg</picture>
  
  
    <option cost="200" days="1" />
  
  <typePrefix>Wheel Disc</typePrefix>
  <vendor>K&K</vendor>
  <model>(17 SPORTAGE SL) 6.5x17/5x114.3 D67.1 ET35 silver</model>
  <vendorCode>61705360</vendorCode>
  <description>Designed specifically for sports cars.<description />
  <min-quantity>2</min-quantity> 
</offer>

Simplified offer type

<offer id="12346" available="true" bid="80" cbid="90">
  <url>http://www.store.ru/product_page.asp?pid=12387</url>
  <price>5000</price>
  <currencyId>RUR</currencyId>
  <categoryId>136</categoryId>
  <picture>http://www.store.ru/img/picture8.jpg</picture>
  
  
    <option cost="200" days="1"/>
  
  <name>SKAD Admiral 6.5x16/5x110 D65.1 ET37 Selena Wheel Disc</name>
  <vendor>SKAD</vendor>
  <vendorCode>A1234567B</vendorCode>
  <description>SKAD alloy wheels.</description>
  <min-quantity>2</min-quantity> 
</offer>