Elements included in the shop

Example

<shop>
  <name>BestSeller</name>
  <company>Tne Best inc.</company>
  <url>http://best.seller.ru</url>
  <platform>uCoz</platform>
  <version>1.0</version>
  <agency>Технологичные решения</agency>
  <email>[email protected]</email>
        <currencies>
    <currency id="RUR" rate="1"/>
    <currency id="USD" rate="60"/>
  </currencies>
  <categories>
    <category id="1">Бытовая техника</category>
    <category id="10" parentId="1">Мелкая техника для кухни</category>
    <category id="101" parentId="10">Сэндвичницы и приборы для выпечки</category>
    <category id="102" parentId="10">Мороженицы</category>
  </categories>
  <delivery-options>условия доставки</delivery-options>
  <pickup-options>условия самовывоза</pickup-options>
  <enable_auto_discounts>true</enable_auto_discounts>
  <offers>
    товары магазина
  </offers>
  <gifts>
    подарки не из прайс-листа
  </gifts>
  <promos>
    акции
  </promos>
</shop>

Description of constituent elements

Element Description Required

name

Short name of store. Do not include any words that are not part of the store name (for example, “best” or “cheap”). Do not include a phone number or other information irrelevant to the store name.

The name of the store must be identical to the official name published on the store's website. If a requirement is not met, Yandex.Market may independently change the name without notifying the store.

Required

company

Full name of the company that owns the store. Will not be published.

Required

url

URL of store's home page. Link may not exceed 2048 symbols. Cyrillic links are permitted. The URL address must conform to the RFC 3986 standard.

Required

platform

Content management system (CMS) used for the store.

Optional

version

CMS version.

Optional

agency

Name of the agency that provides technical support to the store and is responsible for the website's functionality.

Optional

email

Contact email address of the CMS developers or agency that provides tech support.

Optional

currencies

List of store's exchange rates.

Required

categories

List of store's categories.

Required
delivery-options

Delivery cost and period for the region the store is located in.

Required if all delivery information is provided in the price list.

pickup-options

Collection cost and pickup timeframe for the region where the store is located.

Optional

enable_auto_discounts

Automatic calculation and display of discounts for the entire price list. It is mandatory before the list of offers.

Optional

offers

List of store's offers. Every offer is described in a separate offer element. This is not a list of all the elements that are included in the offer, since it depends on the type of offer. The following description types are fit for the majority of product categories:

Required
gifts

Gifts that are not available on Yandex.Market (for the “Gift with purchase” promo).

Attention. Specify the element gifts before the element promos. This is needed to correctly process information regarding promos.
Optional
promos

Information about store's promotions.

Optional