Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.
Sv translation
languageru_RU

Система позволяет поставщику добавлять товары на портал при помощи импорта файла с расширением .YML.

Информация
iconfalse

Загружаемый YML-файл должен содержать в себе предложения упрощенного типа.

  1. Откройте раздел Мой каталог.
  2. Нажмите кнопку Загрузка данных из YML.

В открывшемся окне отметьте необходимые чекбоксы:

  • Обновить наличие;
  • Обновить цены;
  • Обновить свойства товаров.

Выберите файл с расширение .YML и нажмите Сохранить.

Откроется окно Журнал обработки данных с отображением текущего статуса загрузки.

 Далее необходимо сопоставить категории для корректного отображения на портале.

Более подробная информация о ручном сопоставлении категорий описана в разделах:



После успешной обработки данных загружаемый контент должен отобразиться на соответствующих страницах (новые категории - в списке категорий на странице Категории товаров поставщика (/accounts/supplier/categories, загружаемый товар на странице Мой каталог /catalog_supplier/)

Ожидаемый набор тегов:

# Список валют:
currencies:
- currency: string
# Атрибуты:
# id="string" - (RUB, EUR)

categories: # Список категорий
- category: string
# Аргументы:
# id - Идентификатор категории поставщика

offers:
# Список элементов:
- offer:
# Атрибуты:
# available="true" в остаток кладется 1, если тег есть и он true, либо 0 если тега нет или он false

# Вложеные теги
name: string # Наименование товара
vendorCode: string # Код товара
description: string # Описание товара
categoryId: string # Категория поставщика
price: number # Цена за ед.
currencyId: string # (RUB, EUR)
param: string # Параметры товара
# Атрибуты:
# name="Ширина"

picture: string # Ссылка на изображение

warehouse: number # Остатки на складе
# Атрибуты:
# name="string" - наименование склада
# unit="string" - (шт., кг.)

Sv translation
languageen

To download data using import, the user needs to click on the Username in the user bar. By clicking on it, a drop-down menu will open.

Информация
iconfalse

The downloadable YML file should contain simplified sentences.

Next, in the menu that appears, select the Settings item to go to your personal account and select Loading data from YML in the left side menu.

2017-07-26_0311.png

Fig. 1 - Go to download from YML


The page that opens (/accounts/supplier/data/yml) contains the following:

  • explanatory information on the procedure for loading data using YML
  • check box Update availability
  • Update prices
  • Update product properties
  • Download button 


 


When you click on the Download button, a window for selecting a file will open. Add a file and upload a file of the appropriate format. If the format does not meet the requirement, a validation message should appear.

Fig. 2 - Setting up import

After selecting the file, the user will be redirected to the Data processing queues page (/accounts/supplier/queue) with the current download status displayed.

2017-07-26_0307_001.png

Fig. 3 - processing queue given GOVERNMENTAL


After successful processing of the data, the downloaded content should appear on the appropriate pages (new categories in the category list on the Supplier's product categories page (/accounts/supplier/categories, downloaded product on the My catalog /catalog_supplier/page)

Expected set of tags:

# List of currencies:
currencies:
- currency: string
# Attributes:
# id = "string" - (RUB, EUR)

categories: # List of categories
- category: string
# Arguments:
# id - Vendor category identifier

offers:
# List of items:
- offer:
# Attributes:
# available = "true" the remainder is 1 if there is a tag and it is true, or 0 if there is no tag or it is false

# Nested tags
name: string # Product name
vendorCode: string # Product code
description: string # Product description
categoryId: string # Vendor category
price: number # Price per unit.
currencyId: string # (RUB, EUR)
param: string # Product parameters
# Attributes:
# name = "Width"

picture: string # Link to image

warehouse: number # Stock balances
# Attributes:
# name = "string" - warehouse name
# unit = "string" - (pcs., kg.)