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

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

Ключ

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

...

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.

Далее в появившемся меню выбрать пункт Настройки для перехода в личный кабинет и в левом боковом меню выбрать Загрузка данных из YMLNext, 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.pngImage Modified

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

If the format does not meet the requirement, a validation message should appear.

Image AddedFig. 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.pngImage Modified

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.)