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 valuetrue
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 valuefalse
.delivery
has the valuetrue
, but the delivery terms are not specified in either the price listor in the store account.
Attention. At least one of the elements —delivery
orpickup
— must have the valuetrue
. If both elements have the valuefalse
, 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 valuetrue
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 valuefalse
.
Attention. At least one of the elements —delivery
orpickup
— must have the valuetrue
. If both elements have the valuefalse
, 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
).
store
has the valuefalse
.
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:
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
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>