> For the complete documentation index, see [llms.txt](https://support.morozovpimnev.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.morozovpimnev.ru/megaimport/sootvetstvie-polei.md).

# Соответствие полей

## Выражения

#### Сложение

При сопоставлении можно объединять данные для записи в базу, через оператор "+"

`name + param[@name='Размер']` (например название и размер для модификации, через пробел `{ }`)

или

`A + B`

<figure><img src="/files/2IWRPw0crGJI2fsfooew" alt=""><figcaption></figcaption></figure>

#### Подстановка своего значения в фигурных скобках `{}`

`{APPLE}` (например если в прайсе нет бренда)

`{1}` (например при сопоставлении с активностью товара, указать что товар активен = 1)

<div data-full-width="false"><figure><img src="/files/bPPR8U7qzrqcEe4G7iqF" alt=""><figcaption></figcaption></figure></div>

#### Комбинированя подстановка

`{/img/} + @id + {.jpg}` (например путь к картинке)

`{/img/} + A + {.jpg}` (например путь к картинке)

<figure><img src="/files/tniXqZNyk3lUfHMkhgVz" alt=""><figcaption></figcaption></figure>

#### Поддерживаемые поля

<pre><code><strong>Стандартные поля shop_items
</strong>Идентификатор [id]
Налог [tax]
Продавец [seller]
Группа [group]
Валюта [currency]
Производитель [producer]
Единица измерения [measure]
Вид номенклатуры [item_type]
Тип товара [type]
Название товара [name]
Артикул товара [marking]
Код товара от производителя [vendorcode]
Описание [description]
Текст [text]
Изображение товара [image]
Вес [weight]
Вес с упаковкой [package_weight]
Товар активен [active]
Закрыт [closed]
Порядок сортировки [sorting]
Путь [path]
Заголовок (title) [seo_title]
Описание (description) [seo_description]
Ключевые слова (keywords) [seo_keywords]
Индексировать товар [indexing]
Экспортировать в Яндекс.Маркет [yandex_market]
Экспортировать в Google Merchant [google_merchant]
Яндекс.Маркет - основная расценка [yandex_market_bid]
Яндекс.Маркет - расценка для карточек моделей [yandex_market_cid]
Гарантия производителя [manufacturer_warranty]
Страна производства [country_of_origin]
Отличие товара от других (значение тега &#x3C;sales_notes>) [yandex_market_sales_notes]
Дата [datetime]
Модификация [modification]
Идентификатор товара CommerceML [guid]
Дата публикации [start_datetime]
Дата завершения публикации [end_datetime]
Счетчик показов [showed]
Длина [length]
Ширина [width]
Высота [height]
Длина упаковки [package_length]
Ширина упаковки [package_width]
Высота упаковки [package_height]
Мин. кол-во [min_quantity]
Макс. кол-во [max_quantity]
Шаг [quantity_step]
Учитывать для скидки от суммы заказа и карт [apply_purchase_discount]
Доставка [delivery]
Самовывоз [pickup]
В розничном магазине [store]
Для взрослых [adult]
Публиковать в «Заказ на Маркете» [cpa]
Значение родительского товара [mod]
Основная цена [price]

<strong>/** (можно найти по ID, названию, tag_name) **/
</strong>Все дополнительные свойства [props]

Размеры [dimension]
Единица измерения веса [weight_measure]
Единица измерения габаритов [size_measure]
Штрихкод [barcode]
Все свойства [props]

GUID склада [guid_warehouse]
Кол-во склада [count_warehouse] // загружается при наличии GUID склада
Производитель ИНН
Валюта ID
Скидка на товар ID

<strong>Все цены
</strong><strong>Все склады
</strong></code></pre>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.morozovpimnev.ru/megaimport/sootvetstvie-polei.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
