delivery, pickup, store

Element delivery

Availability of courier delivery (for all regions that the store delivers to). Possible values:

  • true — Courier delivery is offered for this product.

  • false — Courier delivery is not offered for this product.

If the element is not specified, courier delivery is automatically considered to be available (the default value is true).

Yandex.Market terms of display

Courier delivery and the terms for courier delivery will be displayed for a product on Yandex.Market if delivery has the value true and delivery terms are specified in the price list or in the store account.

Courier delivery (in all regions) won't be displayed for a product if:

  • delivery has the value false.
  • delivery has the value true, but the delivery terms are not specified in either the price listor in the store account.
If this is the case, customer pickup and purchase without pre-order will be displayed for the product (if they have been configured).
Attention. At least one of the elements — delivery or pickup — must have the value true. If both elements have the value false, the product won't be shown on Yandex.Market.

Element pickup

Availability of customer pickup at pickup points (in all regions that the store delivers to). Possible values:

  • true — Customer pickup is offered for this product.

  • false — Customer pickup is not offered for this product.

If the element is not specified, customer pickup is automatically considered to be available (the default value is true).

Yandex.Market terms of display

Customer pickup and the pickup conditions will be displayed for a product on Yandex.Market if pickup has the value true and pickup points have been created in the store account.

Customer pickup won't be displayed for a product (in all regions) if:

  • pickup has the value false.

  • pickup has the value true, but not a single pickup point has been created in your store account.
If this is the case, courier delivery and purchase without pre-order will be displayed for the product (if they have been configured).
Attention. At least one of the elements — delivery or pickup — must have the value true. If both elements have the value false, the product won't be shown on Yandex.Market.

Element store

Availability of purchase without pre-order in retail stores with showcases. Possible values:

  • true — the product can be purchased “at a point of sale” without a pre-order.

  • false — a pre-order is a must.

If the element is not set, purchase without pre-order will be automatically considered available (the default value is true).

Yandex.Market terms of display

Purchase without pre-order will be shown as available for a product on Yandex.Market if store has the value true and retail stores have been created in the store account.

Purchase without a pre-order won't be displayed for a product if:

  • store has the value false.

  • store has the value true, but not a single retail store has been created in your store account.

If this is the case, courier delivery and/or customer pickup will be displayed for the product (if they have been configured).

The delivery element and products prohibited for distance selling

Attention. If your store is registered as a legal entity in Russia, the delivery element must always be false for products such as jewelry, prescription medicines, nutritional supplements, homeopathic remedies, and medical products (this means that these products are prohibited for distance selling and for delivery and they can only be purchased directly in a store). If your store is not registered as a legal entity in Russia, you shouldn't place on Yandex.Market any products that are not allowed to be sold remotely in Russia.

The pickup and store elements, and points of sale of a mixed type

If you have a point of sale of the combined type (a retail store combined with a pickup point), Yandex.Market will display both customer pickup and purchase without pre-order.

If a particular product is not available for pickup or purchase without placing a pre-order, make sure you specify the false value not only for the pickup but also for the store element.

Usage examples

Example 1
  • Courier delivery is available.

  • The product can be obtained via customer pickup.

  • The product can't be purchased “at a point of sale” without placing a pre-order.

<offer>
    ...
    <price>700</price>
    <currencyId>USD</currencyId>
    <categoryId>6</categoryId>
    <picture>http://best.seller.ru/img/device12345.jpg</picture>
    <delivery>true</delivery> 
    <pickup>true</pickup> 
    <store>false</store>
    <vendor>Sony Ericsson</vendor>
    <model>Xperia arc</model>
    ...
</offer>
Example 2
  • Courier delivery is available.

  • The product can't be obtained via customer pickup.

  • The product can't be purchased “at a point of sale” without placing a pre-order.

<offer>
    ...
    <price>650</price>
    <currencyId>USD</currencyId>
    <categoryId>6</categoryId>
    <picture>http://best.seller.ru/img/device12345.jpg</picture>
    <delivery>true</delivery> 
    <pickup>false</pickup> 
    <store>false</store>
    <vendor>Sony Ericsson</vendor>
    <model>Xperia arc</model>
    ...
</offer>