V.648

Project: fandeco

📁 Collection: itilium

🔑 Authentication basic

Param value Type
username undefined string
password undefined string

hello

Возвращает "Hello, World! "

Method: GET http://212.41.24.134:35289/crm/hs/fandeco/hello

alive

Возвращает 1

Method: GET http://212.41.24.134:35289/crm/hs/fandeco/alive

get_services

Возвращает список и состав услуг

Method: POST http://212.41.24.134:35289/crm/hs/fandeco/get_services

Response: 200

{
    "success": true,
    "request_date": "2021-08-31T13:54:27",
    "message": "get_services",
    "data_err": [],
    "data": [
        {
            "services_name": "Active Directory",
            "services_code": "0000000021",
            "services_uuid": "4e1665cc-8724-11eb-9519-005056b4b00e",
            "structure": [
                {
                    "structure_name": "Добавить пользователя",
                    "structure_uuid": "f763b256-8724-11eb-9519-005056b4b00e"
                },
                {
                    "structure_name": "Заблокировать пользователя",
                    "structure_uuid": "15188567-8725-11eb-9519-005056b4b00e"
                }
            ]
        },
       ....
            ]
        }
    ],
    "response_date": "2021-08-31T13:54:27"
}

get_users

список пользователей

Method: POST https://rest.massive.ru/get_users

Response: 200

{
    "success": true,
    "request_date": "2021-08-31T13:54:32",
    "message": "get_users",
    "data_err": [],
    "data": [
        {
            "user_uuid": "7f5d6d80-8572-11eb-9519-005056b4b00e",
            "user_staff": "",
            "user_name": "Алена Архипкина",
            "email": "arhipkina@technolight.ru",
            "department": "Бухгалтерия"
        },
      ....
    ],
    "response_date": "2021-08-31T13:54:32"
}

get_subordinates_manager

подчиненные руководителя

Method: POST https://rest.massive.ru/get_subordinates_manager

Body (raw)

{
    "email":"lokshaeva@technolight.ru"
}

Response: 200

{
    "success": true,
    "request_date": "2021-09-08T10:03:08",
    "message": "get_subordinates_manager",
    "data_err": [],
    "data": [
        {
            "user_uuid": "7f5d6dff-8572-11eb-9519-005056b4b00e",
            "user_staff": "0b6045f5-8576-11eb-9519-005056b4b00e",
            "user_name": "Вячеслав Косарев",
            "email": "kosarev@technolight.ru",
            "department": "Интернет проекты",
            "is_boss": true
        },
        ....
    ],
    "response_date": "2021-09-08T10:03:08"
}

get_staff_department

сотрудники отдела

Method: POST http://srvitilium.mike.com:41132/crm/hs/fandeco/get_staff_department

Body (raw)

{
    "email":"lokshaeva@technolight.ru"
}

Response: 200

{
    "success": true,
    "request_date": "2022-01-11T11:32:04",
    "message": "get_staff_department",
    "info": "сотрудники отдела",
    "data_err": [],
    "data": [],
    "response_date": "2022-01-11T11:32:04"
}

get_tickets

список обращений заказчика

Method: POST http://srvitilium.mike.com:41132/crm/hs/fandeco/get_tickets

Body (raw)

{
    "user_uuid":["7f5d6df6-8572-11eb-9519-005056b4b00e"],
    "tickets_type":""
}

Response: 200

{
    "success": true,
    "request_date": "2021-08-31T13:53:11",
    "message": "get_tickets",
    "data_err": [],
    "data": [

        {
            "uuid": "e95fcb9c-907d-11eb-9519-005056b4b00e",
            "version": "AAAAAAABL1s=",
            "number": "0000003001",
            "date": "2021-03-29T14:00:03",
            "progress": "1 / 1",
            "condition": "Закрыто",
            "condition_code": 9,
            "priority": "3_Обычный",
            "topic": "РЕГИОН БАЗА ПРИХОДЫ ПРОЕКТНОГО ОТДЕЛА",
            "contact_person": "Евгений Жарков",
            "description": "Прошу при создании документов ПП входящие и ПП исходящие, ПКО ,РКО,  автоматически ставить подразделение Проектный отдел , если контрагент находится в папке Проектный отдел \nПодразделение не должно изменяться при проведении и перепроведении, изменении ответственного , по любой причине\n \n \n \n<Картинка>\n \n \n \nС уважением\nBest regards/ Mit freundlichen Gruessen\nДиректор по развитию\nЖарков Евгений\nТел: +7(495)771-7383 доб.351\nФакс:+7(495)771-7390\nМоб.:+7(903)790-9741\nmailto: Zharkov@technolight.ru\nwww.fandeco.ru \nwww.ftp-technolight.ru\nwww.technolight.ru\nwww.technolight-tm.ru\nwww.artelamp.it\nwww.divinare.it \nwww.instagram.com/technolight.ru\n<Картинка>"
        },
        .....
    ],
    "response_date": "2021-08-31T13:53:11"
}

get_tickets_implementer

список обращений исполнителя

Method: POST https://rest.massive.ru/get_tickets_implementer

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":"open"
}

Example: закрытые [undefined]

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":"closed"
}

Response: undefined

Example: открытые [undefined]

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":"open"
}

Response: undefined

Example: все [undefined]

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":""
}

Response: undefined

get_ticket_data

информация обращения

Method: POST http://srvitilium.mike.com:41132/crm/hs/fandeco/get_ticket_data

Body (raw)

{
    "ticket_uuid":"3a6c53c6-ef75-11eb-9536-005056b4b00e"
}

Response: 200

{
    "success": true,
    "request_date": "2021-09-03T16:09:58",
    "message": "get_tickets",
    "data_err": [],
    "data": [
        {
            "uuid": "7039df86-8c77-11eb-9519-005056b4b00e",
            "link": "e1cib/data/Документ.Инцидент?ref=9519005056b4b00e11eb8c777039df86",
            "number": "0000000878",
            "date": "2021-03-24T11:03:38",
            "condition": "Закрыто",
            "condition_code": 9,
            "priority": "3_Обычный",
            "topic": "RE: Работы по сайту www.technolight.ru",
            "description": "Добрый день !\nС моей стороны вопрос: \nНа сайте Технолайт на текущий момент не хватает информации по:\nАрт.\nНаименоваине \nПричина\nСроки \n45001-02\nДрайвер тока 6Вт 30-40В 130мА TRIAC для Атом 6 диммируемый\nОтсуствие текста\n23.03.2021\n45002-02\nДрайвер тока 9Вт 30-40В 210мА TRIAC для Атом 9 диммируемый\nОтсуствие текста\n23.03.2021\n45003-02\nДрайвер тока 13Вт 30-40В 300мА TRIAC для Атом 13 диммируемый\nОтсуствие текста\n23.03.2021\n \nСветильники Фрейм Твист 85\nОтстутствие фото (баннер) \n26.03.2021\n \nСветильники Фрейм  Софт 86\nОтстутствие фото (баннер) \n26.03.2021\n \nИтого, в какой таблице это отображается ? \n \n \n \n  \n \nFrom: Alexey Vtyurin \nSent: Wednesday, March 24, 2021 10:56 AM\nTo: support@technolight.ru\nCc: Евгений Жарков <zharkov@technolight.ru>; Вячеслав Косарев <kosarev@technolight.ru>\nSubject: Работы по сайту www.technolight.ru\n \nДобрый день!\n \nНеобходимо отработать три вопроса по сайту:\n \n1.       Вернуть вкладку файлы для скачивания и настроить все пути к файлам. Много новинок, нужно залить по всем файлы для скачивания. Она при открытии страницы появляется, а потом сразу исчезает.\n2.       Так как количество артикулов с развитием ассортимента выросло, необходимо добавить пагинацию. В ближайшее время будет еще больше.\n3.       Вместо новостей, которые пишутся на сайт, сделать блок  InstagramFeed, так как в итоге новости ведутся и пишутся туда.\n \nПросьба, взять в работу и назначить сроки выполнения.\n \nЗаранее спасибо!\n \n--\n \nАлексей Втюрин\nМенеджер проектов\n \nТ   +7 495 771 73 83  #332\nМ +7 915 151 56 74\n \nТЕХНОЛАЙТ — Свет и технологии\n \n■ Системы освещения PROFI 48V и DOT 220V\n■ Тест-драйв на месте и презентации\n■ Работа с архитекторами, дизайнерами и потолочными организациями ♥\n \nwww.technolight.ru\nwww.instagram.com/technolight.ru\n \n<Картинка>",
            "decision": "Письмо не предназначалось для support. Вопросы для Елены Заборовской. Отправлено по ошибке. Задачу закрываем. По теме, что в переписке до вопросов по контенту - уже взято в работу.",
            "images": [
                {
                    "name": "image001.jpg",
                    "uuid": "76d0d149-e904-4ffb-8ca7-fb57aab36b7a "
                }
            ]
        }
    ],
    "response_date": "2021-09-03T16:09:58"
}

get_ticket_by_number

поиск обращения по номеру

Method: POST http://srvitilium.mike.com:41132/crm/hs/fandeco/get_ticket_by_number

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":"closed"
}

Response: 200

{
    "success": true,
    "request_date": "2021-08-31T13:54:59",
    "message": "get_ticket_by_number",
    "data_err": [],
    "data": [
        {
            "uuid": "e351ac45-87eb-11eb-9519-005056b4b00e",
            "version": "AAAAAAAAO9E=",
            "number": "0000000135",
            "date": "2021-03-18T16:14:37",
            "condition": "Решено на первой линии",
            "condition_code": 10,
            "priority": "3_Обычный",
            "topic": "Номенклатура",
            "contact_person": "Елизавета В. Устинова",
            "description": "Прошу загрузить номенклатуру.\nСпасибо.\n \n \nС Уважением, \nУстинова Елизавета\n \nМенеджер по закупкам\nОтдел по работе со сторонними брендами\nКомпания Технолайт\nТел:8(495) 771-73-83 доб 324\nwww.fandeco.ru\nwww.technolight.ru\n \n<Картинка>\n \n \n<Картинка>"
        },
        .....
    ],
    "response_date": "2021-08-31T13:54:59"
}

get_tasks

список нарядов

Method: POST http://srvitilium.mike.com:41132/crm/hs/fandeco/get_tasks

Body (raw)

{
    "ticket_uuid":"d3619a28-8ca9-11eb-9519-005056b4b00e"
}

Response: 200

{
    "success": true,
    "request_date": "2021-09-06T13:50:58",
    "message": "get_tasks",
    "data_err": [],
    "data": [
        {
            "uuid": "854bbdf6-8d46-11eb-9519-005056b4b00e",
            "link": "e1cib/data/Документ.Наряд?ref=9519005056b4b00e11eb8d46854bbdf6",
            "number": "0000000448",
            "date": "2021-03-25T11:45:59",
            "condition": "Выполнен",
            "condition_code": 6,
            "priority": "2_Критичный",
            "topic": "Приходят пустые заказы в1с",
            "contact_person": "Кирилл С. Нефедьев",
            "responsible": "Илья В. Слюсарь",
            "description": "Приходят пустые заказы в1с\n\nпришел заказ в 1с без товаров\nпример запроса\n{\n  \"order_info\": {\n    \"status\": 1,\n    \"number\": \"40828560\",\n    \"delivery_type\": 4,\n    \"pay_type\": 1,\n    \"shop\": \"000000001\",\n    \"note\": \"Интернет: Заказ с bery №40828560; https://beru.fandeco.ru/manager/?a=index&namespace=Bery\",\n    \"source\": \"beru\",\n    \"login\": \"\"\n  },\n  \"client_info\": {\n    \"id\": \"BR001\"\n  },\n  \"products_list\": [\n    {\n      \"artikul\": \"94154_eglo\",\n      \"count\": 1,\n      \"price\": 2590\n    }\n  ]\n}"
        }
    ],
    "response_date": "2021-09-06T13:50:58"
}

get_tasks_by_user

список нарядов по ответственному

Method: POST http://srvitilium.mike.com:41132/crm/hs/fandeco/get_tasks_by_user

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":"closed"
}

Example: закрытые [200]

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":"closed"
}

Response: 200

{
    "success": true,
    "request_date": "2021-09-06T13:50:58",
    "message": "get_tasks",
    "data_err": [],
    "data": [
        {
            "uuid": "854bbdf6-8d46-11eb-9519-005056b4b00e",
            "link": "e1cib/data/Документ.Наряд?ref=9519005056b4b00e11eb8d46854bbdf6",
            "number": "0000000448",
            "date": "2021-03-25T11:45:59",
            "condition": "Выполнен",
            "condition_code": 6,
            "priority": "2_Критичный",
            "topic": "Приходят пустые заказы в1с",
            "contact_person": "Кирилл С. Нефедьев",
            "responsible": "Илья В. Слюсарь",
            "description": "Приходят пустые заказы в1с\n\nпришел заказ в 1с без товаров\nпример запроса\n{\n  \"order_info\": {\n    \"status\": 1,\n    \"number\": \"40828560\",\n    \"delivery_type\": 4,\n    \"pay_type\": 1,\n    \"shop\": \"000000001\",\n    \"note\": \"Интернет: Заказ с bery №40828560; https://beru.fandeco.ru/manager/?a=index&namespace=Bery\",\n    \"source\": \"beru\",\n    \"login\": \"\"\n  },\n  \"client_info\": {\n    \"id\": \"BR001\"\n  },\n  \"products_list\": [\n    {\n      \"artikul\": \"94154_eglo\",\n      \"count\": 1,\n      \"price\": 2590\n    }\n  ]\n}"
        }
    ],
    "response_date": "2021-09-06T13:50:58"
}

Example: get_tasks_by_user [undefined]

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":"open"
}

Response: undefined

Example: get_tasks_by_user [undefined]

Body (raw)

{
    "user_staff":["0b6045fd-8576-11eb-9519-005056b4b00e"],
    "tickets_type":""
}

Response: undefined

get_task_data

информация наряда

Method: POST http://212.41.24.134:35289/crm/hs/fandeco/get_task_data

Body (raw)

{
    "task_uuid":"05486459-c440-11eb-952d-005056b4b00e"
}

Response: 200

{
    "success": true,
    "request_date": "2021-09-06T13:51:51",
    "message": "get_task_data",
    "data_err": [],
    "data": [
        {
            "uuid": "854bbdf6-8d46-11eb-9519-005056b4b00e",
            "link": "e1cib/data/Документ.Наряд?ref=9519005056b4b00e11eb8d46854bbdf6",
            "number": "0000000448",
            "date": "2021-03-25T11:45:59",
            "condition": "Выполнен",
            "condition_code": 6,
            "priority": "2_Критичный",
            "topic": "Приходят пустые заказы в1с",
            "description": "Приходят пустые заказы в1с\n\nпришел заказ в 1с без товаров\nпример запроса\n{\n  \"order_info\": {\n    \"status\": 1,\n    \"number\": \"40828560\",\n    \"delivery_type\": 4,\n    \"pay_type\": 1,\n    \"shop\": \"000000001\",\n    \"note\": \"Интернет: Заказ с bery №40828560; https://beru.fandeco.ru/manager/?a=index&namespace=Bery\",\n    \"source\": \"beru\",\n    \"login\": \"\"\n  },\n  \"client_info\": {\n    \"id\": \"BR001\"\n  },\n  \"products_list\": [\n    {\n      \"artikul\": \"94154_eglo\",\n      \"count\": 1,\n      \"price\": 2590\n    }\n  ]\n}",
            "decision": "По истории изменений видно, что 24.03.2021 в 10:55:02 пользователь WebUserRest (так приходят заказы с сайта) создал заказ без данный по товарам, далее 24.03.2021 в 11:42:55 тотже WebUserRest обновил заказ добавиви в него товары. \n\nСчитаю что данная ситуация не является ошибкой со стороны 1С"
        }
    ],
    "response_date": "2021-09-06T13:51:51"
}

get_task_by_number

поиск наряда по номеру

Method: POST http://srvitilium.mike.com:41132/crm/hs/fandeco/get_task_by_number

Body (raw)

{
    "number":"135"
}

change_state_task

изменить состояние наряда

Method: POST http://212.41.24.134:35289/crm/hs/fandeco/change_state_task

Body (raw)

{
    "task_uuid":"aee5085f-0fda-11ec-9541-005056b4b00e",
    "condition":"В работе"
}

Example: В работе [undefined]

Body (raw)

{
    "task_uuid":"1202ec5b-fff7-11eb-953e-005056b4b00e", 
    "condition":"В работе"
}

Response: undefined

Example: Приостановлен [undefined]

Body (raw)

{
    "task_uuid":"1202ec5b-fff7-11eb-953e-005056b4b00e", 
    "condition":"Приостановлен"
}

Response: undefined

Example: Выполнен [undefined]

Body (raw)

{
    "task_uuid":"1202ec5b-fff7-11eb-953e-005056b4b00e", 
    "condition":"Выполнен"
}

Response: undefined

Example: Отклонено [undefined]

Body (raw)

{
    "task_uuid":"1202ec5b-fff7-11eb-953e-005056b4b00e", 
    "condition":"Отклонено"
}

Response: undefined

change_responsible

Method: POST http://212.41.24.134:35289/crm/hs/fandeco/change_responsible

change_ticket_responsible

изменить ответственного в обращении

Method: POST http://212.41.24.134:35289/crm/hs/fandeco//change_ticket_responsible

Body (raw)

{
    "ticket_uuid":"1202ec5b-fff7-11eb-953e-005056b4b00e", 
    "user_staff":"0b6045ef-8576-11eb-9519-005056b4b00e"
}

change_task_responsible

изменить ответственного наряде

Method: POST http://212.41.24.134:35289/crm/hs/fandeco//change_task_responsible

Body (raw)

{
    "task_uuid":"1202ec5b-fff7-11eb-953e-005056b4b00e", 
    "user_staff":"0b6045ef-8576-11eb-9519-005056b4b00e"
}

edit_solution_task

редактировать решение наряда

Method: POST http://srvitilium.mike.com:41132/crm/hs/fandeco/edit_solution_task

Body (raw)

{
    "task_uuid":"1202ec5b-fff7-11eb-953e-005056b4b00e", 
    "decision":"Отредактированное решение наряда"
}

get_image

Возвращает изображение в бинарном виде

Method: POST http://212.41.24.134:35289/crm/hs/fandeco/get_image

Body (raw)

{
    "uuid":"76d0d149-e904-4ffb-8ca7-fb57aab36b7a"
}

📁 Collection: rest.massive.ru

Сайт для упрощения синхронизации с 1с

🔑 Authentication basic

Param value Type
username undefined string
password undefined string

📂 folder: orders

order_send

Отправляет заказ в 1с

Не возможно обновить существующий заказ

  • [enum] order_info.source - источник заказ, возможные значения: artelamp.it, beru, beru2, divinare.it, fandeco.ru, goods, InMyRoom, kaspi, ozon, technolight.ru, vkarte wildberries, wildberries2,
  • [string] order_info.number - id заказ в системе источника должен быть уникальным как внутри источника так в во всей системе в целом
  • [char(9)] order_info.shop - id магазина, не требуется при использовании source
  • [int] order_info.status - статус заказ, сотри в 1с
  • [text(300)] order_info.note - описание заказ для менеджера не более 300 символов
  • [string] client_info.id - номер телефонна в формате "+70123456789"

устаревшие поля

  • order_from_shop
  • order_from_market
  • login
  • partner

Method: POST https://rest.massive.ru/order_send

Body (raw)

{
	"order_info": {
		"number": "test_02515541-0013-8",
		"createdon": "2022-06-28T10:58:03+03:00",
		"price_type": 2,
		"delivery_type": 4,
		"pay_type": 1,
		"shop": "000000001",
		"order_from_shop": 1,
		"order_from_market": 0,
		"login": "",
		"note": "test",
		"source": "ozon",
		"is_test": false,
		"date_of_shipment": "2022-07-02T13:00:00+03:00"
	},
	"client_info": {
		"name": "Не указано",
		"phone": "Не указано",
		"email": "Не указано",
		"city": "Не указано",
		"street": "Не указано",
		"house": "Не указано",
		"room": "Не указано",
		"id": "BR001"
	},
	"products_list": [
		{
			"artikul": "A5218AP-1WG",
			"count": 2,
			"price": "1260.000000",
			"price_discount": "1260.000000"
		}
	]
}

Response: 200

{
    "errCode": 0,
    "uuid": "93fd2cc9-ed06-11ea-817b-005056a9741d",
    "orderResult": [
        {
            "artikul": "A8531LT-1CC",
            "rezerv": 0,
            "otgruzka": 0,
            "zakaz": 0,
            "snyato": 0,
            "vputi": 0
        }
    ]
}

order_exist

Проверяет существует ли заказа в 1с

обязательно отправить запрос методом post и с пустым объектом json в теле

Method: POST https://rest.massive.ru/order_exist?number=wildberries_136632381

Body (raw)

{}

Query Params

Paramvalue
numberwildberries_136632381

Response: 200

{
    "number": "wildberries_136632381",
    "api_key": "i8fE4g_d7$i2n3W8_fdwf4!Rsn_7M",
    "is_exist": true,
    "uuid": "2debfb88-532d-11ec-8192-005056a9741d",
    "status": "12",
    "is_status_region": true,
    "success": true,
    "message": "",
    "data": []
}

prices

?cache: boolean - включить кэш? по умолчанию true

?articles:string[] - массив артикулов

?vendor_uuid:sting - код поставщика

?site:string - домен сайта

?currency:string & currency_code:int - эти параметры не обязательны но идут парой, определяет возвращаемую валюту по умолчанию рубли

Method: POST https://rest.massive.ru/prices

Body (raw)

{
    "cache":false,
    "articles":[
        "A3588LT-1PB"
    ],
    "currency": "RUB",
    "currency_code": 643
}

Example: prices by articles [200]

Body (raw)

{
    "cache":false,
    "articles":[
        "A3588LT-1PB"
    ]
}

Response: 200

[
    {
        "article": "A3588LT-1PB",
        "sale": "0",
        "price": "19990,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "0",
        "vendor_uuid": "5a4947e5-b54b-11ea-81a8-005056a968c7",
        "ЭтоПакет": "Нет"
    }
]

Example: prices by vendor [200]

Body (raw)

{
    "cache":false,
    "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
    "currency": "RUB",
    "currency_code": 643
}

Response: 200

[
    {
        "article": "A3588LT-1PB",
        "sale": "0",
        "price": "19990,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "0",
        "vendor_uuid": "5a4947e5-b54b-11ea-81a8-005056a968c7",
        "ЭтоПакет": "Нет"
    }
]

Example: prices by site [200]

Body (raw)

{
    "cache":false,
    "site": "fandeco.ru",
    "currency": "RUB",
    "currency_code": 643
}

Response: 200

[
    {
        "article": "A3588LT-1PB",
        "sale": "0",
        "price": "19990,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "0",
        "vendor_uuid": "5a4947e5-b54b-11ea-81a8-005056a968c7",
        "ЭтоПакет": "Нет"
    }
]

stocks

Что означает поле update_error

В ответ с остатками из 1с передается поле с название update_error, возможные значения 0 или 1;

Краткая расшифровка что означают значения в этом поле:

Ответ от 1с программистов:

  • 0 = 1с уверена что остаток правильный
  • 1 = 1с сомневается что остаток правильный

Ответ от программистов сайтов

  • 0 = Товар можно продавать
  • 1 = Товар нельзя продавать

На сайтах это значение понимается буквально

https://9d2c73b6-1b6d-45e9-9faa-7fb794647734.selcdn.net/i/296/f46edde42e.jpg

Method: POST https://rest.massive.ru/stocks

Body (raw)

{
    "articles":[
        "A5126LT-1BK"
    ]
}

Response: 200

[
    {
        "article": "A3588LT-1PB",
        "shop_id": "000000184",
        "stock": "5",
        "vendor_uuid": "5a4947e5-b54b-11ea-81a8-005056a968c7",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "0"
    }
]

submit_to_site

?cache: boolean - включить кэш? по умолчанию true

site:string - домен сайта

mode:enum[submit,full] - режим: submit только необходимы, full полный список артикулов со значением true/false

Method: POST https://rest.massive.ru/submit_to_site

Body (raw)

{
   "site":"fandeco.ru",
   "mode": "submit"
}

Response: 200

{
    "method": "submit_to_site",
    "response": {
        "array": {
            "60111-3K-02-BK": true,
            "00000000047_SWG": false,
            ...
        }
    }
}

property_reference

Method: POST https://rest.massive.ru/property_reference

Body (raw)

{}

Response: 200

{
    "array": [
        {
            "name": "Вес (кг)",
            "type": "decimal",
            "uuid": "00000000-0000-0000-0000-000000000001",
            "field": "weight",
            "trigger_track": true,
            "update_product": true
        }
    ]
}

products

Method: POST https://rest.massive.ru/products

Body (raw)

{
    "artikuls": [
        "4690389138546_elektrostandard"
    ]
}

Response: 200

{
    "products": {
        "4690389138546_elektrostandard": {
            "weight": 0.579,
            "description": "Светильник Elektrostandard a044558 серии DLR037 12W 4200K. Подчеркнет стиль помещения. Размеры 4x4x38 cm. Параметры пылевлагозащиты IP — 20. Материал/цвет арматуры пластик/коричневый. Страна происхождения бренда — Китай.",
            "barcode": "4690389138546",
            "tsvet_temp": [
                "Нейтральный"
            ],
            "light_temperatures": [
                "4200"
            ],
            "class1": "Подвесы",
            "krepej": [
                "Накладной"
            ],
            "show_artikul": "a044558",
            "collection": "DLR037 12W 4200K",
            "color_rendering_index": "70",
            "category": "Светильники",
            "country": "КИТАЙ",
            "country_orig": "Россия",
            "armature_material": [
                "Пластик",
                "Металл"
            ],
            "garantiya": 60,
            "mesto_montaza": [
                "На потолок"
            ],
            "mesto_prim": [
                "В квартиру",
                "В комнату"
            ],
            "interer": [
                "Для кухни",
                "Для прихожей"
            ],
            "osobennost": [
                "Умный дом"
            ],
            "shade_direction": [
                "Вниз"
            ],
            "vysota_max_sm": 120,
            "vysota_min_sm": 42,
            "plafon_share": "Да",
            "power": 12,
            "voltage": 230,
            "lamp_socket": [
                "LED"
            ],
            "height": 38,
            "diameter": 4,
            "width": 4,
            "lamp_included": true,
            "length": 4,
            "armature_color": [
                "Коричневый"
            ],
            "box_height": 41.5,
            "box_length": 8.2,
            "box_width": 8.4,
            "submit_to_site": true,
            "new": false,
            "lamp_type": [
                "Светодиодная"
            ],
            "sub_category": "Точечные подвесные светильники",
            "ip_class": 20,
            "light_flow": 560,
            "life_time": 50000,
            "vendor_code": "Elektrostandard",
            "lamp_style": [
                "Модерн",
                "Хай-тек",
                "Минимализм"
            ],
            "title": "Точечный подвесной светильник Elektrostandard DLR037 12W 4200K DLR037 12W 4200K 4690389138546",
            "good_type_web": "Точечные светильники",
            "led_type": "SMD||Светодиодная лента",
            "box_count": 0,
            "output_voltage_v": 0,
            "lamp_socket3": [],
            "lamp_socket2": [],
            "light_transmission": 0,
            "load_current": "",
            "track_length": 0,
            "permissible_quantity_per_circuit_breaker_B16": 0,
            "dlina_vrezki": 0,
            "depth_vrezki": 0,
            "light_temperatures2": [],
            "candle_lamp": "",
            "console_panel_properties": "",
            "fabric_material": [],
            "output_signal": "",
            "pwm_frequency": 0,
            "width_for_led_strip_c": 0,
            "light_temperatures3": [],
            "lamp_type2": [],
            "submit_to_config_technolight": false,
            "limit_input_voltage_v": "",
            "light_line_width_c": 0,
            "collection_web": "",
            "vysota_plafona_abazhura_sm": 0,
            "tip_upravleniya": [],
            "num_of_socket": 0,
            "submit_to_divinare_it": false,
            "starting_current_a": "",
            "video_link": [],
            "control_zones": 0,
            "diffuser": [],
            "restrict_sale_online": "",
            "vid_vyklyuchatelya": [],
            "ottenok": [],
            "technical_subcat": "",
            "submit_to_config_arte": false,
            "input_voltage_v": "",
            "descriptionFrom1C": false,
            "manufature": false,
            "lamp_type3": [],
            "class4": "",
            "housing_material": [],
            "sensor_type": "",
            "dopolnitelno": [],
            "komplektaciya": [],
            "dimmer": false,
            "output_current_a": "",
            "class3": "",
            "power2": 0,
            "power_w_m": 0,
            "tip_poverhnosti_plafonov_new": [],
            "noise_level": "",
            "destination": "",
            "sub_oc_razm": "",
            "adapter_length_per_track": 0,
            "scattering_angle": 0,
            "diametr_plafona_sm": 0,
            "Input_signal": "",
            "type of instalation": "",
            "color": [],
            "submit_to_artelamp_it": false,
            "hashtag": [],
            "shirina_vrezki": 0,
            "form": "",
            "frame_type": "",
            "weight_netto": 0,
            "napravlennyy_svet": false,
            "product_disabled": false,
            "ploshad_osvesheniya": 0,
            "power3": 0,
            "num_of_socket2": 0,
            "working_temperature": "",
            "length_shnura": 0,
            "sertNumber": "",
            "type_flask": "",
            "diametr_vrezki": 0,
            "sub_lin_razm": "",
            "brightness_control": "",
            "plafond_color": [],
            "baud_rate": 0,
            "dissipated_max_power_w_m": 0,
            "profile_type": "",
            "output_channels": "",
            "output_power_w": "",
            "alias_tl": "",
            "coefficient_power": 0,
            "status_nomenklatury": [],
            "submit_to_technolight": false,
            "mounting_method": "",
            "block_type": "",
            "height_in_assembly": 0,
            "pult": false,
            "plafond_material": [],
            "current_a": 0,
            "tip_podklyucheniya_new": [],
            "forma": [],
            "type_of_tape_accessories": "",
            "permissible_quantity_per_circuit_breaker_C16": 0,
            "light_angle": 0,
            "product_type_for_light_control": "",
            "class2": "",
            "forma_plafona": [],
            "led_density": 0,
            "technical_cat": "",
            "current_consumption_a": "",
            "errors": []
        }
    }
}

get_vendors

Method: POST https://rest.massive.ru/get_vendors

Response: 200

[
    {
        "uuid": "98ba9612-93fd-11e8-811d-005056a968c7",
        "name": "Alt Lucialternative"
    }
    
]

properties_warehouse

Method: POST https://rest.massive.ru/properties_warehouse

Body (raw)

{}

Response: 200

{
    "total": 52,
    "warehouses": [
        {
            "warehouse_id": "000000105",
            "warehouse_name": "Тест",
            "is_warehouse_closed": false,
            "warehouse_closing_date": "0001-01-01T00:00:00",
            "retail_outlet_id": "00000000032",
            "retail_outlet_name": "Тестовая точка 1",
            "is_franchisee_warehouse": false
        }
    ]
}

marketplace

Method: POST https://rest.massive.ru/marketplace

Body (raw)

{
    "marketplace_name":"beru",
    "cache":true
}

Response: 200

{
	"success": true,
	"message": "marketplace",
	"data": [
        {
            "article": "N64 Steeple Squirrel Cage E27 40W",
            "show_artikul": "",
            "sale": 0,
            "stock": 45,
            "price": 0,
            "price_sale": 0,
            "barcode": ""
        }
	],
	"marketplace_name": "wildberries"
}

brand_products

Возвращает ассоциативный массив

где ключ - article а значение vendor_code

Method: POST https://rest.massive.ru/brand_products

Body (raw)

{}

Response: 200

{
    "success": true,
    "message": "brand_products",
    "data": {
        "10102-7L": "Аврора"
    }
}

servers

Возвращает информацию о методе в 1с

Method: POST https://rest.massive.ru/servers

Body (raw)

{
    "method":"prices"
}

Response: 200

{
    "success": true,
    "data": {
        "server": {
            "url": "http://212.41.24.134:35289/br/hs/fandeco/",
            "login": "webUserRest",
            "password": "4G47r_3"
        }
    }
}

sortdata

Method: POST https://rest.massive.ru/sortdata

cache

Method: POST https://rest.massive.ru/cache

Body (raw)

{}

Response: 200

[
    {
        "method": "prices",
        "file": "prices.txt",
        "update": "2022-07-13T12:32:09",
        "size": 51379167,
        "file_exists": true
    },
    {
        "method": "stocks",
        "file": "stocks.txt",
        "update": "2022-07-13T12:31:59",
        "size": 63793656,
        "file_exists": true
    },
    {
        "method": "marketplace",
        "file": "beru.txt",
        "update": "2022-07-13T12:36:05",
        "size": 458402,
        "file_exists": true
    },
    {
        "method": "marketplace",
        "file": "ozon.txt",
        "update": "2022-07-13T12:35:47",
        "size": 455533,
        "file_exists": true
    },
    {
        "method": "marketplace",
        "file": "wildberries.txt",
        "update": "2022-07-13T12:35:52",
        "size": 294480,
        "file_exists": true
    },
    {
        "method": "marketplace",
        "file": "wildberries2.txt",
        "update": "2022-07-13T12:35:57",
        "size": 290043,
        "file_exists": true
    }
]

📁 Collection: telegram

отправить сообщение

Отправить сообщение в личные сообщения телеграм пользователя, при условии что он авторизовался в боте

Method: POST https://telegram.fandeco.ru/?a=sendmessage

Body (formdata)

Param value Type
email nefediev@technolight.ru text
text Test text

Query Params

Paramvalue
asendmessage

Example: не успешно [200]

Body (formdata)

Param value Type
email missing_email@technolight.ru text
text Test text

Response: 200

{
    "success": false,
    "message": "wrong email",
    "object": null,
    "errors": [],
    "code": 200
}

Example: успешно [200]

Body (formdata)

Param value Type
email nefediev@technolight.ru text
text Test text

Response: 200

Запрос как от телеграмма

Method: GET https://telegram.fandeco.ru/

Body (raw)

{
    "update_id": 381125350,
    "message": {
        "message_id": 867,
        "from": {
            "id": 841659836,
            "is_bot": false,
            "first_name": "Kirill",
            "username": "Traineratwot",
            "language_code": "ru"
        },
        "chat": {
            "id": -717685607,
            "title": "Fandeco bot",
            "type": "group",
            "all_members_are_administrators": true
        },
        "date": 1642075314,
        "pinned_message": {
            "message_id": 865,
            "from": {
                "id": 2124643428,
                "is_bot": true,
                "first_name": "Fandeco_manager",
                "username": "Fandeco_manager_bot"
            },
            "chat": {
                "id": -717685607,
                "title": "Fandeco bot",
                "type": "group",
                "all_members_are_administrators": true
            },
            "date": 1642075308,
            "text": "🔹 \/start\n🔹 \/getChatId возвращает id чата\n🔸 цена [aртикул или часть] - получить цену\n🔸 свойства [aртикул или часть] возвращает свойства товара\n🔸 поиск [aртикул или часть] - запускает диалог по поиску информаци об артикуле\n🔸 подписки возвращает pong :)\n🔸 остатки [aртикул или часть] - получить остатки в формате json\n🔸 картинка [aртикул или часть] - Получить основное изображение\n🔸 инфо [aртикул или часть] - Получить всю информацию о товаре\n🔸 вход {email} {password} регистрирует\/авторизует пользователя\n🔸 ping возвращает pong :)\n📄 скачать фото Скачивает фото из csv файла. Отправьте файл с подписью 'скачать фото' или 'download' Шаблон\n📄 парсер Парсит Yml\/xml в csv(exel). Напишите парсер [url] или отправьте файл с подписью 'парсер' или 'parser'",
            "entities": [
                {
                    "offset": 3,
                    "length": 6,
                    "type": "bot_command"
                },
                {
                    "offset": 4,
                    "length": 5,
                    "type": "bold"
                },
                {
                    "offset": 13,
                    "length": 10,
                    "type": "bot_command"
                },
                {
                    "offset": 14,
                    "length": 9,
                    "type": "bold"
                },
                {
                    "offset": 46,
                    "length": 4,
                    "type": "bold"
                },
                {
                    "offset": 90,
                    "length": 8,
                    "type": "bold"
                },
                {
                    "offset": 149,
                    "length": 5,
                    "type": "bold"
                },
                {
                    "offset": 229,
                    "length": 8,
                    "type": "bold"
                },
                {
                    "offset": 260,
                    "length": 7,
                    "type": "bold"
                },
                {
                    "offset": 325,
                    "length": 8,
                    "type": "bold"
                },
                {
                    "offset": 389,
                    "length": 4,
                    "type": "bold"
                },
                {
                    "offset": 452,
                    "length": 4,
                    "type": "bold"
                },
                {
                    "offset": 516,
                    "length": 4,
                    "type": "bold"
                },
                {
                    "offset": 543,
                    "length": 12,
                    "type": "bold"
                },
                {
                    "offset": 641,
                    "length": 6,
                    "type": "text_link",
                    "url": "https:\/\/telegram.massive.ru\/assets\/template.csv"
                },
                {
                    "offset": 651,
                    "length": 6,
                    "type": "bold"
                }
            ]
        }
    }
}

📁 Collection: Терминалы "гертруды"

Полная документация

beward_TFR_API_V1.34.pdf

🔑 Authentication basic

Param value Type
username undefined string
password undefined string

SearchPerson

Поиск пользователя в терминале

Method: POST http://10.10.20.81/action/SearchPerson

Body (raw)

{
    "operator": "SearchPerson",
    "info": {
        "RequestCount":1,
        "SearchID":42,
        "SearchType":0,
        "Picture":0
    }
}

Response: 200

{
    "operator": "SearchPerson",
    "info": {
        "LibID": 91,
        "PersonType": 0,
        "Name": "Нефедьев Кирилл Серг",
        "Gender": 0,
        "Nation": 0,
        "CardType": 0,
        "IdCard": " ",
        "Birthday": "1997-09-24",
        "Telnum": " ",
        "Native": " ",
        "Address": " ",
        "Notes": " ",
        "MjCardFrom": 0,
        "MjCardNo": 1,
        "Tempvalid": 0,
        "CustomizeID": 42,
        "PersonUUID": " ",
        "EffectNumber": "0",
        "ValidBegin": "0000-00-00T00:00:00",
        "ValidEnd": "0000-00-00T00:00:00"
    }
}

SearchControl

Поиск проходов

Method: POST http://10.10.20.81/action/SearchControl

Body (raw)

{
    "operator": "SearchControl",
    "info": {
        "BeginTime": "2022-01-01T00:00:00",
        "EndTime": "2022-01-12T23:59:59"
    }
}

Response: 200

{
    "operator": "SearchControl",
    "info": {
        "ControlNum": 40,
        "TotalNum": 20,
        "SearchInfo": [
            {
                "LibID": 111,
                "VerifyType": 1,
                "PersonType": 0,
                "Name": "Майорова Ольга Влади",
                "Gender": 1,
                "Nation": 0,
                "IdCard": " ",
                "Birthday": "2021-09-10",
                "Telnum": " ",
                "Native": " ",
                "Address": " ",
                "CustomizeID": 154,
                "PersonUUID": " ",
                "MjCardFrom": 0,
                "MjCardNo": 1,
                "Mask": 0,
                "VerifyStatus": 1,
                "Similarity": 94.1,
                "Time": "2022-01-12T09:42:03"
            }
        ]
    }
}

EditPerson

Изменение данных пользователей

Method: POST http://10.10.20.81/action/EditPerson

Body (raw)

{
    "operator": "EditPerson",
    "info": {
        "IdType":0,
        "CustomizeID":42,
        "PersonType": false,
        "Name": "Нефедьев Кирилл Test"
    }
}

AddPerson

Добавление пользователя в терминал, все поля обязательны

Method: POST http://10.10.20.81/action/AddPerson

Body (raw)

{
    "operator": "AddPerson",
    "info": {
        "PersonType": false,
        "Name": "Кириллов Максим",
        "Gender": 0,
        "CustomizeID": 5,
        "Birthday": "NULL",
        "picURI": "https:\/\/srvinternalweb.mike.com\/assets\/images\/5.jpg"
    }
}

DeletePerson

Method: POST http://10.10.20.81/action/DeletePerson

Body (raw)

{
    "operator": "DeletePerson",
    "info": {
        "TotalNum": 3,
        "IdType":0,
        "CustomizeID": [
            42
        ]
    }
}

📁 Collection: Сервер "гертруды"

Получение пользователей

Возвращает всех пользователей гертруды

Method: GET http://srvinternalweb.mike.com/ajax/1c/getUsers.php

Response: 200

[
    {
        "id": "2",
        "g1_Userid": "10",
        "surname": "Суринова",
        "name": "Aнна",
        "patronymic": null,
        "full_name": "Суринова Aнна",
        "birthday": null,
        "gender": null,
        "blacklist": null,
        "g2_nation": null,
        "phone": null,
        "innerPhone": "148",
        "email": "surinova@technolight.ru",
        "department": "1С",
        "uuid": "7f5d6df2-8572-11eb-9519-005056b4b00e",
        "shedule": "1",
        "isRemoteUser": null
    }
]

Получение причин отсутствия по пользователю

Возвращает список отсутствий

Method: GET http://srvinternalweb.mike.com/ajax/1c/getAbsent.php?email=nefediev@technolight.ru

Body (raw)

{
    "email":"nefediev@technolight.ru"
}

Query Params

Paramvalue
emailnefediev@technolight.ru

Response: 200

[
    {
        "id": "4",
        "userId": "42",
        "timeIn": "1629108000",
        "timeOut": "1629118800",
        "daycount": "1",
        "why": "TEST 2",
        "type": "12",
        "isSend": "1",
        "isProcessed": "1"
    }
]

Получение причин отсутсвий

Возвращает список причин отсутствий

Method: GET https://srvinternalweb.mike.com/ajax/1c/getAbsentType.php

Response: 200

[
    {
        "id": 1,
        "type": "=Отпуск",
        "legal": true,
        "icon": ""
    },
    {
        "id": 2,
        "type": "=Больничный",
        "legal": true,
        "icon": ""
    },
    {
        "id": 3,
        "type": "=Командировка",
        "legal": true,
        "icon": ""
    },
    {
        "id": 10,
        "type": "=Отпросился",
        "legal": true,
        "icon": ""
    },
    {
        "id": 17,
        "type": "=На удаленке",
        "legal": true,
        "icon": ""
    }
]

Создание причины отсутствия

Method: POST https://srvinternalweb.mike.com/ajax/1c/createAbsent.php

Body (raw)

{
    "email": "nefediev@technolight.ru",
    "type": 1,
    "time_in": 1628665200,
    "time_out": 1628694000,
    "why": "Дождик"
}


Response: undefined

{
    "success": true
}

Получение журнала в виде html страницы

Method: POST https://srvinternalweb.mike.com/oldJournal.php?email[]=nefediev@technolight.ru&email[]=agapkina@technolight.ru&admin=1

Body (raw)

Query Params

Paramvalue
email[]nefediev@technolight.ru
email[]agapkina@technolight.ru
admin1

🔑 Authentication noauth

Param value Type
username undefined string
password undefined string

📁 Collection: ms.fandeco.ru

📂 folder: roistat

phone

Получение roistat id по номеру телефона на который поступил последний звонк

Method: GET http://ms.fandeco.ru/rest/roistat/data/phone/74996819436?token=8519n234m19rh239f12f

Query Params

Paramvalue
token8519n234m19rh239f12f

Response: 200

{
    "success": true,
    "message": "",
    "object": {
        "roistat_id": 156004
    },
    "code": 200
}

📂 folder: sync1c

storages

Method: GET http://ms.fandeco.ru/rest/doc/A1035AP-2AB?files=certificates,manual,3d_model,technical_images

Query Params

Paramvalue
print1
filescertificates,manual,3d_model,technical_images

Response: 200

{
    "success": true,
    "message": "",
    "object": [
        {
            "id": "1",
            "code": "000000164",
            "name": "Уценка"
        },
        {
      
            "id": "12",
            "code": "000000056",
            "name": ""
        }
    ],
    "code": 200
}

prices

Method: GET http://ms.fandeco.ru/rest/sync1c/prices?vendors=407&full=1

Query Params

Paramvalue
hour1
vendors407
full1

stocks

Method: GET http://ms.fandeco.ru/rest/sync1c/stocks?full=1&vendors=25,140&storage_code=1

Query Params

Paramvalue
hour1
full1
vendors25,140
storage_code1

vendors

Method: GET http://ms.fandeco.ru/rest/sync1c/vendors

📂 folder: mediaserver

types

Method: GET http://ms.fandeco.ru/rest/types

Response: 200

{
    "results": [
        {
            "id": "1",
            "name": "ФОТО БАНК",
            "alias": "images",
            "dir": "=Для клиентов=/ФОТОБАНК/",
            "expansions": "jpg,jpeg,png",
            "prefix_first": "",
            "prefix_last": "",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "2",
            "name": "Сертификаты",
            "alias": "certificates",
            "dir": "=Для клиентов=/Сертификаты/",
            "expansions": "pdf",
            "prefix_first": "",
            "prefix_last": "",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "3",
            "name": "Инструкции по сборке",
            "alias": "manual",
            "dir": "=Для клиентов=/Инструкции по сборке/",
            "expansions": "pdf",
            "prefix_first": "",
            "prefix_last": ",_ai",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "4",
            "name": "3D-модели",
            "alias": "3d_model",
            "dir": "=Для клиентов=/3D-модели/",
            "expansions": "rar,zip",
            "prefix_first": "",
            "prefix_last": ",_3d",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "5",
            "name": "Технические рисунки",
            "alias": "technical_images",
            "dir": "=Для клиентов=/Технические рисунки (схемы)/",
            "expansions": "jpg,pdf",
            "prefix_first": "",
            "prefix_last": "_drawing",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "6",
            "name": "Видео банк",
            "alias": "video",
            "dir": "=Для клиентов=/ВИДЕОБАНК/",
            "expansions": "mp4",
            "prefix_first": "",
            "prefix_last": ",_No music,_Instagram,_No musik,_No logo,_no music,_instagram,_no logo",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "7",
            "name": "Рекламная листовка",
            "alias": "flyer",
            "dir": "=Для клиентов=/Рекламные материалы",
            "expansions": "pdf",
            "prefix_first": "",
            "prefix_last": "_listovka",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "0"
        },
        {
            "id": "8",
            "name": "Интерьеры",
            "alias": "interiors",
            "dir": "=Для клиентов=/Интерьеры-портфолио/",
            "expansions": "jpg,jpeg,png",
            "prefix_first": "",
            "prefix_last": "_interior",
            "description": "Фотографии для интерьеров",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "9",
            "name": "Технические рисунки SVG (схемы)",
            "alias": "technical_images_svg",
            "dir": "=Для клиентов=/Технические рисунки SVG (схемы)/",
            "expansions": "svg",
            "prefix_first": "",
            "prefix_last": "_scheme",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "10",
            "name": "Руководства по эксплуатации",
            "alias": "manuals",
            "dir": "=Для клиентов=/Руководства по эксплуатации/",
            "expansions": "pdf",
            "prefix_first": "",
            "prefix_last": "_manual",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "11",
            "name": "Макеты MCL (большие стикеры)",
            "alias": "mcl_layouts",
            "dir": "=Для сотрудников=/Макеты MCL (большие стикеры)/",
            "expansions": "pdf",
            "prefix_first": "",
            "prefix_last": ",_mcl",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "12",
            "name": "Макеты цветной упаковки",
            "alias": "color_packaging",
            "dir": "=Для сотрудников=/Макеты цветной упаковки/",
            "expansions": "pdf",
            "prefix_first": "",
            "prefix_last": ",_cb",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "13",
            "name": "PNG для примерки",
            "alias": "png_fit",
            "dir": "=Для клиентов=/PNG для примерки/",
            "expansions": "png",
            "prefix_first": "",
            "prefix_last": "",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        },
        {
            "id": "15",
            "name": "Технические рисунки JPG",
            "alias": "technical_images_jpg",
            "dir": "=Для клиентов=\\Технические рисунки (JPG)/",
            "expansions": "jpg",
            "prefix_first": "",
            "prefix_last": "_drawing",
            "description": "",
            "updatedon": "0",
            "createdon": "0",
            "active": "1",
            "only_with_vendor": "1"
        }
    ],
    "total": 14
}

doc

Method: GET http://ms.fandeco.ru/rest/doc/A1035AP-2AB?files=certificates,manual,3d_model,technical_images

Query Params

Paramvalue
print1
filescertificates,manual,3d_model,technical_images

Response: 200

{
    "results": {
        "images": [
            {
                "id": "945339",
                "type_id": "1",
                "dir_id": "84",
                "article_id": "196375",
                "found": true,
                "mime": "image/jpeg",
                "filename": "A1008LM-8GO_4.jpg",
                "path": "ФОТОБАНК/ARTE LAMP/A1008LM-8GO_4.jpg",
                "size": "705446",
                "ext": "jpg",
                "type": "image",
                "updatedon_size": "1625497752",
                "updatedon": "1650969373",
                "createdon": "1625234880",
                "deletedon": "0",
                "active": true,
                "broken": false,
                "duplicate": false,
                "hash": "c6250ecea3c5d9e6fc1d55bb87048fedfbd3503a",
                "hash_file": "e087199d7042165f1f30c8defb3bf533",
                "is_change": true,
                "alias": "images",
                "size_name": "688.91 KB",
                "download": "https://ms.fandeco.ru/rest/download/945339"
            },
            {
                "id": "945346",
                "type_id": "1",
                "dir_id": "84",
                "article_id": "196375",
                "found": true,
                "mime": "image/jpeg",
                "filename": "A1008LM-8GO.jpg",
                "path": "ФОТОБАНК/ARTE LAMP/A1008LM-8GO.jpg",
                "size": "310217",
                "ext": "jpg",
                "type": "image",
                "updatedon_size": "1625497752",
                "updatedon": "1650969373",
                "createdon": "1625231002",
                "deletedon": "0",
                "active": true,
                "broken": false,
                "duplicate": false,
                "hash": "64a6751af2f447c5292258a13d2a648281ff110f",
                "hash_file": "694f2059bbefca01e2dd48f8b1203ca0",
                "is_change": true,
                "alias": "images",
                "size_name": "302.95 KB",
                "download": "https://ms.fandeco.ru/rest/download/945346"
            },
            {
                "id": "945348",
                "type_id": "1",
                "dir_id": "84",
                "article_id": "196375",
                "found": true,
                "mime": "image/jpeg",
                "filename": "A1008LM-8GO_1.jpg",
                "path": "ФОТОБАНК/ARTE LAMP/A1008LM-8GO_1.jpg",
                "size": "571640",
                "ext": "jpg",
                "type": "image",
                "updatedon_size": "1625497752",
                "updatedon": "1650969373",
                "createdon": "1625232270",
                "deletedon": "0",
                "active": true,
                "broken": false,
                "duplicate": false,
                "hash": "8eb9b5b1488199626b3161b6baa4d441e3218142",
                "hash_file": "2a985288ab9cf4ecae5cd8dcec750510",
                "is_change": true,
                "alias": "images",
                "size_name": "558.24 KB",
                "download": "https://ms.fandeco.ru/rest/download/945348"
            },
            {
                "id": "945349",
                "type_id": "1",
                "dir_id": "84",
                "article_id": "196375",
                "found": true,
                "mime": "image/jpeg",
                "filename": "A1008LM-8GO_2.jpg",
                "path": "ФОТОБАНК/ARTE LAMP/A1008LM-8GO_2.jpg",
                "size": "884144",
                "ext": "jpg",
                "type": "image",
                "updatedon_size": "1625497752",
                "updatedon": "1650969373",
                "createdon": "1625233846",
                "deletedon": "0",
                "active": true,
                "broken": false,
                "duplicate": false,
                "hash": "4dee685546b1f1f9c4b8ed06de0dd33f1618dc20",
                "hash_file": "f35b4a4929c9b9cc67b70dd04d01fd69",
                "is_change": true,
                "alias": "images",
                "size_name": "863.42 KB",
                "download": "https://ms.fandeco.ru/rest/download/945349"
            },
            {
                "id": "945351",
                "type_id": "1",
                "dir_id": "84",
                "article_id": "196375",
                "found": true,
                "mime": "image/jpeg",
                "filename": "A1008LM-8GO_3.jpg",
                "path": "ФОТОБАНК/ARTE LAMP/A1008LM-8GO_3.jpg",
                "size": "581167",
                "ext": "jpg",
                "type": "image",
                "updatedon_size": "1625497752",
                "updatedon": "1650969373",
                "createdon": "1625234416",
                "deletedon": "0",
                "active": true,
                "broken": false,
                "duplicate": false,
                "hash": "5e82ac5d3cb874d3e2b72c71364117dfec738125",
                "hash_file": "9b3090a487df8cb365c0464a54f0ed6c",
                "is_change": true,
                "alias": "images",
                "size_name": "567.55 KB",
                "download": "https://ms.fandeco.ru/rest/download/945351"
            }
        ],
        "png_fit": [
            {
                "id": "945362",
                "type_id": "13",
                "dir_id": "160",
                "article_id": "196375",
                "found": true,
                "mime": "image/png",
                "filename": "A1008LM-8GO.png",
                "path": "PNG для примерки/ARTE LAMP/A1008LM-8GO.png",
                "size": "586109",
                "ext": "png",
                "type": "image",
                "updatedon_size": "1625506027",
                "updatedon": "1650969373",
                "createdon": "1625230935",
                "deletedon": "0",
                "active": true,
                "broken": false,
                "duplicate": false,
                "hash": "2620ec907a0c901f00e6c88be6fde30f25912331",
                "hash_file": "7dd9b05757ba5cc5abe83694f84708c6",
                "is_change": true,
                "alias": "png_fit",
                "size_name": "572.37 KB",
                "download": "https://ms.fandeco.ru/rest/download/945362"
            }
        ],
        "manual": [
            {
                "id": "949534",
                "type_id": "3",
                "dir_id": "4",
                "article_id": "196375",
                "found": true,
                "mime": "application/pdf",
                "filename": "A1008LM-8GO_ai.pdf",
                "path": "Инструкции по сборке/ARTE LAMP/A1008LM-8GO_ai.pdf",
                "size": "1397683",
                "ext": "pdf",
                "type": "doc",
                "updatedon_size": "1630503728",
                "updatedon": "1650969374",
                "createdon": "1627556837",
                "deletedon": "0",
                "active": true,
                "broken": false,
                "duplicate": false,
                "hash": "a8b96bcd38c6c5a1b6837a3e3e58b0211ceedef3",
                "hash_file": "48e48d45fbec23bbcd80312a9d667376",
                "is_change": true,
                "alias": "manual",
                "size_name": "1.33 MB",
                "download": "https://ms.fandeco.ru/rest/download/949534"
            }
        ],
        "technical_images": [
            {
                "id": "2132061",
                "type_id": "5",
                "dir_id": "19",
                "article_id": "196375",
                "found": true,
                "mime": "application/pdf",
                "filename": "A1008LM-8GO_drawing.pdf",
                "path": "Технические рисунки (схемы)/ARTE LAMP/A1008LM-8GO_drawing.pdf",
                "size": "51015",
                "ext": "pdf",
                "type": "doc",
                "updatedon_size": "1664804012",
                "updatedon": "1664804012",
                "createdon": "1664803867",
                "deletedon": "0",
                "active": true,
                "broken": false,
                "duplicate": false,
                "hash": "ac99cfbb5de93c21df26b34b90175a46dd011f04",
                "hash_file": "de3076701cc717fc310dee4f6836ba36",
                "is_change": true,
                "alias": "technical_images",
                "size_name": "49.82 KB",
                "download": "https://ms.fandeco.ru/rest/download/2132061"
            }
        ]
    },
    "total": 8
}

vendors

Method: GET http://ms.fandeco.ru/rest/doc/A1035AP-2AB?files=certificates,manual,3d_model,technical_images

Query Params

Paramvalue
print1
filescertificates,manual,3d_model,technical_images

Response: 200

{
    "results": [
        {
            "id": "1",
            "name": "ARTE LAMP",
            "folder_name": "ARTE LAMP",
            "updatedon": "1614581334",
            "createdon": "0",
            "active": "1",
            "sync": "1"
        }
    ],
    "total": 148
}

dirs

Method: GET https://ms.fandeco.ru/rest/sync1c/dirs

Response: 200

{
    "success": true,
    "results": [
        {
            "id": 183,
            "name": "Ambrella light",
            "folder_name": "Ambrella light",
            "updatedon": 0,
            "createdon": "2022-01-28 20:26:01",
            "active": true,
            "sync": false,
            "total_dirs": "7556",
            "total_files": "7556"
        }
    ],
    "total": 150
}

📂 folder: bitrix24

hook

Method: POST http://ms.fandeco.ru/rest/bitrix24/chat/hook?user=theeye1980&msg=Привет&site_url=ссылка на сайт&repository=repository&commit_url=commit_url&commit_message=commit_message&body=body

Query Params

Paramvalue
usertheeye1980
msgПривет
site_urlссылка на сайт
repositoryrepository
commit_urlcommit_url
commit_messagecommit_message
msgmsg
bodybody

msg

Method: POST http://ms.fandeco.ru/rest/bitrix24/chat/msg?user=theeye1980&msg=Привет

Query Params

Paramvalue
usertheeye1980
msgПривет

typing

Method: POST http://ms.fandeco.ru/rest/bitrix24/chat/typing?user=webnitros

Query Params

Paramvalue
userwebnitros

📁 Collection: fandeco.ru

📂 folder: rest

📁 Collection: 1c

📂 folder: order

New Request

Требуется описание метода https://github.com/fandeco/fandeco/blob/03779e1da6b3f6f4ef63f846189d77eb471f871e/public_html/rest/Controllers/1c/order/create.php#L23

Method: POST https://fandeco.ru/rest/1c/order/create?api_key=8c84-11eb-8185-0050

Query Params

Paramvalue
api_key8c84-11eb-8185-0050

exportbuy

Вернет список продаваемых товаров на fandeco.ru на основных складах

На стороне 1с принято решение определять производителя по имени (имя производителя не уникально). Возможные проблемы что будет отличаться количество продаваемых товаров 1с поставлено в известность

Method: GET https://fandeco.ru/rest/1c/exportbuy

products

vendor - id поставщиков через запятую

limit - количество элементов в ответе

page - страница (по умолчанию 1)

Method: GET https://fandeco.ru/rest/products?parents=258158,297899

Body (raw)

Query Params

Paramvalue
vendor25
limit1
page3
parents258158,297899

Example: products [200]

Body (raw)

Response: 200

{
    "results": [
        {
            "id": 267648,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Светильник Ideal Lux RAIN SP3 TRASPARENTE",
            "longtitle": "",
            "description": "",
            "alias": "rain-sp3-trasparente-ideal-lux",
            "alias_visible": true,
            "link_attributes": "",
            "published": false,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 8730,
            "isfolder": false,
            "introtext": null,
            "content": null,
            "richtext": true,
            "template": 5,
            "menuindex": 26863,
            "searchable": true,
            "cacheable": true,
            "createdby": 38512,
            "createdon": "2022-08-04 18:30:37",
            "editedby": 40001,
            "editedon": "2022-10-07 15:34:09",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": 0,
            "publishedby": 0,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msProduct",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ljustry/ljustra-podvesnaja/rain-sp3-trasparente-ideal-lux/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 0,
            "properties": {
                "ms2gallery": {
                    "media_source": "2"
                }
            },
            "article": "RAIN SP3 TRASPARENTE",
            "price": 0,
            "old_price": 0,
            "weight": 2.43,
            "image": "/assets/images/products/267648/rain-sp3-trasparente-ideal-lux.jpg",
            "thumb": "/assets/images/products/267648/small/rain-sp3-trasparente-ideal-lux.jpg",
            "vendor": 25,
            "made_in": "Китай",
            "new": false,
            "popular": false,
            "favorite": false,
            "tags": null,
            "color": [],
            "size": null,
            "source": 2,
            "product_id": 0,
            "valid": false,
            "version": 13,
            "version_price": 0,
            "version_price_value": 0,
            "plafon_share": "Да",
            "candle_lamp_vision": null,
            "product_disabled": false,
            "is_manual_new": false,
            "vendor_code": "ideal_lux",
            "artikul": "RAIN SP3 TRASPARENTE_ideal_lux",
            "show_artikul": "RAIN SP3 TRASPARENTE",
            "artikul_1c": "RAIN SP3 TRASPARENTE_ideal_lux",
            "video_link_new": "",
            "diameter": 0,
            "height": 45,
            "length": 39,
            "popular_count": 0,
            "sale": false,
            "box_count": 0,
            "popular_selling": 0,
            "mega_sale": false,
            "custom_sale": false,
            "volume": 0,
            "weight_netto": 0,
            "width": 14,
            "need_work": false,
            "barcode": "8021696008349",
            "power": 40,
            "power2": 0,
            "power3": 0,
            "voltage": 230,
            "lamp_socket": [
                "E14"
            ],
            "lamp_socket2": [],
            "lamp_socket3": [],
            "tip_upravleniya": [],
            "num_of_socket": 3,
            "lamp_included": false,
            "sync_1c": true,
            "cert_requires": false,
            "vysota_max_sm": 0,
            "vysota_min_sm": 0,
            "box_height": 0,
            "box_length": 0,
            "box_width": 0,
            "num_of_lamp": 0,
            "min_amount_of_pack": 0,
            "lamp_style": [
                "Арт-деко"
            ],
            "plafond_color": [
                "Прозрачный"
            ],
            "collection": "RAIN",
            "armature_color": [
                "Хром"
            ],
            "armature_material": [
                "Металл"
            ],
            "plafond_material": [
                "Стекло"
            ],
            "lamp_type": [
                "Светодиодная"
            ],
            "lamp_type2": [],
            "lamp_type3": [],
            "light_flow": 0,
            "energy_eff_class": null,
            "mesto_montaza": [],
            "interer": [
                "Для спальни"
            ],
            "mesto_prim": [
                "В квартиру",
                "В комнату"
            ],
            "krepej": [],
            "osobennost": [],
            "dopolnitelno": [],
            "pu_dimmer": null,
            "forma": [],
            "sub_lin_razm": "",
            "sub_oc_razm": "",
            "ottenok": [],
            "viklyuchatel": null,
            "forma_plafona": [],
            "garantiya": 0,
            "moshnost_lampy": 0,
            "ploshad_osvesheniya": 0,
            "ip_class": 20,
            "power_text": null,
            "light_temp": 0,
            "light_temperatures": [],
            "life_time": 0,
            "separate_on": false,
            "num_blank_cert": null,
            "num_of_socket2": 0,
            "light_angle": 0,
            "length_shnura": 0,
            "depth_vrezki": 0,
            "country_orig": "ИТАЛИЯ",
            "shirina_vrezki": 0,
            "diametr_vrezki": 0,
            "diametr_plafona_sm": 0,
            "vysota_plafona_abazhura_sm": 0,
            "dlina_vrezki": 0,
            "tsvet_temp": [],
            "unit": null,
            "tip_poverhnosti_plafonov": "",
            "tip_poverhnosti_plafonov_new": [],
            "tip_podklyucheniya_new": [],
            "stocks": null,
            "copy_product": 0,
            "normalized": false,
            "defective": false,
            "defective_editedon": 0,
            "invalid_uuid": false,
            "active": false,
            "update_options": true,
            "update_prices": false,
            "updatedon_prices": 0,
            "update_images": false,
            "is_price": false,
            "is_count": false,
            "is_photo": true,
            "allow_update": false,
            "is_main_photo": false,
            "file_id_update": 2506,
            "availability": false,
            "allow_auto_generate_description": false,
            "update_description": true,
            "dimmer": false,
            "pult": false,
            "update_options_1c": false,
            "presentations": "",
            "shade_direction": [
                "Вниз"
            ],
            "diffuser": [],
            "napravlennyy_svet": false,
            "hrustal": "",
            "tip_podklyucheniya": "",
            "vid_vyklyuchatelya": [],
            "price_kzt": 0,
            "old_price_kzt": 0,
            "forma_plafona_machine": null,
            "fit_png": "",
            "adapter_length_per_track": 0,
            "arlight_coefficient": 0,
            "submit_to_artelamp_it": false,
            "submit_to_divinare_it": false,
            "submit_to_site": false,
            "submit_to_technolight": false,
            "manufacturing": false,
            "alias_tl": "",
            "input_voltage_v": "",
            "input_signal": "",
            "output_voltage_v": 0,
            "output_power_w": "",
            "output_signal": "",
            "output_current_a": "",
            "track_length": 0,
            "permissible_quantity_per_circu_85": 0,
            "permissible_quantity_per_circu_1": 0,
            "restrict_sale_online": "",
            "noise_level": "",
            "technical_cat": "",
            "collection_web": "",
            "komplektaciya": [],
            "coefficient_power": 0,
            "power_w_m": 0,
            "led_density": 0,
            "current_consumption_a": "",
            "limit_input_voltage_v": "",
            "manufature": false,
            "starting_current_a": "",
            "working_temperature": "",
            "brightness_control": "",
            "block_type": "",
            "type_of_tape_accessories": "",
            "led_type": "",
            "current_a": 0,
            "scattering_angle": 0,
            "light_temperatures2": [],
            "light_temperatures3": [],
            "good_type_web": "Подвесные светильники",
            "category": "Люстры",
            "sub_category": "Подвесные люстры",
            "output_channels": null,
            "control_zones": 0,
            "destination": "",
            "dissipated_max_power_w_m": 0,
            "light_transmission": 0,
            "console_panel_properties": "",
            "specialization": "",
            "mounting_method": "",
            "sensor_type": "",
            "profile_type": "",
            "product_type_for_light_control": "",
            "type_of_instalation": "",
            "load_current": "",
            "form": "",
            "baud_rate": 0,
            "pwm_frequency": 0,
            "width_for_led_strip_c": 0,
            "light_line_width_c": 0,
            "color_rendering_index": "",
            "old_parent": 8730,
            "video_link": [],
            "candle_lamp": "",
            "frame_type": "",
            "sertnumber": "",
            "housing_material": [],
            "rso": false,
            "rso_status": false,
            "file_is_manual": false,
            "file_is_3d_model": false,
            "vendor.id": 25,
            "vendor.name": "Ideal Lux",
            "vendor.resource": 1,
            "vendor.country": "Италия",
            "vendor.logo": "assets/manager/brands/ideal lux.png",
            "vendor.address": "",
            "vendor.phone": "",
            "vendor.fax": "",
            "vendor.email": "",
            "vendor.description": "",
            "vendor.properties": null,
            "vendor.shipper_id": "",
            "vendor.activate_valid": true,
            "vendor.instal_country": "Китае",
            "vendor.is_main": true,
            "vendor.alias": "ideal-lux",
            "vendor.name_1c": "Ideal Lux",
            "vendor.uuid": "62dbbdc3-d116-11e7-812e-005056a9741d",
            "vendor.uuid_record": "Ideal Lux",
            "vendor.products_count": 2634,
            "vendor.update_count_from_1c": true,
            "vendor.update_price_from_1c": false,
            "vendor.update_price_sale": true,
            "vendor.is_update": true,
            "vendor.createdon": "2019-08-08 09:37:01",
            "vendor.updatedon": "2019-08-07 21:31:08",
            "vendor.rank": 9814,
            "vendor.active": true,
            "vendor.show_main": true,
            "vendor.code": "ideal_lux",
            "vendor.term_of_stock": 2,
            "images": [
                "/assets/images/products/267648/small/rain-sp3-trasparente-ideal-lux.jpg"
            ],
            "images_middle": [
                "/assets/images/products/267648/middle/rain-sp3-trasparente-ideal-lux.jpg"
            ],
            "images_mobile": [
                "/assets/images/products/267648/mobile/rain-sp3-trasparente-ideal-lux.jpg"
            ],
            "parent_uri": "catalog/ljustry/ljustra-podvesnaja/",
            "parent_pagetitle": "Подвесные люстры",
            "size_box": "14x45x39",
            "size_box_title": "Размеры (см)",
            "groups": null,
            "diff_price": 0,
            "cache": true
        }
    ],
    "total": 2486
}

Example: by id [200]

Body (raw)

Response: 200

{
    "success": true,
    "message": "",
    "object": {
        "id": 190584,
        "type": "document",
        "contentType": "text/html",
        "pagetitle": "Настенный светильник Sonex BLANKETA GOLD 002",
        "longtitle": "",
        "description": "Светильник Sonex 002 серии Blanketa gold. Будет хорошим решением для квартиры. Размеры 36x18x0 cm. Параметры пылевлагозащиты IP — 20. Форма полукруглая. Плафон стеклянный белого цвета, а материал/цвет арматуры металл/белый. Использует 1 лампу с цоколем E27. Площадь освещения охватывает 8 m². Идеально подходит для прихожей, для гостиной, для офиса, для спальни, для кухни. Страна происхождения бренда — Россия.",
        "alias": "002-sonex",
        "alias_visible": true,
        "link_attributes": "",
        "published": true,
        "pub_date": 0,
        "unpub_date": 0,
        "parent": 258123,
        "isfolder": false,
        "introtext": null,
        "content": null,
        "richtext": true,
        "template": 5,
        "menuindex": 3258,
        "searchable": true,
        "cacheable": true,
        "createdby": 22561,
        "createdon": "2020-02-19 16:46:31",
        "editedby": 38512,
        "editedon": "2022-11-25 17:02:25",
        "deleted": false,
        "deletedon": 0,
        "deletedby": 0,
        "publishedon": "2020-02-19 16:46:31",
        "publishedby": 0,
        "menutitle": "",
        "donthit": false,
        "privateweb": false,
        "privatemgr": false,
        "content_dispo": 0,
        "hidemenu": false,
        "class_key": "msProduct",
        "context_key": "web",
        "content_type": 1,
        "uri": "catalog/svetilniki/002_sonex/",
        "uri_override": 1,
        "hide_children_in_tree": 0,
        "show_in_tree": 0,
        "first_published": 1,
        "first_pub_date": 0,
        "properties": {
            "ms2gallery": {
                "media_source": "2"
            }
        },
        "article": "002",
        "price": 1402,
        "old_price": 0,
        "weight": 0.94,
        "image": "/assets/images/products/190584/002-sonex.jpg",
        "thumb": "/assets/images/products/190584/small/002-sonex.jpg",
        "vendor": 6,
        "made_in": "Китай",
        "new": false,
        "popular": false,
        "favorite": false,
        "tags": null,
        "color": [
            "Белый"
        ],
        "size": null,
        "source": 2,
        "product_id": 0,
        "valid": false,
        "version": 25,
        "version_price": 1652270411,
        "version_price_value": 1402,
        "plafon_share": "Да",
        "candle_lamp_vision": "Нет",
        "product_disabled": false,
        "is_manual_new": false,
        "vendor_code": "sonex",
        "artikul": "002_sonex",
        "show_artikul": "002",
        "artikul_1c": "002_sonex",
        "video_link_new": "",
        "diameter": 0,
        "height": 127,
        "length": 36,
        "popular_count": 319,
        "sale": false,
        "box_count": 0,
        "popular_selling": 0,
        "mega_sale": false,
        "custom_sale": false,
        "volume": 0,
        "weight_netto": 0.7,
        "width": 18,
        "need_work": false,
        "barcode": "4690344039208",
        "power": 100,
        "power2": 0,
        "power3": 0,
        "voltage": 220,
        "lamp_socket": [
            "E27"
        ],
        "lamp_socket2": [],
        "lamp_socket3": [],
        "tip_upravleniya": [],
        "num_of_socket": 1,
        "lamp_included": false,
        "sync_1c": true,
        "cert_requires": false,
        "vysota_max_sm": 0,
        "vysota_min_sm": 0,
        "box_height": 12.3,
        "box_length": 40.5,
        "box_width": 19.5,
        "num_of_lamp": 1,
        "min_amount_of_pack": 0,
        "lamp_style": [
            "Современный"
        ],
        "plafond_color": [
            "Белый"
        ],
        "collection": "BLANKETA GOLD",
        "armature_color": [
            "Белый"
        ],
        "armature_material": [
            "Металл"
        ],
        "plafond_material": [
            "Стекло"
        ],
        "lamp_type": [
            "Светодиодная"
        ],
        "lamp_type2": [],
        "lamp_type3": [],
        "light_flow": 1600,
        "energy_eff_class": null,
        "mesto_montaza": [
            "На стену"
        ],
        "interer": [
            "Для прихожей",
            "Для гостиной",
            "Для офиса",
            "Для спальни",
            "Для кухни"
        ],
        "mesto_prim": [
            "В квартиру",
            "В комнату"
        ],
        "krepej": [
            "Накладной"
        ],
        "osobennost": [
            "Декоративный"
        ],
        "dopolnitelno": [],
        "pu_dimmer": [],
        "forma": [
            "Полукруг"
        ],
        "sub_lin_razm": "",
        "sub_oc_razm": "Большой",
        "ottenok": [
            "Светлый"
        ],
        "viklyuchatel": null,
        "forma_plafona": [
            "Полукруг"
        ],
        "garantiya": 0,
        "moshnost_lampy": 0,
        "ploshad_osvesheniya": 8,
        "ip_class": 0,
        "power_text": null,
        "light_temp": 0,
        "light_temperatures": [],
        "life_time": 0,
        "separate_on": false,
        "num_blank_cert": null,
        "num_of_socket2": 0,
        "light_angle": 0,
        "length_shnura": 0,
        "depth_vrezki": 0,
        "country_orig": "РОССИЯ",
        "shirina_vrezki": 0,
        "diametr_vrezki": 0,
        "diametr_plafona_sm": 0,
        "vysota_plafona_abazhura_sm": 0,
        "dlina_vrezki": 0,
        "tsvet_temp": [],
        "unit": null,
        "tip_poverhnosti_plafonov": "Матовая",
        "tip_poverhnosti_plafonov_new": [
            "Матовая"
        ],
        "tip_podklyucheniya_new": [],
        "stocks": null,
        "copy_product": 0,
        "normalized": false,
        "defective": false,
        "defective_editedon": 0,
        "invalid_uuid": false,
        "active": false,
        "update_options": true,
        "update_prices": true,
        "updatedon_prices": 1617366604,
        "update_images": false,
        "is_price": true,
        "is_count": true,
        "is_photo": true,
        "allow_update": false,
        "is_main_photo": false,
        "file_id_update": 2775,
        "availability": false,
        "allow_auto_generate_description": true,
        "update_description": true,
        "dimmer": false,
        "pult": false,
        "update_options_1c": false,
        "presentations": "",
        "shade_direction": [],
        "diffuser": [],
        "napravlennyy_svet": false,
        "hrustal": "no",
        "tip_podklyucheniya": "",
        "vid_vyklyuchatelya": [],
        "price_kzt": 1402,
        "old_price_kzt": 0,
        "forma_plafona_machine": [
            "Круглый",
            "Цилиндр"
        ],
        "fit_png": "",
        "adapter_length_per_track": 0,
        "arlight_coefficient": 0,
        "submit_to_artelamp_it": false,
        "submit_to_divinare_it": false,
        "submit_to_site": true,
        "submit_to_technolight": false,
        "manufacturing": false,
        "alias_tl": "",
        "input_voltage_v": "",
        "input_signal": "",
        "output_voltage_v": 0,
        "output_power_w": "",
        "output_signal": "",
        "output_current_a": "",
        "track_length": 0,
        "permissible_quantity_per_circu_85": 0,
        "permissible_quantity_per_circu_1": 0,
        "restrict_sale_online": "",
        "noise_level": "",
        "technical_cat": "",
        "collection_web": "",
        "komplektaciya": [],
        "coefficient_power": 0,
        "power_w_m": 0,
        "led_density": 0,
        "current_consumption_a": "",
        "limit_input_voltage_v": "",
        "manufature": false,
        "starting_current_a": "",
        "working_temperature": "",
        "brightness_control": "",
        "block_type": "",
        "type_of_tape_accessories": "",
        "led_type": "",
        "current_a": 0,
        "scattering_angle": 0,
        "light_temperatures2": [],
        "light_temperatures3": [],
        "good_type_web": "Подсветки",
        "category": "Настенные светильники и бра",
        "sub_category": "",
        "output_channels": null,
        "control_zones": 0,
        "destination": "",
        "dissipated_max_power_w_m": 0,
        "light_transmission": 0,
        "console_panel_properties": "",
        "specialization": "",
        "mounting_method": "",
        "sensor_type": "",
        "profile_type": "",
        "product_type_for_light_control": "",
        "type_of_instalation": "",
        "load_current": "",
        "form": "",
        "baud_rate": 0,
        "pwm_frequency": 0,
        "width_for_led_strip_c": 0,
        "light_line_width_c": 0,
        "color_rendering_index": "",
        "old_parent": 258123,
        "video_link": [],
        "candle_lamp": "",
        "frame_type": "",
        "sertnumber": "",
        "housing_material": [],
        "rso": false,
        "rso_status": false,
        "file_is_manual": false,
        "file_is_3d_model": false,
        "descriptionfrom1c": false,
        "participant_tv": false,
        "type_flask": null,
        "hashtag": null,
        "vendor.id": 6,
        "vendor.name": "Sonex",
        "vendor.resource": 1,
        "vendor.country": "Россия",
        "vendor.logo": "assets/manager/brands/sonex.png",
        "vendor.address": "",
        "vendor.phone": "",
        "vendor.fax": "",
        "vendor.email": "",
        "vendor.description": "",
        "vendor.properties": null,
        "vendor.shipper_id": "",
        "vendor.activate_valid": true,
        "vendor.instal_country": "Китае",
        "vendor.is_main": true,
        "vendor.alias": "sonex",
        "vendor.name_1c": "Sonex",
        "vendor.uuid": "e763b3d6-a536-11e7-812a-005056a9741d",
        "vendor.uuid_record": "Sonex",
        "vendor.products_count": 770,
        "vendor.update_count_from_1c": true,
        "vendor.update_price_from_1c": false,
        "vendor.update_price_sale": true,
        "vendor.is_update": true,
        "vendor.createdon": "2019-08-08 09:37:02",
        "vendor.updatedon": "2019-08-08 09:41:29",
        "vendor.rank": 9577,
        "vendor.active": true,
        "vendor.show_main": true,
        "vendor.code": "sonex",
        "vendor.term_of_stock": 2,
        "images": [
            "/assets/images/products/190584/small/002-sonex.jpg",
            "/assets/images/products/190584/small/002-sonex-1.jpg"
        ],
        "images_middle": [
            "/assets/images/products/190584/middle/002-sonex.jpg",
            "/assets/images/products/190584/middle/002-sonex-1.jpg"
        ],
        "images_mobile": [
            "/assets/images/products/190584/mobile/002-sonex.jpg",
            "/assets/images/products/190584/mobile/002-sonex-1.jpg"
        ],
        "parent_uri": "catalog/nastennyie-svetilniki-i-bra/nastennyie-svetilniki/",
        "parent_pagetitle": "Настенные светильники",
        "size_box": "18x127x36",
        "size_box_title": "Размеры (см)",
        "groups": null,
        "diff_price": 0,
        "cache": true
    },
    "code": 200
}

Example: by arts list [200]

Body (raw)

Response: 200

{
    "results": [
        {
            "id": 190584,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Настенный светильник Sonex BLANKETA GOLD 002",
            "longtitle": "",
            "description": "Светильник Sonex 002 серии Blanketa gold. Будет хорошим решением для квартиры. Размеры 36x18x0 cm. Параметры пылевлагозащиты IP — 20. Форма полукруглая. Плафон стеклянный белого цвета, а материал/цвет арматуры металл/белый. Использует 1 лампу с цоколем E27. Площадь освещения охватывает 8 m². Идеально подходит для прихожей, для гостиной, для офиса, для спальни, для кухни. Страна происхождения бренда — Россия.",
            "alias": "002-sonex",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 258123,
            "isfolder": false,
            "introtext": null,
            "content": null,
            "richtext": true,
            "template": 5,
            "menuindex": 3258,
            "searchable": true,
            "cacheable": true,
            "createdby": 22561,
            "createdon": "2020-02-19 16:46:31",
            "editedby": 38512,
            "editedon": "2022-11-25 17:02:25",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2020-02-19 16:46:31",
            "publishedby": 0,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msProduct",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/svetilniki/002_sonex/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 0,
            "first_published": 1,
            "first_pub_date": 0,
            "properties": {
                "ms2gallery": {
                    "media_source": "2"
                }
            },
            "article": "002",
            "price": 1402,
            "old_price": 0,
            "weight": 0.94,
            "image": "/assets/images/products/190584/002-sonex.jpg",
            "thumb": "/assets/images/products/190584/small/002-sonex.jpg",
            "vendor": 6,
            "made_in": "Китай",
            "new": false,
            "popular": false,
            "favorite": false,
            "tags": null,
            "color": [
                "Белый"
            ],
            "size": null,
            "source": 2,
            "product_id": 0,
            "valid": false,
            "version": 25,
            "version_price": 1652270411,
            "version_price_value": 1402,
            "plafon_share": "Да",
            "candle_lamp_vision": "Нет",
            "product_disabled": false,
            "is_manual_new": false,
            "vendor_code": "sonex",
            "artikul": "002_sonex",
            "show_artikul": "002",
            "artikul_1c": "002_sonex",
            "video_link_new": "",
            "diameter": 0,
            "height": 127,
            "length": 36,
            "popular_count": 319,
            "sale": false,
            "box_count": 0,
            "popular_selling": 0,
            "mega_sale": false,
            "custom_sale": false,
            "volume": 0,
            "weight_netto": 0.7,
            "width": 18,
            "need_work": false,
            "barcode": "4690344039208",
            "power": 100,
            "power2": 0,
            "power3": 0,
            "voltage": 220,
            "lamp_socket": [
                "E27"
            ],
            "lamp_socket2": [],
            "lamp_socket3": [],
            "tip_upravleniya": [],
            "num_of_socket": 1,
            "lamp_included": false,
            "sync_1c": true,
            "cert_requires": false,
            "vysota_max_sm": 0,
            "vysota_min_sm": 0,
            "box_height": 12.3,
            "box_length": 40.5,
            "box_width": 19.5,
            "num_of_lamp": 1,
            "min_amount_of_pack": 0,
            "lamp_style": [
                "Современный"
            ],
            "plafond_color": [
                "Белый"
            ],
            "collection": "BLANKETA GOLD",
            "armature_color": [
                "Белый"
            ],
            "armature_material": [
                "Металл"
            ],
            "plafond_material": [
                "Стекло"
            ],
            "lamp_type": [
                "Светодиодная"
            ],
            "lamp_type2": [],
            "lamp_type3": [],
            "light_flow": 1600,
            "energy_eff_class": null,
            "mesto_montaza": [
                "На стену"
            ],
            "interer": [
                "Для прихожей",
                "Для гостиной",
                "Для офиса",
                "Для спальни",
                "Для кухни"
            ],
            "mesto_prim": [
                "В квартиру",
                "В комнату"
            ],
            "krepej": [
                "Накладной"
            ],
            "osobennost": [
                "Декоративный"
            ],
            "dopolnitelno": [],
            "pu_dimmer": [],
            "forma": [
                "Полукруг"
            ],
            "sub_lin_razm": "",
            "sub_oc_razm": "Большой",
            "ottenok": [
                "Светлый"
            ],
            "viklyuchatel": null,
            "forma_plafona": [
                "Полукруг"
            ],
            "garantiya": 0,
            "moshnost_lampy": 0,
            "ploshad_osvesheniya": 8,
            "ip_class": 0,
            "power_text": null,
            "light_temp": 0,
            "light_temperatures": [],
            "life_time": 0,
            "separate_on": false,
            "num_blank_cert": null,
            "num_of_socket2": 0,
            "light_angle": 0,
            "length_shnura": 0,
            "depth_vrezki": 0,
            "country_orig": "РОССИЯ",
            "shirina_vrezki": 0,
            "diametr_vrezki": 0,
            "diametr_plafona_sm": 0,
            "vysota_plafona_abazhura_sm": 0,
            "dlina_vrezki": 0,
            "tsvet_temp": [],
            "unit": null,
            "tip_poverhnosti_plafonov": "Матовая",
            "tip_poverhnosti_plafonov_new": [
                "Матовая"
            ],
            "tip_podklyucheniya_new": [],
            "stocks": null,
            "copy_product": 0,
            "normalized": false,
            "defective": false,
            "defective_editedon": 0,
            "invalid_uuid": false,
            "active": false,
            "update_options": true,
            "update_prices": true,
            "updatedon_prices": 1617366604,
            "update_images": false,
            "is_price": true,
            "is_count": true,
            "is_photo": true,
            "allow_update": false,
            "is_main_photo": false,
            "file_id_update": 2775,
            "availability": false,
            "allow_auto_generate_description": true,
            "update_description": true,
            "dimmer": false,
            "pult": false,
            "update_options_1c": false,
            "presentations": "",
            "shade_direction": [],
            "diffuser": [],
            "napravlennyy_svet": false,
            "hrustal": "no",
            "tip_podklyucheniya": "",
            "vid_vyklyuchatelya": [],
            "price_kzt": 1402,
            "old_price_kzt": 0,
            "forma_plafona_machine": [
                "Круглый",
                "Цилиндр"
            ],
            "fit_png": "",
            "adapter_length_per_track": 0,
            "arlight_coefficient": 0,
            "submit_to_artelamp_it": false,
            "submit_to_divinare_it": false,
            "submit_to_site": true,
            "submit_to_technolight": false,
            "manufacturing": false,
            "alias_tl": "",
            "input_voltage_v": "",
            "input_signal": "",
            "output_voltage_v": 0,
            "output_power_w": "",
            "output_signal": "",
            "output_current_a": "",
            "track_length": 0,
            "permissible_quantity_per_circu_85": 0,
            "permissible_quantity_per_circu_1": 0,
            "restrict_sale_online": "",
            "noise_level": "",
            "technical_cat": "",
            "collection_web": "",
            "komplektaciya": [],
            "coefficient_power": 0,
            "power_w_m": 0,
            "led_density": 0,
            "current_consumption_a": "",
            "limit_input_voltage_v": "",
            "manufature": false,
            "starting_current_a": "",
            "working_temperature": "",
            "brightness_control": "",
            "block_type": "",
            "type_of_tape_accessories": "",
            "led_type": "",
            "current_a": 0,
            "scattering_angle": 0,
            "light_temperatures2": [],
            "light_temperatures3": [],
            "good_type_web": "Подсветки",
            "category": "Настенные светильники и бра",
            "sub_category": "",
            "output_channels": null,
            "control_zones": 0,
            "destination": "",
            "dissipated_max_power_w_m": 0,
            "light_transmission": 0,
            "console_panel_properties": "",
            "specialization": "",
            "mounting_method": "",
            "sensor_type": "",
            "profile_type": "",
            "product_type_for_light_control": "",
            "type_of_instalation": "",
            "load_current": "",
            "form": "",
            "baud_rate": 0,
            "pwm_frequency": 0,
            "width_for_led_strip_c": 0,
            "light_line_width_c": 0,
            "color_rendering_index": "",
            "old_parent": 258123,
            "video_link": [],
            "candle_lamp": "",
            "frame_type": "",
            "sertnumber": "",
            "housing_material": [],
            "rso": false,
            "rso_status": false,
            "file_is_manual": false,
            "file_is_3d_model": false,
            "descriptionfrom1c": false,
            "participant_tv": false,
            "type_flask": null,
            "hashtag": null,
            "vendor.id": 6,
            "vendor.name": "Sonex",
            "vendor.resource": 1,
            "vendor.country": "Россия",
            "vendor.logo": "assets/manager/brands/sonex.png",
            "vendor.address": "",
            "vendor.phone": "",
            "vendor.fax": "",
            "vendor.email": "",
            "vendor.description": "",
            "vendor.properties": null,
            "vendor.shipper_id": "",
            "vendor.activate_valid": true,
            "vendor.instal_country": "Китае",
            "vendor.is_main": true,
            "vendor.alias": "sonex",
            "vendor.name_1c": "Sonex",
            "vendor.uuid": "e763b3d6-a536-11e7-812a-005056a9741d",
            "vendor.uuid_record": "Sonex",
            "vendor.products_count": 770,
            "vendor.update_count_from_1c": true,
            "vendor.update_price_from_1c": false,
            "vendor.update_price_sale": true,
            "vendor.is_update": true,
            "vendor.createdon": "2019-08-08 09:37:02",
            "vendor.updatedon": "2019-08-08 09:41:29",
            "vendor.rank": 9577,
            "vendor.active": true,
            "vendor.show_main": true,
            "vendor.code": "sonex",
            "vendor.term_of_stock": 2,
            "images": [
                "/assets/images/products/190584/small/002-sonex.jpg",
                "/assets/images/products/190584/small/002-sonex-1.jpg"
            ],
            "images_middle": [
                "/assets/images/products/190584/middle/002-sonex.jpg",
                "/assets/images/products/190584/middle/002-sonex-1.jpg"
            ],
            "images_mobile": [
                "/assets/images/products/190584/mobile/002-sonex.jpg",
                "/assets/images/products/190584/mobile/002-sonex-1.jpg"
            ],
            "parent_uri": "catalog/nastennyie-svetilniki-i-bra/nastennyie-svetilniki/",
            "parent_pagetitle": "Настенные светильники",
            "size_box": "18x127x36",
            "size_box_title": "Размеры (см)",
            "groups": null,
            "diff_price": 0,
            "cache": true
        },
        {
            "id": 38420,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Точечный встраиваемый светильник Lightstar SOLO 002040",
            "longtitle": "",
            "description": "<p>возможна установка лампы gu5.3 (mr-16) на 12 в с подключением через трансформатор 12 в</p>",
            "alias": "2040-lightstar",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 258119,
            "isfolder": false,
            "introtext": "",
            "content": null,
            "richtext": true,
            "template": 5,
            "menuindex": 1523,
            "searchable": true,
            "cacheable": true,
            "createdby": 0,
            "createdon": "2017-06-05 08:07:03",
            "editedby": 39995,
            "editedon": "2022-11-25 16:37:58",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2017-06-05 08:07:03",
            "publishedby": 0,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msProduct",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/vstraivaemye-svetilniki/2040_lightstar/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 0,
            "first_published": 1,
            "first_pub_date": 0,
            "properties": null,
            "article": "002040",
            "price": 988,
            "old_price": 0,
            "weight": 0.37,
            "image": "/assets/images/products/38420/002040-lightstar.jpg",
            "thumb": "/assets/images/products/38420/small/002040-lightstar.jpg",
            "vendor": 14,
            "made_in": "Китай",
            "new": false,
            "popular": false,
            "favorite": false,
            "tags": null,
            "color": [
                "Прозрачный"
            ],
            "size": null,
            "source": 2,
            "product_id": 38420,
            "valid": true,
            "version": 18,
            "version_price": 1650900967,
            "version_price_value": 988,
            "plafon_share": "",
            "candle_lamp_vision": "Нет",
            "product_disabled": false,
            "is_manual_new": false,
            "vendor_code": "lightstar",
            "artikul": "2040_lightstar",
            "show_artikul": "002040",
            "artikul_1c": "002040_lightstar",
            "video_link_new": "",
            "diameter": 10,
            "height": 3,
            "length": 0,
            "popular_count": 3046,
            "sale": false,
            "box_count": 0,
            "popular_selling": 0,
            "mega_sale": false,
            "custom_sale": false,
            "volume": 0,
            "weight_netto": 0.37,
            "width": 0,
            "need_work": false,
            "barcode": "4620754500111",
            "power": 50,
            "power2": 0,
            "power3": 0,
            "voltage": 220,
            "lamp_socket": [
                "GU5.3"
            ],
            "lamp_socket2": [],
            "lamp_socket3": [],
            "tip_upravleniya": [],
            "num_of_socket": 1,
            "lamp_included": false,
            "sync_1c": true,
            "cert_requires": false,
            "vysota_max_sm": 0,
            "vysota_min_sm": 0,
            "box_height": 0.37,
            "box_length": 10.5,
            "box_width": 10.5,
            "num_of_lamp": 1,
            "min_amount_of_pack": 0,
            "lamp_style": [
                "Хай-тек"
            ],
            "plafond_color": [
                "Прозрачный"
            ],
            "collection": "SOLO",
            "armature_color": [
                "Хром"
            ],
            "armature_material": [
                "Металл"
            ],
            "plafond_material": [
                "Стекло"
            ],
            "lamp_type": [
                "Галогеновая",
                "Светодиодная"
            ],
            "lamp_type2": [],
            "lamp_type3": [],
            "light_flow": 0,
            "energy_eff_class": "",
            "mesto_montaza": [
                "На потолок"
            ],
            "interer": [
                "Для гостиной",
                "Для офиса",
                "Для прихожей",
                "Для спальни"
            ],
            "mesto_prim": [
                "В квартиру",
                "В комнату"
            ],
            "krepej": [
                "Встраиваемый"
            ],
            "osobennost": [
                "Направленный"
            ],
            "dopolnitelno": [],
            "pu_dimmer": [],
            "forma": [
                "Круглый"
            ],
            "sub_lin_razm": "Маленький",
            "sub_oc_razm": "Маленький",
            "ottenok": [
                "Светлый"
            ],
            "viklyuchatel": "",
            "forma_plafona": [
                "Круглый"
            ],
            "garantiya": 0,
            "moshnost_lampy": 0,
            "ploshad_osvesheniya": 2.8,
            "ip_class": 20,
            "power_text": "",
            "light_temp": 0,
            "light_temperatures": [],
            "life_time": 0,
            "separate_on": false,
            "num_blank_cert": "",
            "num_of_socket2": 0,
            "light_angle": 0,
            "length_shnura": 0,
            "depth_vrezki": 4,
            "country_orig": "ИТАЛИЯ",
            "shirina_vrezki": 0,
            "diametr_vrezki": 6.5,
            "diametr_plafona_sm": 0,
            "vysota_plafona_abazhura_sm": 0,
            "dlina_vrezki": 0,
            "tsvet_temp": [],
            "unit": "",
            "tip_poverhnosti_plafonov": "",
            "tip_poverhnosti_plafonov_new": [],
            "tip_podklyucheniya_new": [],
            "stocks": null,
            "copy_product": 0,
            "normalized": false,
            "defective": false,
            "defective_editedon": 0,
            "invalid_uuid": false,
            "active": true,
            "update_options": true,
            "update_prices": true,
            "updatedon_prices": 1576747213,
            "update_images": false,
            "is_price": true,
            "is_count": false,
            "is_photo": true,
            "allow_update": false,
            "is_main_photo": true,
            "file_id_update": 2772,
            "availability": false,
            "allow_auto_generate_description": true,
            "update_description": false,
            "dimmer": false,
            "pult": false,
            "update_options_1c": false,
            "presentations": "",
            "shade_direction": [],
            "diffuser": [],
            "napravlennyy_svet": false,
            "hrustal": "",
            "tip_podklyucheniya": "",
            "vid_vyklyuchatelya": [],
            "price_kzt": 988,
            "old_price_kzt": 0,
            "forma_plafona_machine": [
                "Шар",
                "Круглый"
            ],
            "fit_png": "",
            "adapter_length_per_track": 0,
            "arlight_coefficient": 0,
            "submit_to_artelamp_it": false,
            "submit_to_divinare_it": false,
            "submit_to_site": true,
            "submit_to_technolight": false,
            "manufacturing": false,
            "alias_tl": "",
            "input_voltage_v": "",
            "input_signal": null,
            "output_voltage_v": 0,
            "output_power_w": "",
            "output_signal": "",
            "output_current_a": "",
            "track_length": 0,
            "permissible_quantity_per_circu_85": 0,
            "permissible_quantity_per_circu_1": 0,
            "restrict_sale_online": "",
            "noise_level": "",
            "technical_cat": "",
            "collection_web": "",
            "komplektaciya": [],
            "coefficient_power": 0,
            "power_w_m": 0,
            "led_density": 0,
            "current_consumption_a": "",
            "limit_input_voltage_v": "",
            "manufature": false,
            "starting_current_a": "",
            "working_temperature": "",
            "brightness_control": "",
            "block_type": "",
            "type_of_tape_accessories": "",
            "led_type": "",
            "current_a": 0,
            "scattering_angle": 0,
            "light_temperatures2": [],
            "light_temperatures3": [],
            "good_type_web": "Точечные светильники",
            "category": "Точечные светильники",
            "sub_category": "",
            "output_channels": 0,
            "control_zones": 0,
            "destination": "",
            "dissipated_max_power_w_m": 0,
            "light_transmission": 0,
            "console_panel_properties": "",
            "specialization": "",
            "mounting_method": "",
            "sensor_type": "",
            "profile_type": "",
            "product_type_for_light_control": "",
            "type_of_instalation": null,
            "load_current": "",
            "form": "",
            "baud_rate": 0,
            "pwm_frequency": 0,
            "width_for_led_strip_c": 0,
            "light_line_width_c": 0,
            "color_rendering_index": "",
            "old_parent": 158838,
            "video_link": [],
            "candle_lamp": "",
            "frame_type": null,
            "sertnumber": null,
            "housing_material": null,
            "rso": false,
            "rso_status": false,
            "file_is_manual": false,
            "file_is_3d_model": false,
            "descriptionfrom1c": false,
            "participant_tv": false,
            "type_flask": null,
            "hashtag": null,
            "vendor.id": 14,
            "vendor.name": "Lightstar",
            "vendor.resource": 1,
            "vendor.country": "Италия",
            "vendor.logo": "assets/manager/brands/lightstar.png",
            "vendor.address": "",
            "vendor.phone": "",
            "vendor.fax": "",
            "vendor.email": "",
            "vendor.description": "",
            "vendor.properties": null,
            "vendor.shipper_id": "",
            "vendor.activate_valid": true,
            "vendor.instal_country": "Китае",
            "vendor.is_main": true,
            "vendor.alias": "lightstar",
            "vendor.name_1c": "Lightstar",
            "vendor.uuid": "731efd8e-a538-11e7-812a-005056a9741d",
            "vendor.uuid_record": "Lightstar",
            "vendor.products_count": 2814,
            "vendor.update_count_from_1c": true,
            "vendor.update_price_from_1c": false,
            "vendor.update_price_sale": true,
            "vendor.is_update": true,
            "vendor.createdon": "2019-08-08 09:37:01",
            "vendor.updatedon": "2019-08-08 09:41:55",
            "vendor.rank": 9738,
            "vendor.active": true,
            "vendor.show_main": true,
            "vendor.code": "lightstar",
            "vendor.term_of_stock": 2,
            "images": [
                "/assets/images/products/38420/small/002040-lightstar.jpg"
            ],
            "images_middle": [
                "/assets/images/products/38420/middle/002040-lightstar.jpg"
            ],
            "images_mobile": [
                "/assets/images/products/38420/mobile/002040-lightstar.jpg"
            ],
            "parent_uri": "catalog/tochechnyie-svetilniki/tochechnyie-vstraivaemyie-svetilniki/",
            "parent_pagetitle": "Точечные встраиваемые светильники",
            "size_box": "10x3x10",
            "size_box_title": "Размеры (см)",
            "groups": null,
            "diff_price": 0,
            "cache": true
        }
    ],
    "total": 2
}

product Data

vendor - id поставщиков через запятую

limit - количество элементов в ответе

page - страница (по умолчанию 1)

Method: GET https://fandeco.ru/rest/product/data?article=

Body (raw)

Query Params

Paramvalue
vendor25
limit1
page3
article

Example: products [200]

Body (raw)

Response: 200

{
    "results": [
        {
            "id": 267648,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Светильник Ideal Lux RAIN SP3 TRASPARENTE",
            "longtitle": "",
            "description": "",
            "alias": "rain-sp3-trasparente-ideal-lux",
            "alias_visible": true,
            "link_attributes": "",
            "published": false,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 8730,
            "isfolder": false,
            "introtext": null,
            "content": null,
            "richtext": true,
            "template": 5,
            "menuindex": 26863,
            "searchable": true,
            "cacheable": true,
            "createdby": 38512,
            "createdon": "2022-08-04 18:30:37",
            "editedby": 40001,
            "editedon": "2022-10-07 15:34:09",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": 0,
            "publishedby": 0,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msProduct",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ljustry/ljustra-podvesnaja/rain-sp3-trasparente-ideal-lux/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 0,
            "properties": {
                "ms2gallery": {
                    "media_source": "2"
                }
            },
            "article": "RAIN SP3 TRASPARENTE",
            "price": 0,
            "old_price": 0,
            "weight": 2.43,
            "image": "/assets/images/products/267648/rain-sp3-trasparente-ideal-lux.jpg",
            "thumb": "/assets/images/products/267648/small/rain-sp3-trasparente-ideal-lux.jpg",
            "vendor": 25,
            "made_in": "Китай",
            "new": false,
            "popular": false,
            "favorite": false,
            "tags": null,
            "color": [],
            "size": null,
            "source": 2,
            "product_id": 0,
            "valid": false,
            "version": 13,
            "version_price": 0,
            "version_price_value": 0,
            "plafon_share": "Да",
            "candle_lamp_vision": null,
            "product_disabled": false,
            "is_manual_new": false,
            "vendor_code": "ideal_lux",
            "artikul": "RAIN SP3 TRASPARENTE_ideal_lux",
            "show_artikul": "RAIN SP3 TRASPARENTE",
            "artikul_1c": "RAIN SP3 TRASPARENTE_ideal_lux",
            "video_link_new": "",
            "diameter": 0,
            "height": 45,
            "length": 39,
            "popular_count": 0,
            "sale": false,
            "box_count": 0,
            "popular_selling": 0,
            "mega_sale": false,
            "custom_sale": false,
            "volume": 0,
            "weight_netto": 0,
            "width": 14,
            "need_work": false,
            "barcode": "8021696008349",
            "power": 40,
            "power2": 0,
            "power3": 0,
            "voltage": 230,
            "lamp_socket": [
                "E14"
            ],
            "lamp_socket2": [],
            "lamp_socket3": [],
            "tip_upravleniya": [],
            "num_of_socket": 3,
            "lamp_included": false,
            "sync_1c": true,
            "cert_requires": false,
            "vysota_max_sm": 0,
            "vysota_min_sm": 0,
            "box_height": 0,
            "box_length": 0,
            "box_width": 0,
            "num_of_lamp": 0,
            "min_amount_of_pack": 0,
            "lamp_style": [
                "Арт-деко"
            ],
            "plafond_color": [
                "Прозрачный"
            ],
            "collection": "RAIN",
            "armature_color": [
                "Хром"
            ],
            "armature_material": [
                "Металл"
            ],
            "plafond_material": [
                "Стекло"
            ],
            "lamp_type": [
                "Светодиодная"
            ],
            "lamp_type2": [],
            "lamp_type3": [],
            "light_flow": 0,
            "energy_eff_class": null,
            "mesto_montaza": [],
            "interer": [
                "Для спальни"
            ],
            "mesto_prim": [
                "В квартиру",
                "В комнату"
            ],
            "krepej": [],
            "osobennost": [],
            "dopolnitelno": [],
            "pu_dimmer": null,
            "forma": [],
            "sub_lin_razm": "",
            "sub_oc_razm": "",
            "ottenok": [],
            "viklyuchatel": null,
            "forma_plafona": [],
            "garantiya": 0,
            "moshnost_lampy": 0,
            "ploshad_osvesheniya": 0,
            "ip_class": 20,
            "power_text": null,
            "light_temp": 0,
            "light_temperatures": [],
            "life_time": 0,
            "separate_on": false,
            "num_blank_cert": null,
            "num_of_socket2": 0,
            "light_angle": 0,
            "length_shnura": 0,
            "depth_vrezki": 0,
            "country_orig": "ИТАЛИЯ",
            "shirina_vrezki": 0,
            "diametr_vrezki": 0,
            "diametr_plafona_sm": 0,
            "vysota_plafona_abazhura_sm": 0,
            "dlina_vrezki": 0,
            "tsvet_temp": [],
            "unit": null,
            "tip_poverhnosti_plafonov": "",
            "tip_poverhnosti_plafonov_new": [],
            "tip_podklyucheniya_new": [],
            "stocks": null,
            "copy_product": 0,
            "normalized": false,
            "defective": false,
            "defective_editedon": 0,
            "invalid_uuid": false,
            "active": false,
            "update_options": true,
            "update_prices": false,
            "updatedon_prices": 0,
            "update_images": false,
            "is_price": false,
            "is_count": false,
            "is_photo": true,
            "allow_update": false,
            "is_main_photo": false,
            "file_id_update": 2506,
            "availability": false,
            "allow_auto_generate_description": false,
            "update_description": true,
            "dimmer": false,
            "pult": false,
            "update_options_1c": false,
            "presentations": "",
            "shade_direction": [
                "Вниз"
            ],
            "diffuser": [],
            "napravlennyy_svet": false,
            "hrustal": "",
            "tip_podklyucheniya": "",
            "vid_vyklyuchatelya": [],
            "price_kzt": 0,
            "old_price_kzt": 0,
            "forma_plafona_machine": null,
            "fit_png": "",
            "adapter_length_per_track": 0,
            "arlight_coefficient": 0,
            "submit_to_artelamp_it": false,
            "submit_to_divinare_it": false,
            "submit_to_site": false,
            "submit_to_technolight": false,
            "manufacturing": false,
            "alias_tl": "",
            "input_voltage_v": "",
            "input_signal": "",
            "output_voltage_v": 0,
            "output_power_w": "",
            "output_signal": "",
            "output_current_a": "",
            "track_length": 0,
            "permissible_quantity_per_circu_85": 0,
            "permissible_quantity_per_circu_1": 0,
            "restrict_sale_online": "",
            "noise_level": "",
            "technical_cat": "",
            "collection_web": "",
            "komplektaciya": [],
            "coefficient_power": 0,
            "power_w_m": 0,
            "led_density": 0,
            "current_consumption_a": "",
            "limit_input_voltage_v": "",
            "manufature": false,
            "starting_current_a": "",
            "working_temperature": "",
            "brightness_control": "",
            "block_type": "",
            "type_of_tape_accessories": "",
            "led_type": "",
            "current_a": 0,
            "scattering_angle": 0,
            "light_temperatures2": [],
            "light_temperatures3": [],
            "good_type_web": "Подвесные светильники",
            "category": "Люстры",
            "sub_category": "Подвесные люстры",
            "output_channels": null,
            "control_zones": 0,
            "destination": "",
            "dissipated_max_power_w_m": 0,
            "light_transmission": 0,
            "console_panel_properties": "",
            "specialization": "",
            "mounting_method": "",
            "sensor_type": "",
            "profile_type": "",
            "product_type_for_light_control": "",
            "type_of_instalation": "",
            "load_current": "",
            "form": "",
            "baud_rate": 0,
            "pwm_frequency": 0,
            "width_for_led_strip_c": 0,
            "light_line_width_c": 0,
            "color_rendering_index": "",
            "old_parent": 8730,
            "video_link": [],
            "candle_lamp": "",
            "frame_type": "",
            "sertnumber": "",
            "housing_material": [],
            "rso": false,
            "rso_status": false,
            "file_is_manual": false,
            "file_is_3d_model": false,
            "vendor.id": 25,
            "vendor.name": "Ideal Lux",
            "vendor.resource": 1,
            "vendor.country": "Италия",
            "vendor.logo": "assets/manager/brands/ideal lux.png",
            "vendor.address": "",
            "vendor.phone": "",
            "vendor.fax": "",
            "vendor.email": "",
            "vendor.description": "",
            "vendor.properties": null,
            "vendor.shipper_id": "",
            "vendor.activate_valid": true,
            "vendor.instal_country": "Китае",
            "vendor.is_main": true,
            "vendor.alias": "ideal-lux",
            "vendor.name_1c": "Ideal Lux",
            "vendor.uuid": "62dbbdc3-d116-11e7-812e-005056a9741d",
            "vendor.uuid_record": "Ideal Lux",
            "vendor.products_count": 2634,
            "vendor.update_count_from_1c": true,
            "vendor.update_price_from_1c": false,
            "vendor.update_price_sale": true,
            "vendor.is_update": true,
            "vendor.createdon": "2019-08-08 09:37:01",
            "vendor.updatedon": "2019-08-07 21:31:08",
            "vendor.rank": 9814,
            "vendor.active": true,
            "vendor.show_main": true,
            "vendor.code": "ideal_lux",
            "vendor.term_of_stock": 2,
            "images": [
                "/assets/images/products/267648/small/rain-sp3-trasparente-ideal-lux.jpg"
            ],
            "images_middle": [
                "/assets/images/products/267648/middle/rain-sp3-trasparente-ideal-lux.jpg"
            ],
            "images_mobile": [
                "/assets/images/products/267648/mobile/rain-sp3-trasparente-ideal-lux.jpg"
            ],
            "parent_uri": "catalog/ljustry/ljustra-podvesnaja/",
            "parent_pagetitle": "Подвесные люстры",
            "size_box": "14x45x39",
            "size_box_title": "Размеры (см)",
            "groups": null,
            "diff_price": 0,
            "cache": true
        }
    ],
    "total": 2486
}

Example: by id [200]

Body (raw)

Response: 200

{
    "success": true,
    "message": "",
    "object": {
        "id": 190584,
        "type": "document",
        "contentType": "text/html",
        "pagetitle": "Настенный светильник Sonex BLANKETA GOLD 002",
        "longtitle": "",
        "description": "Светильник Sonex 002 серии Blanketa gold. Будет хорошим решением для квартиры. Размеры 36x18x0 cm. Параметры пылевлагозащиты IP — 20. Форма полукруглая. Плафон стеклянный белого цвета, а материал/цвет арматуры металл/белый. Использует 1 лампу с цоколем E27. Площадь освещения охватывает 8 m². Идеально подходит для прихожей, для гостиной, для офиса, для спальни, для кухни. Страна происхождения бренда — Россия.",
        "alias": "002-sonex",
        "alias_visible": true,
        "link_attributes": "",
        "published": true,
        "pub_date": 0,
        "unpub_date": 0,
        "parent": 258123,
        "isfolder": false,
        "introtext": null,
        "content": null,
        "richtext": true,
        "template": 5,
        "menuindex": 3258,
        "searchable": true,
        "cacheable": true,
        "createdby": 22561,
        "createdon": "2020-02-19 16:46:31",
        "editedby": 38512,
        "editedon": "2022-11-25 17:02:25",
        "deleted": false,
        "deletedon": 0,
        "deletedby": 0,
        "publishedon": "2020-02-19 16:46:31",
        "publishedby": 0,
        "menutitle": "",
        "donthit": false,
        "privateweb": false,
        "privatemgr": false,
        "content_dispo": 0,
        "hidemenu": false,
        "class_key": "msProduct",
        "context_key": "web",
        "content_type": 1,
        "uri": "catalog/svetilniki/002_sonex/",
        "uri_override": 1,
        "hide_children_in_tree": 0,
        "show_in_tree": 0,
        "first_published": 1,
        "first_pub_date": 0,
        "properties": {
            "ms2gallery": {
                "media_source": "2"
            }
        },
        "article": "002",
        "price": 1402,
        "old_price": 0,
        "weight": 0.94,
        "image": "/assets/images/products/190584/002-sonex.jpg",
        "thumb": "/assets/images/products/190584/small/002-sonex.jpg",
        "vendor": 6,
        "made_in": "Китай",
        "new": false,
        "popular": false,
        "favorite": false,
        "tags": null,
        "color": [
            "Белый"
        ],
        "size": null,
        "source": 2,
        "product_id": 0,
        "valid": false,
        "version": 25,
        "version_price": 1652270411,
        "version_price_value": 1402,
        "plafon_share": "Да",
        "candle_lamp_vision": "Нет",
        "product_disabled": false,
        "is_manual_new": false,
        "vendor_code": "sonex",
        "artikul": "002_sonex",
        "show_artikul": "002",
        "artikul_1c": "002_sonex",
        "video_link_new": "",
        "diameter": 0,
        "height": 127,
        "length": 36,
        "popular_count": 319,
        "sale": false,
        "box_count": 0,
        "popular_selling": 0,
        "mega_sale": false,
        "custom_sale": false,
        "volume": 0,
        "weight_netto": 0.7,
        "width": 18,
        "need_work": false,
        "barcode": "4690344039208",
        "power": 100,
        "power2": 0,
        "power3": 0,
        "voltage": 220,
        "lamp_socket": [
            "E27"
        ],
        "lamp_socket2": [],
        "lamp_socket3": [],
        "tip_upravleniya": [],
        "num_of_socket": 1,
        "lamp_included": false,
        "sync_1c": true,
        "cert_requires": false,
        "vysota_max_sm": 0,
        "vysota_min_sm": 0,
        "box_height": 12.3,
        "box_length": 40.5,
        "box_width": 19.5,
        "num_of_lamp": 1,
        "min_amount_of_pack": 0,
        "lamp_style": [
            "Современный"
        ],
        "plafond_color": [
            "Белый"
        ],
        "collection": "BLANKETA GOLD",
        "armature_color": [
            "Белый"
        ],
        "armature_material": [
            "Металл"
        ],
        "plafond_material": [
            "Стекло"
        ],
        "lamp_type": [
            "Светодиодная"
        ],
        "lamp_type2": [],
        "lamp_type3": [],
        "light_flow": 1600,
        "energy_eff_class": null,
        "mesto_montaza": [
            "На стену"
        ],
        "interer": [
            "Для прихожей",
            "Для гостиной",
            "Для офиса",
            "Для спальни",
            "Для кухни"
        ],
        "mesto_prim": [
            "В квартиру",
            "В комнату"
        ],
        "krepej": [
            "Накладной"
        ],
        "osobennost": [
            "Декоративный"
        ],
        "dopolnitelno": [],
        "pu_dimmer": [],
        "forma": [
            "Полукруг"
        ],
        "sub_lin_razm": "",
        "sub_oc_razm": "Большой",
        "ottenok": [
            "Светлый"
        ],
        "viklyuchatel": null,
        "forma_plafona": [
            "Полукруг"
        ],
        "garantiya": 0,
        "moshnost_lampy": 0,
        "ploshad_osvesheniya": 8,
        "ip_class": 0,
        "power_text": null,
        "light_temp": 0,
        "light_temperatures": [],
        "life_time": 0,
        "separate_on": false,
        "num_blank_cert": null,
        "num_of_socket2": 0,
        "light_angle": 0,
        "length_shnura": 0,
        "depth_vrezki": 0,
        "country_orig": "РОССИЯ",
        "shirina_vrezki": 0,
        "diametr_vrezki": 0,
        "diametr_plafona_sm": 0,
        "vysota_plafona_abazhura_sm": 0,
        "dlina_vrezki": 0,
        "tsvet_temp": [],
        "unit": null,
        "tip_poverhnosti_plafonov": "Матовая",
        "tip_poverhnosti_plafonov_new": [
            "Матовая"
        ],
        "tip_podklyucheniya_new": [],
        "stocks": null,
        "copy_product": 0,
        "normalized": false,
        "defective": false,
        "defective_editedon": 0,
        "invalid_uuid": false,
        "active": false,
        "update_options": true,
        "update_prices": true,
        "updatedon_prices": 1617366604,
        "update_images": false,
        "is_price": true,
        "is_count": true,
        "is_photo": true,
        "allow_update": false,
        "is_main_photo": false,
        "file_id_update": 2775,
        "availability": false,
        "allow_auto_generate_description": true,
        "update_description": true,
        "dimmer": false,
        "pult": false,
        "update_options_1c": false,
        "presentations": "",
        "shade_direction": [],
        "diffuser": [],
        "napravlennyy_svet": false,
        "hrustal": "no",
        "tip_podklyucheniya": "",
        "vid_vyklyuchatelya": [],
        "price_kzt": 1402,
        "old_price_kzt": 0,
        "forma_plafona_machine": [
            "Круглый",
            "Цилиндр"
        ],
        "fit_png": "",
        "adapter_length_per_track": 0,
        "arlight_coefficient": 0,
        "submit_to_artelamp_it": false,
        "submit_to_divinare_it": false,
        "submit_to_site": true,
        "submit_to_technolight": false,
        "manufacturing": false,
        "alias_tl": "",
        "input_voltage_v": "",
        "input_signal": "",
        "output_voltage_v": 0,
        "output_power_w": "",
        "output_signal": "",
        "output_current_a": "",
        "track_length": 0,
        "permissible_quantity_per_circu_85": 0,
        "permissible_quantity_per_circu_1": 0,
        "restrict_sale_online": "",
        "noise_level": "",
        "technical_cat": "",
        "collection_web": "",
        "komplektaciya": [],
        "coefficient_power": 0,
        "power_w_m": 0,
        "led_density": 0,
        "current_consumption_a": "",
        "limit_input_voltage_v": "",
        "manufature": false,
        "starting_current_a": "",
        "working_temperature": "",
        "brightness_control": "",
        "block_type": "",
        "type_of_tape_accessories": "",
        "led_type": "",
        "current_a": 0,
        "scattering_angle": 0,
        "light_temperatures2": [],
        "light_temperatures3": [],
        "good_type_web": "Подсветки",
        "category": "Настенные светильники и бра",
        "sub_category": "",
        "output_channels": null,
        "control_zones": 0,
        "destination": "",
        "dissipated_max_power_w_m": 0,
        "light_transmission": 0,
        "console_panel_properties": "",
        "specialization": "",
        "mounting_method": "",
        "sensor_type": "",
        "profile_type": "",
        "product_type_for_light_control": "",
        "type_of_instalation": "",
        "load_current": "",
        "form": "",
        "baud_rate": 0,
        "pwm_frequency": 0,
        "width_for_led_strip_c": 0,
        "light_line_width_c": 0,
        "color_rendering_index": "",
        "old_parent": 258123,
        "video_link": [],
        "candle_lamp": "",
        "frame_type": "",
        "sertnumber": "",
        "housing_material": [],
        "rso": false,
        "rso_status": false,
        "file_is_manual": false,
        "file_is_3d_model": false,
        "descriptionfrom1c": false,
        "participant_tv": false,
        "type_flask": null,
        "hashtag": null,
        "vendor.id": 6,
        "vendor.name": "Sonex",
        "vendor.resource": 1,
        "vendor.country": "Россия",
        "vendor.logo": "assets/manager/brands/sonex.png",
        "vendor.address": "",
        "vendor.phone": "",
        "vendor.fax": "",
        "vendor.email": "",
        "vendor.description": "",
        "vendor.properties": null,
        "vendor.shipper_id": "",
        "vendor.activate_valid": true,
        "vendor.instal_country": "Китае",
        "vendor.is_main": true,
        "vendor.alias": "sonex",
        "vendor.name_1c": "Sonex",
        "vendor.uuid": "e763b3d6-a536-11e7-812a-005056a9741d",
        "vendor.uuid_record": "Sonex",
        "vendor.products_count": 770,
        "vendor.update_count_from_1c": true,
        "vendor.update_price_from_1c": false,
        "vendor.update_price_sale": true,
        "vendor.is_update": true,
        "vendor.createdon": "2019-08-08 09:37:02",
        "vendor.updatedon": "2019-08-08 09:41:29",
        "vendor.rank": 9577,
        "vendor.active": true,
        "vendor.show_main": true,
        "vendor.code": "sonex",
        "vendor.term_of_stock": 2,
        "images": [
            "/assets/images/products/190584/small/002-sonex.jpg",
            "/assets/images/products/190584/small/002-sonex-1.jpg"
        ],
        "images_middle": [
            "/assets/images/products/190584/middle/002-sonex.jpg",
            "/assets/images/products/190584/middle/002-sonex-1.jpg"
        ],
        "images_mobile": [
            "/assets/images/products/190584/mobile/002-sonex.jpg",
            "/assets/images/products/190584/mobile/002-sonex-1.jpg"
        ],
        "parent_uri": "catalog/nastennyie-svetilniki-i-bra/nastennyie-svetilniki/",
        "parent_pagetitle": "Настенные светильники",
        "size_box": "18x127x36",
        "size_box_title": "Размеры (см)",
        "groups": null,
        "diff_price": 0,
        "cache": true
    },
    "code": 200
}

Example: by arts list [200]

Body (raw)

Response: 200

{
    "results": [
        {
            "id": 190584,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Настенный светильник Sonex BLANKETA GOLD 002",
            "longtitle": "",
            "description": "Светильник Sonex 002 серии Blanketa gold. Будет хорошим решением для квартиры. Размеры 36x18x0 cm. Параметры пылевлагозащиты IP — 20. Форма полукруглая. Плафон стеклянный белого цвета, а материал/цвет арматуры металл/белый. Использует 1 лампу с цоколем E27. Площадь освещения охватывает 8 m². Идеально подходит для прихожей, для гостиной, для офиса, для спальни, для кухни. Страна происхождения бренда — Россия.",
            "alias": "002-sonex",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 258123,
            "isfolder": false,
            "introtext": null,
            "content": null,
            "richtext": true,
            "template": 5,
            "menuindex": 3258,
            "searchable": true,
            "cacheable": true,
            "createdby": 22561,
            "createdon": "2020-02-19 16:46:31",
            "editedby": 38512,
            "editedon": "2022-11-25 17:02:25",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2020-02-19 16:46:31",
            "publishedby": 0,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msProduct",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/svetilniki/002_sonex/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 0,
            "first_published": 1,
            "first_pub_date": 0,
            "properties": {
                "ms2gallery": {
                    "media_source": "2"
                }
            },
            "article": "002",
            "price": 1402,
            "old_price": 0,
            "weight": 0.94,
            "image": "/assets/images/products/190584/002-sonex.jpg",
            "thumb": "/assets/images/products/190584/small/002-sonex.jpg",
            "vendor": 6,
            "made_in": "Китай",
            "new": false,
            "popular": false,
            "favorite": false,
            "tags": null,
            "color": [
                "Белый"
            ],
            "size": null,
            "source": 2,
            "product_id": 0,
            "valid": false,
            "version": 25,
            "version_price": 1652270411,
            "version_price_value": 1402,
            "plafon_share": "Да",
            "candle_lamp_vision": "Нет",
            "product_disabled": false,
            "is_manual_new": false,
            "vendor_code": "sonex",
            "artikul": "002_sonex",
            "show_artikul": "002",
            "artikul_1c": "002_sonex",
            "video_link_new": "",
            "diameter": 0,
            "height": 127,
            "length": 36,
            "popular_count": 319,
            "sale": false,
            "box_count": 0,
            "popular_selling": 0,
            "mega_sale": false,
            "custom_sale": false,
            "volume": 0,
            "weight_netto": 0.7,
            "width": 18,
            "need_work": false,
            "barcode": "4690344039208",
            "power": 100,
            "power2": 0,
            "power3": 0,
            "voltage": 220,
            "lamp_socket": [
                "E27"
            ],
            "lamp_socket2": [],
            "lamp_socket3": [],
            "tip_upravleniya": [],
            "num_of_socket": 1,
            "lamp_included": false,
            "sync_1c": true,
            "cert_requires": false,
            "vysota_max_sm": 0,
            "vysota_min_sm": 0,
            "box_height": 12.3,
            "box_length": 40.5,
            "box_width": 19.5,
            "num_of_lamp": 1,
            "min_amount_of_pack": 0,
            "lamp_style": [
                "Современный"
            ],
            "plafond_color": [
                "Белый"
            ],
            "collection": "BLANKETA GOLD",
            "armature_color": [
                "Белый"
            ],
            "armature_material": [
                "Металл"
            ],
            "plafond_material": [
                "Стекло"
            ],
            "lamp_type": [
                "Светодиодная"
            ],
            "lamp_type2": [],
            "lamp_type3": [],
            "light_flow": 1600,
            "energy_eff_class": null,
            "mesto_montaza": [
                "На стену"
            ],
            "interer": [
                "Для прихожей",
                "Для гостиной",
                "Для офиса",
                "Для спальни",
                "Для кухни"
            ],
            "mesto_prim": [
                "В квартиру",
                "В комнату"
            ],
            "krepej": [
                "Накладной"
            ],
            "osobennost": [
                "Декоративный"
            ],
            "dopolnitelno": [],
            "pu_dimmer": [],
            "forma": [
                "Полукруг"
            ],
            "sub_lin_razm": "",
            "sub_oc_razm": "Большой",
            "ottenok": [
                "Светлый"
            ],
            "viklyuchatel": null,
            "forma_plafona": [
                "Полукруг"
            ],
            "garantiya": 0,
            "moshnost_lampy": 0,
            "ploshad_osvesheniya": 8,
            "ip_class": 0,
            "power_text": null,
            "light_temp": 0,
            "light_temperatures": [],
            "life_time": 0,
            "separate_on": false,
            "num_blank_cert": null,
            "num_of_socket2": 0,
            "light_angle": 0,
            "length_shnura": 0,
            "depth_vrezki": 0,
            "country_orig": "РОССИЯ",
            "shirina_vrezki": 0,
            "diametr_vrezki": 0,
            "diametr_plafona_sm": 0,
            "vysota_plafona_abazhura_sm": 0,
            "dlina_vrezki": 0,
            "tsvet_temp": [],
            "unit": null,
            "tip_poverhnosti_plafonov": "Матовая",
            "tip_poverhnosti_plafonov_new": [
                "Матовая"
            ],
            "tip_podklyucheniya_new": [],
            "stocks": null,
            "copy_product": 0,
            "normalized": false,
            "defective": false,
            "defective_editedon": 0,
            "invalid_uuid": false,
            "active": false,
            "update_options": true,
            "update_prices": true,
            "updatedon_prices": 1617366604,
            "update_images": false,
            "is_price": true,
            "is_count": true,
            "is_photo": true,
            "allow_update": false,
            "is_main_photo": false,
            "file_id_update": 2775,
            "availability": false,
            "allow_auto_generate_description": true,
            "update_description": true,
            "dimmer": false,
            "pult": false,
            "update_options_1c": false,
            "presentations": "",
            "shade_direction": [],
            "diffuser": [],
            "napravlennyy_svet": false,
            "hrustal": "no",
            "tip_podklyucheniya": "",
            "vid_vyklyuchatelya": [],
            "price_kzt": 1402,
            "old_price_kzt": 0,
            "forma_plafona_machine": [
                "Круглый",
                "Цилиндр"
            ],
            "fit_png": "",
            "adapter_length_per_track": 0,
            "arlight_coefficient": 0,
            "submit_to_artelamp_it": false,
            "submit_to_divinare_it": false,
            "submit_to_site": true,
            "submit_to_technolight": false,
            "manufacturing": false,
            "alias_tl": "",
            "input_voltage_v": "",
            "input_signal": "",
            "output_voltage_v": 0,
            "output_power_w": "",
            "output_signal": "",
            "output_current_a": "",
            "track_length": 0,
            "permissible_quantity_per_circu_85": 0,
            "permissible_quantity_per_circu_1": 0,
            "restrict_sale_online": "",
            "noise_level": "",
            "technical_cat": "",
            "collection_web": "",
            "komplektaciya": [],
            "coefficient_power": 0,
            "power_w_m": 0,
            "led_density": 0,
            "current_consumption_a": "",
            "limit_input_voltage_v": "",
            "manufature": false,
            "starting_current_a": "",
            "working_temperature": "",
            "brightness_control": "",
            "block_type": "",
            "type_of_tape_accessories": "",
            "led_type": "",
            "current_a": 0,
            "scattering_angle": 0,
            "light_temperatures2": [],
            "light_temperatures3": [],
            "good_type_web": "Подсветки",
            "category": "Настенные светильники и бра",
            "sub_category": "",
            "output_channels": null,
            "control_zones": 0,
            "destination": "",
            "dissipated_max_power_w_m": 0,
            "light_transmission": 0,
            "console_panel_properties": "",
            "specialization": "",
            "mounting_method": "",
            "sensor_type": "",
            "profile_type": "",
            "product_type_for_light_control": "",
            "type_of_instalation": "",
            "load_current": "",
            "form": "",
            "baud_rate": 0,
            "pwm_frequency": 0,
            "width_for_led_strip_c": 0,
            "light_line_width_c": 0,
            "color_rendering_index": "",
            "old_parent": 258123,
            "video_link": [],
            "candle_lamp": "",
            "frame_type": "",
            "sertnumber": "",
            "housing_material": [],
            "rso": false,
            "rso_status": false,
            "file_is_manual": false,
            "file_is_3d_model": false,
            "descriptionfrom1c": false,
            "participant_tv": false,
            "type_flask": null,
            "hashtag": null,
            "vendor.id": 6,
            "vendor.name": "Sonex",
            "vendor.resource": 1,
            "vendor.country": "Россия",
            "vendor.logo": "assets/manager/brands/sonex.png",
            "vendor.address": "",
            "vendor.phone": "",
            "vendor.fax": "",
            "vendor.email": "",
            "vendor.description": "",
            "vendor.properties": null,
            "vendor.shipper_id": "",
            "vendor.activate_valid": true,
            "vendor.instal_country": "Китае",
            "vendor.is_main": true,
            "vendor.alias": "sonex",
            "vendor.name_1c": "Sonex",
            "vendor.uuid": "e763b3d6-a536-11e7-812a-005056a9741d",
            "vendor.uuid_record": "Sonex",
            "vendor.products_count": 770,
            "vendor.update_count_from_1c": true,
            "vendor.update_price_from_1c": false,
            "vendor.update_price_sale": true,
            "vendor.is_update": true,
            "vendor.createdon": "2019-08-08 09:37:02",
            "vendor.updatedon": "2019-08-08 09:41:29",
            "vendor.rank": 9577,
            "vendor.active": true,
            "vendor.show_main": true,
            "vendor.code": "sonex",
            "vendor.term_of_stock": 2,
            "images": [
                "/assets/images/products/190584/small/002-sonex.jpg",
                "/assets/images/products/190584/small/002-sonex-1.jpg"
            ],
            "images_middle": [
                "/assets/images/products/190584/middle/002-sonex.jpg",
                "/assets/images/products/190584/middle/002-sonex-1.jpg"
            ],
            "images_mobile": [
                "/assets/images/products/190584/mobile/002-sonex.jpg",
                "/assets/images/products/190584/mobile/002-sonex-1.jpg"
            ],
            "parent_uri": "catalog/nastennyie-svetilniki-i-bra/nastennyie-svetilniki/",
            "parent_pagetitle": "Настенные светильники",
            "size_box": "18x127x36",
            "size_box_title": "Размеры (см)",
            "groups": null,
            "diff_price": 0,
            "cache": true
        },
        {
            "id": 38420,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Точечный встраиваемый светильник Lightstar SOLO 002040",
            "longtitle": "",
            "description": "<p>возможна установка лампы gu5.3 (mr-16) на 12 в с подключением через трансформатор 12 в</p>",
            "alias": "2040-lightstar",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 258119,
            "isfolder": false,
            "introtext": "",
            "content": null,
            "richtext": true,
            "template": 5,
            "menuindex": 1523,
            "searchable": true,
            "cacheable": true,
            "createdby": 0,
            "createdon": "2017-06-05 08:07:03",
            "editedby": 39995,
            "editedon": "2022-11-25 16:37:58",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2017-06-05 08:07:03",
            "publishedby": 0,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msProduct",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/vstraivaemye-svetilniki/2040_lightstar/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 0,
            "first_published": 1,
            "first_pub_date": 0,
            "properties": null,
            "article": "002040",
            "price": 988,
            "old_price": 0,
            "weight": 0.37,
            "image": "/assets/images/products/38420/002040-lightstar.jpg",
            "thumb": "/assets/images/products/38420/small/002040-lightstar.jpg",
            "vendor": 14,
            "made_in": "Китай",
            "new": false,
            "popular": false,
            "favorite": false,
            "tags": null,
            "color": [
                "Прозрачный"
            ],
            "size": null,
            "source": 2,
            "product_id": 38420,
            "valid": true,
            "version": 18,
            "version_price": 1650900967,
            "version_price_value": 988,
            "plafon_share": "",
            "candle_lamp_vision": "Нет",
            "product_disabled": false,
            "is_manual_new": false,
            "vendor_code": "lightstar",
            "artikul": "2040_lightstar",
            "show_artikul": "002040",
            "artikul_1c": "002040_lightstar",
            "video_link_new": "",
            "diameter": 10,
            "height": 3,
            "length": 0,
            "popular_count": 3046,
            "sale": false,
            "box_count": 0,
            "popular_selling": 0,
            "mega_sale": false,
            "custom_sale": false,
            "volume": 0,
            "weight_netto": 0.37,
            "width": 0,
            "need_work": false,
            "barcode": "4620754500111",
            "power": 50,
            "power2": 0,
            "power3": 0,
            "voltage": 220,
            "lamp_socket": [
                "GU5.3"
            ],
            "lamp_socket2": [],
            "lamp_socket3": [],
            "tip_upravleniya": [],
            "num_of_socket": 1,
            "lamp_included": false,
            "sync_1c": true,
            "cert_requires": false,
            "vysota_max_sm": 0,
            "vysota_min_sm": 0,
            "box_height": 0.37,
            "box_length": 10.5,
            "box_width": 10.5,
            "num_of_lamp": 1,
            "min_amount_of_pack": 0,
            "lamp_style": [
                "Хай-тек"
            ],
            "plafond_color": [
                "Прозрачный"
            ],
            "collection": "SOLO",
            "armature_color": [
                "Хром"
            ],
            "armature_material": [
                "Металл"
            ],
            "plafond_material": [
                "Стекло"
            ],
            "lamp_type": [
                "Галогеновая",
                "Светодиодная"
            ],
            "lamp_type2": [],
            "lamp_type3": [],
            "light_flow": 0,
            "energy_eff_class": "",
            "mesto_montaza": [
                "На потолок"
            ],
            "interer": [
                "Для гостиной",
                "Для офиса",
                "Для прихожей",
                "Для спальни"
            ],
            "mesto_prim": [
                "В квартиру",
                "В комнату"
            ],
            "krepej": [
                "Встраиваемый"
            ],
            "osobennost": [
                "Направленный"
            ],
            "dopolnitelno": [],
            "pu_dimmer": [],
            "forma": [
                "Круглый"
            ],
            "sub_lin_razm": "Маленький",
            "sub_oc_razm": "Маленький",
            "ottenok": [
                "Светлый"
            ],
            "viklyuchatel": "",
            "forma_plafona": [
                "Круглый"
            ],
            "garantiya": 0,
            "moshnost_lampy": 0,
            "ploshad_osvesheniya": 2.8,
            "ip_class": 20,
            "power_text": "",
            "light_temp": 0,
            "light_temperatures": [],
            "life_time": 0,
            "separate_on": false,
            "num_blank_cert": "",
            "num_of_socket2": 0,
            "light_angle": 0,
            "length_shnura": 0,
            "depth_vrezki": 4,
            "country_orig": "ИТАЛИЯ",
            "shirina_vrezki": 0,
            "diametr_vrezki": 6.5,
            "diametr_plafona_sm": 0,
            "vysota_plafona_abazhura_sm": 0,
            "dlina_vrezki": 0,
            "tsvet_temp": [],
            "unit": "",
            "tip_poverhnosti_plafonov": "",
            "tip_poverhnosti_plafonov_new": [],
            "tip_podklyucheniya_new": [],
            "stocks": null,
            "copy_product": 0,
            "normalized": false,
            "defective": false,
            "defective_editedon": 0,
            "invalid_uuid": false,
            "active": true,
            "update_options": true,
            "update_prices": true,
            "updatedon_prices": 1576747213,
            "update_images": false,
            "is_price": true,
            "is_count": false,
            "is_photo": true,
            "allow_update": false,
            "is_main_photo": true,
            "file_id_update": 2772,
            "availability": false,
            "allow_auto_generate_description": true,
            "update_description": false,
            "dimmer": false,
            "pult": false,
            "update_options_1c": false,
            "presentations": "",
            "shade_direction": [],
            "diffuser": [],
            "napravlennyy_svet": false,
            "hrustal": "",
            "tip_podklyucheniya": "",
            "vid_vyklyuchatelya": [],
            "price_kzt": 988,
            "old_price_kzt": 0,
            "forma_plafona_machine": [
                "Шар",
                "Круглый"
            ],
            "fit_png": "",
            "adapter_length_per_track": 0,
            "arlight_coefficient": 0,
            "submit_to_artelamp_it": false,
            "submit_to_divinare_it": false,
            "submit_to_site": true,
            "submit_to_technolight": false,
            "manufacturing": false,
            "alias_tl": "",
            "input_voltage_v": "",
            "input_signal": null,
            "output_voltage_v": 0,
            "output_power_w": "",
            "output_signal": "",
            "output_current_a": "",
            "track_length": 0,
            "permissible_quantity_per_circu_85": 0,
            "permissible_quantity_per_circu_1": 0,
            "restrict_sale_online": "",
            "noise_level": "",
            "technical_cat": "",
            "collection_web": "",
            "komplektaciya": [],
            "coefficient_power": 0,
            "power_w_m": 0,
            "led_density": 0,
            "current_consumption_a": "",
            "limit_input_voltage_v": "",
            "manufature": false,
            "starting_current_a": "",
            "working_temperature": "",
            "brightness_control": "",
            "block_type": "",
            "type_of_tape_accessories": "",
            "led_type": "",
            "current_a": 0,
            "scattering_angle": 0,
            "light_temperatures2": [],
            "light_temperatures3": [],
            "good_type_web": "Точечные светильники",
            "category": "Точечные светильники",
            "sub_category": "",
            "output_channels": 0,
            "control_zones": 0,
            "destination": "",
            "dissipated_max_power_w_m": 0,
            "light_transmission": 0,
            "console_panel_properties": "",
            "specialization": "",
            "mounting_method": "",
            "sensor_type": "",
            "profile_type": "",
            "product_type_for_light_control": "",
            "type_of_instalation": null,
            "load_current": "",
            "form": "",
            "baud_rate": 0,
            "pwm_frequency": 0,
            "width_for_led_strip_c": 0,
            "light_line_width_c": 0,
            "color_rendering_index": "",
            "old_parent": 158838,
            "video_link": [],
            "candle_lamp": "",
            "frame_type": null,
            "sertnumber": null,
            "housing_material": null,
            "rso": false,
            "rso_status": false,
            "file_is_manual": false,
            "file_is_3d_model": false,
            "descriptionfrom1c": false,
            "participant_tv": false,
            "type_flask": null,
            "hashtag": null,
            "vendor.id": 14,
            "vendor.name": "Lightstar",
            "vendor.resource": 1,
            "vendor.country": "Италия",
            "vendor.logo": "assets/manager/brands/lightstar.png",
            "vendor.address": "",
            "vendor.phone": "",
            "vendor.fax": "",
            "vendor.email": "",
            "vendor.description": "",
            "vendor.properties": null,
            "vendor.shipper_id": "",
            "vendor.activate_valid": true,
            "vendor.instal_country": "Китае",
            "vendor.is_main": true,
            "vendor.alias": "lightstar",
            "vendor.name_1c": "Lightstar",
            "vendor.uuid": "731efd8e-a538-11e7-812a-005056a9741d",
            "vendor.uuid_record": "Lightstar",
            "vendor.products_count": 2814,
            "vendor.update_count_from_1c": true,
            "vendor.update_price_from_1c": false,
            "vendor.update_price_sale": true,
            "vendor.is_update": true,
            "vendor.createdon": "2019-08-08 09:37:01",
            "vendor.updatedon": "2019-08-08 09:41:55",
            "vendor.rank": 9738,
            "vendor.active": true,
            "vendor.show_main": true,
            "vendor.code": "lightstar",
            "vendor.term_of_stock": 2,
            "images": [
                "/assets/images/products/38420/small/002040-lightstar.jpg"
            ],
            "images_middle": [
                "/assets/images/products/38420/middle/002040-lightstar.jpg"
            ],
            "images_mobile": [
                "/assets/images/products/38420/mobile/002040-lightstar.jpg"
            ],
            "parent_uri": "catalog/tochechnyie-svetilniki/tochechnyie-vstraivaemyie-svetilniki/",
            "parent_pagetitle": "Точечные встраиваемые светильники",
            "size_box": "10x3x10",
            "size_box_title": "Размеры (см)",
            "groups": null,
            "diff_price": 0,
            "cache": true
        }
    ],
    "total": 2
}

categories

Method: GET https://fandeco.ru/rest/categories

Response: 200

{
    "results": [
        {
            "id": 227401,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Галогенные лампы",
            "longtitle": "",
            "description": "",
            "alias": "lampyi-galogenovyie",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158871,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 1367,
            "searchable": true,
            "cacheable": false,
            "createdby": 8428,
            "createdon": "2021-07-14 16:30:43",
            "editedby": 39851,
            "editedon": "2022-08-18 15:28:25",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2021-07-14 16:30:00",
            "publishedby": 8428,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/lampochki/lampyi-galogenovyie/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Лампа галогеновая",
                "case_value_r": "Лампы галогеновой",
                "case_value_d": "Лампе галогеновой",
                "case_value_v": "Лампу галогеновую",
                "case_value_t": "Лампой галогеновой",
                "case_value_p": "Лампе галогеновой",
                "case_m_value_i": "Лампы галогеновые",
                "case_m_value_r": "Ламп галогеновых",
                "case_m_value_d": "Лампам галогеновым",
                "case_m_value_v": "Лампы галогеновые",
                "case_m_value_t": "Лампами галогеновыми",
                "case_m_value_p": "Лампах галогеновых"
            }
        },
        {
            "id": 227400,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Лампы накаливания",
            "longtitle": "",
            "description": "",
            "alias": "lampyi-nakalivaniya",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158871,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 1366,
            "searchable": true,
            "cacheable": false,
            "createdby": 8428,
            "createdon": "2021-07-14 16:30:18",
            "editedby": 39851,
            "editedon": "2022-08-18 15:27:56",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2021-07-14 16:30:00",
            "publishedby": 8428,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/lampochki/lampyi-nakalivaniya/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Лампа накаливания",
                "case_value_r": "Лампы накаливания",
                "case_value_d": "Лампе накаливания",
                "case_value_v": "Лампу накаливания",
                "case_value_t": "Лампой накаливания",
                "case_value_p": "Лампе накаливания",
                "case_m_value_i": "Лампы накаливания",
                "case_m_value_r": "Ламп накаливания",
                "case_m_value_d": "Лампам накаливания",
                "case_m_value_v": "Лампы накаливания",
                "case_m_value_t": "Лампами накаливания",
                "case_m_value_p": "Лампах накаливания"
            }
        },
        {
            "id": 227399,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Светодиодные лампы",
            "longtitle": "",
            "description": "",
            "alias": "lampyi-svetodiodnyie",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158871,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 1365,
            "searchable": true,
            "cacheable": false,
            "createdby": 8428,
            "createdon": "2021-07-14 16:29:51",
            "editedby": 40001,
            "editedon": "2022-10-04 14:36:54",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2021-07-14 16:29:00",
            "publishedby": 8428,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/lampochki/lampyi-svetodiodnyie/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Лампа светодиодная",
                "case_value_r": "Лампы светодиодной",
                "case_value_d": "Лампе светодиодной",
                "case_value_v": "Лампу светодиодную",
                "case_value_t": "Лампой светодиодной",
                "case_value_p": "Лампе светодиодной",
                "case_m_value_i": "Лампы светодиодные",
                "case_m_value_r": "Ламп светодиодных",
                "case_m_value_d": "Лампам светодиодным",
                "case_m_value_v": "Лампы светодиодные",
                "case_m_value_t": "Лампами светодиодными",
                "case_m_value_p": "Лампах светодиодных"
            }
        },
        {
            "id": 268115,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Готовые комплекты",
            "longtitle": "Готовые комплекты",
            "description": "",
            "alias": "gotovyie-komplektyi",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158881,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 304,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-16 12:08:22",
            "editedby": 39851,
            "editedon": "2022-09-15 10:51:11",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-09-15 10:51:11",
            "publishedby": 39851,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/svetodiodnye-lenty/gotovyie-komplektyi/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Готовые комплекты",
                "case_value_r": "Готовых комплектов",
                "case_value_d": "Готовым комплектам",
                "case_value_v": "Готовые комплекты",
                "case_value_t": "Готовыми комплектами",
                "case_value_p": "Готовых комплектах",
                "case_m_value_i": "Готовые комплекты",
                "case_m_value_r": "Готовых комплектов",
                "case_m_value_d": "Готовым комплектам",
                "case_m_value_v": "Готовые комплекты",
                "case_m_value_t": "Готовыми комплектами",
                "case_m_value_p": "Готовых комплектах"
            }
        },
        {
            "id": 268114,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Комплектующие для профилей",
            "longtitle": "Комплектующие для профилей",
            "description": "",
            "alias": "komplektuyushhie-dlya-profilej",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158881,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 303,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-16 12:08:03",
            "editedby": 40001,
            "editedon": "2022-10-04 12:57:04",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-16 12:08:00",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/svetodiodnye-lenty/komplektuyushhie-dlya-profilej/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Комплектующие для профилей",
                "case_value_r": "Комплектующих для профилей",
                "case_value_d": "Комплектующим для профилей",
                "case_value_v": "Комплектующие для профилей",
                "case_value_t": "Комплектующими для профилей",
                "case_value_p": "Комплектующих для профилей",
                "case_m_value_i": "Комплектующие для профилей",
                "case_m_value_r": "Комплектующих для профилей",
                "case_m_value_d": "Комплектующим для профилей",
                "case_m_value_v": "Комплектующие для профилей",
                "case_m_value_t": "Комплектующими для профилей",
                "case_m_value_p": "Комплектующих для профилей"
            }
        },
        {
            "id": 228123,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Комплектующие для лент",
            "longtitle": "Комплектующие для лент",
            "description": "",
            "alias": "aksessuaryi-dlya-profilej",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158881,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 302,
            "searchable": true,
            "cacheable": false,
            "createdby": 25628,
            "createdon": "2021-09-03 17:48:09",
            "editedby": 1,
            "editedon": "2022-08-17 17:26:18",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2021-09-06 08:27:00",
            "publishedby": 25628,
            "menutitle": "Комплектующие для лент",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/svetodiodnye-lenty/aksessuaryi-dlya-profilej/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Аксессуары для профилей",
                "case_value_r": "Аксессуаров для профилей",
                "case_value_d": "Аксессуарам для профилей",
                "case_value_v": "Аксессуары для профилей",
                "case_value_t": "Аксессуарами для профилей",
                "case_value_p": "Аксессуарах для профилей",
                "case_m_value_i": "Комплектующие для лент",
                "case_m_value_r": "Комплектующих для лент",
                "case_m_value_d": "Комплектующим для лент",
                "case_m_value_v": "Комплектующие для лент",
                "case_m_value_t": "Комплектующими для лент",
                "case_m_value_p": "Комплектующих для лент"
            }
        },
        {
            "id": 228122,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Профили для лент",
            "longtitle": "Профили для лент",
            "description": "",
            "alias": "profili",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158881,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 301,
            "searchable": true,
            "cacheable": false,
            "createdby": 25628,
            "createdon": "2021-09-03 17:45:05",
            "editedby": 1,
            "editedon": "2022-08-17 17:26:03",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2021-09-04 09:09:00",
            "publishedby": 19981,
            "menutitle": "Профили для лент",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/svetodiodnye-lenty/profili/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Профили",
                "case_value_r": "Профилей",
                "case_value_d": "Профилям",
                "case_value_v": "Профили",
                "case_value_t": "Профилями",
                "case_value_p": "Профилях",
                "case_m_value_i": "Профили для лент",
                "case_m_value_r": "Профилей для лент",
                "case_m_value_d": "Профилям для лент",
                "case_m_value_v": "Профили для лент",
                "case_m_value_t": "Профилями для лент",
                "case_m_value_p": "Профилях для лент"
            }
        },
        {
            "id": 268112,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Управление светодиодными лентами",
            "longtitle": "Управление светодиодными лентами",
            "description": "",
            "alias": "upravlenie-svetodiodnyimi-lentami",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158881,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 300,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-16 12:06:29",
            "editedby": 0,
            "editedon": 0,
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-16 12:06:29",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/svetodiodnye-lenty/upravlenie-svetodiodnyimi-lentami/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Управление светодиодными лентами",
                "case_value_r": "Управления светодиодными лентами",
                "case_value_d": "Управлению светодиодными лентами",
                "case_value_v": "Управление светодиодными лентами",
                "case_value_t": "Управлением светодиодными лентами",
                "case_value_p": "Управлении светодиодными лентами",
                "case_m_value_i": "Управления светодиодными лентами",
                "case_m_value_r": "Управлений светодиодными лентами",
                "case_m_value_d": "Управлениям светодиодными лентами",
                "case_m_value_v": "Управления светодиодными лентами",
                "case_m_value_t": "Управлениями светодиодными лентами",
                "case_m_value_p": "Управлениях светодиодными лентами"
            }
        },
        {
            "id": 229641,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Светодиодные ленты",
            "longtitle": "Светодиодные ленты ",
            "description": "",
            "alias": "svetodiodnyie-lentyi",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158881,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 299,
            "searchable": true,
            "cacheable": false,
            "createdby": 35355,
            "createdon": "2021-11-02 14:29:12",
            "editedby": 1,
            "editedon": "2022-08-17 17:25:58",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2021-11-02 14:29:00",
            "publishedby": 35355,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/svetodiodnye-lenty/svetodiodnyie-lentyi/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Светодиодные ленты",
                "case_value_r": "Светодиодных лент",
                "case_value_d": "Светодиодным лентам",
                "case_value_v": "Светодиодные ленты",
                "case_value_t": "Светодиодными лентами",
                "case_value_p": "Светодиодных лентах",
                "case_m_value_i": "Светодиодные ленты",
                "case_m_value_r": "Светодиодных лент",
                "case_m_value_d": "Светодиодным лентам",
                "case_m_value_v": "Светодиодные ленты",
                "case_m_value_t": "Светодиодными лентами",
                "case_m_value_p": "Светодиодных лентах"
            }
        },
        {
            "id": 272471,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Энергосберегающие лампы",
            "longtitle": "Энергосберегающие лампы",
            "description": "",
            "alias": "energosberegayushhie-lampyi",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158871,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 175,
            "searchable": true,
            "cacheable": false,
            "createdby": 39851,
            "createdon": "2022-09-30 15:40:51",
            "editedby": 0,
            "editedon": 0,
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-09-30 15:40:51",
            "publishedby": 39851,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/lampochki/energosberegayushhie-lampyi/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Энергосберегающие лампы",
                "case_value_r": "Энергосберегающих ламп",
                "case_value_d": "Энергосберегающим лампам",
                "case_value_v": "Энергосберегающие лампы",
                "case_value_t": "Энергосберегающими лампами",
                "case_value_p": "Энергосберегающих лампах",
                "case_m_value_i": "Энергосберегающие лампы",
                "case_m_value_r": "Энергосберегающих ламп",
                "case_m_value_d": "Энергосберегающим лампам",
                "case_m_value_v": "Энергосберегающие лампы",
                "case_m_value_t": "Энергосберегающими лампами",
                "case_m_value_p": "Энергосберегающих лампах"
            }
        },
        {
            "id": 258082,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Люстры на штанге",
            "longtitle": "Люстры на штанге",
            "description": "",
            "alias": "lyustryi-na-shtange",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 8724,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 132,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-03 11:35:33",
            "editedby": 19981,
            "editedon": "2022-08-17 16:53:07",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-03 11:35:00",
            "publishedby": 19981,
            "menutitle": "Люстры на штанге",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ljustry/lyustryi-na-shtange/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Люстры на штанге",
                "case_value_r": "Люстров на штанге",
                "case_value_d": "Люстрам на штанге",
                "case_value_v": "Люстры на штанге",
                "case_value_t": "Люстрами на штанге",
                "case_value_p": "Люстрах на штанге",
                "case_m_value_i": "Люстры на штанге",
                "case_m_value_r": "Люстров на штанге",
                "case_m_value_d": "Люстрам на штанге",
                "case_m_value_v": "Люстры на штанге",
                "case_m_value_t": "Люстрами на штанге",
                "case_m_value_p": "Люстрах на штанге"
            }
        },
        {
            "id": 258159,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Подводные светильники",
            "longtitle": "Подводные светильники",
            "description": "",
            "alias": "podvodnyie-svetilniki",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158832,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 50,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-04 12:21:39",
            "editedby": 40001,
            "editedon": "2022-11-03 11:21:49",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-11-03 11:21:49",
            "publishedby": 40001,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ulichnoe-osveschenie/podvodnyie-svetilniki/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Подводные светильники",
                "case_value_r": "Подводных светильников",
                "case_value_d": "Подводным светильникам",
                "case_value_v": "Подводные светильники",
                "case_value_t": "Подводными светильниками",
                "case_value_p": "Подводных светильниках",
                "case_m_value_i": "Подводные светильники",
                "case_m_value_r": "Подводных светильников",
                "case_m_value_d": "Подводным светильникам",
                "case_m_value_v": "Подводные светильники",
                "case_m_value_t": "Подводными светильниками",
                "case_m_value_p": "Подводных светильниках"
            }
        },
        {
            "id": 268046,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Тротуарные светильники",
            "longtitle": "Тротуарные светильники",
            "description": "",
            "alias": "trotuarnyie-svetilniki",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158832,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 49,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-11 12:44:33",
            "editedby": 1,
            "editedon": "2022-08-17 17:20:27",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-11 12:44:00",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ulichnoe-osveschenie/trotuarnyie-svetilniki/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Тротуарные светильники",
                "case_value_r": "Тротуарных светильников",
                "case_value_d": "Тротуарным светильникам",
                "case_value_v": "Тротуарные светильники",
                "case_value_t": "Тротуарными светильниками",
                "case_value_p": "Тротуарных светильниках",
                "case_m_value_i": "Тротуарные светильники",
                "case_m_value_r": "Тротуарных светильников",
                "case_m_value_d": "Тротуарным светильникам",
                "case_m_value_v": "Тротуарные светильники",
                "case_m_value_t": "Тротуарными светильниками",
                "case_m_value_p": "Тротуарных светильниках"
            }
        },
        {
            "id": 258158,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Газонные светильники",
            "longtitle": "Газонные светильники",
            "description": "",
            "alias": "gazonnyie-svetilniki",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158832,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 49,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-04 12:21:07",
            "editedby": 40001,
            "editedon": "2022-10-04 11:28:59",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-04 12:21:00",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ulichnoe-osveschenie/gazonnyie-svetilniki/",
            "uri_override": 1,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Газонные светильники",
                "case_value_r": "Газонных светильников",
                "case_value_d": "Газонным светильникам",
                "case_value_v": "Газонные светильники",
                "case_value_t": "Газонными светильниками",
                "case_value_p": "Газонных светильниках",
                "case_m_value_i": "Газонные светильники",
                "case_m_value_r": "Газонных светильников",
                "case_m_value_d": "Газонным светильникам",
                "case_m_value_v": "Газонные светильники",
                "case_m_value_t": "Газонными светильниками",
                "case_m_value_p": "Газонных светильниках"
            }
        },
        {
            "id": 258157,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Грунтовые светильники",
            "longtitle": "Грунтовые светильники",
            "description": "",
            "alias": "gruntovyie-svetilniki",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158832,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 48,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-04 12:17:30",
            "editedby": 1,
            "editedon": "2022-08-17 17:20:22",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-04 12:17:00",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ulichnoe-osveschenie/gruntovyie-svetilniki/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Грунтовые светильники",
                "case_value_r": "Грунтовых светильников",
                "case_value_d": "Грунтовым светильникам",
                "case_value_v": "Грунтовые светильники",
                "case_value_t": "Грунтовыми светильниками",
                "case_value_p": "Грунтовых светильниках",
                "case_m_value_i": "Грунтовые светильники",
                "case_m_value_r": "Грунтовых светильников",
                "case_m_value_d": "Грунтовым светильникам",
                "case_m_value_v": "Грунтовые светильники",
                "case_m_value_t": "Грунтовыми светильниками",
                "case_m_value_p": "Грунтовых светильниках"
            }
        },
        {
            "id": 258156,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Консольные светильники",
            "longtitle": "Консольные светильники",
            "description": "",
            "alias": "konsolnyie-svetilniki",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158832,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 47,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-04 11:58:00",
            "editedby": 1,
            "editedon": "2022-08-17 17:20:18",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-04 11:58:00",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ulichnoe-osveschenie/konsolnyie-svetilniki/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Консольные светильники",
                "case_value_r": "Консольных светильников",
                "case_value_d": "Консольным светильникам",
                "case_value_v": "Консольные светильники",
                "case_value_t": "Консольными светильниками",
                "case_value_p": "Консольных светильниках",
                "case_m_value_i": "Консольные светильники",
                "case_m_value_r": "Консольных светильников",
                "case_m_value_d": "Консольным светильникам",
                "case_m_value_v": "Консольные светильники",
                "case_m_value_t": "Консольными светильниками",
                "case_m_value_p": "Консольных светильниках"
            }
        },
        {
            "id": 258155,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Парковые светильники",
            "longtitle": "Парковые светильники",
            "description": "",
            "alias": "parkovyie-svetilniki",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158832,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 46,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-04 11:57:19",
            "editedby": 0,
            "editedon": 0,
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-04 11:57:19",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ulichnoe-osveschenie/parkovyie-svetilniki/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Парковые светильники",
                "case_value_r": "Парковых светильников",
                "case_value_d": "Парковым светильникам",
                "case_value_v": "Парковые светильники",
                "case_value_t": "Парковыми светильниками",
                "case_value_p": "Парковых светильниках",
                "case_m_value_i": null,
                "case_m_value_r": null,
                "case_m_value_d": null,
                "case_m_value_v": null,
                "case_m_value_t": null,
                "case_m_value_p": null
            }
        },
        {
            "id": 258154,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Ландшафтные светильники",
            "longtitle": "Ландшафтные светильники",
            "description": "",
            "alias": "landshaftnyie-svetilniki",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158832,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 45,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-04 11:52:23",
            "editedby": 1,
            "editedon": "2022-08-17 17:20:07",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-04 11:52:00",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ulichnoe-osveschenie/landshaftnyie-svetilniki/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Ландшафтные светильники",
                "case_value_r": "Ландшафтных светильников",
                "case_value_d": "Ландшафтным светильникам",
                "case_value_v": "Ландшафтные светильники",
                "case_value_t": "Ландшафтными светильниками",
                "case_value_p": "Ландшафтных светильниках",
                "case_m_value_i": "Ландшафтные светильники",
                "case_m_value_r": "Ландшафтных светильников",
                "case_m_value_d": "Ландшафтным светильникам",
                "case_m_value_v": "Ландшафтные светильники",
                "case_m_value_t": "Ландшафтными светильниками",
                "case_m_value_p": "Ландшафтных светильниках"
            }
        },
        {
            "id": 258153,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Фасадные светильники",
            "longtitle": "Фасадные светильники",
            "description": "",
            "alias": "fasadnyie-svetilniki",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 158832,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 44,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-04 11:51:48",
            "editedby": 1,
            "editedon": "2022-08-17 17:20:00",
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-04 11:51:00",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/ulichnoe-osveschenie/fasadnyie-svetilniki/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Фасадные светильники",
                "case_value_r": "Фасадных светильников",
                "case_value_d": "Фасадным светильникам",
                "case_value_v": "Фасадные светильники",
                "case_value_t": "Фасадными светильниками",
                "case_value_p": "Фасадных светильниках",
                "case_m_value_i": "Фасадные светильники",
                "case_m_value_r": "Фасадных светильников",
                "case_m_value_d": "Фасадным светильникам",
                "case_m_value_v": "Фасадные светильники",
                "case_m_value_t": "Фасадными светильниками",
                "case_m_value_p": "Фасадных светильниках"
            }
        },
        {
            "id": 258144,
            "type": "document",
            "contentType": "text/html",
            "pagetitle": "Аксессуары",
            "longtitle": "Аксессуары",
            "description": "",
            "alias": "aksessuaryi",
            "alias_visible": true,
            "link_attributes": "",
            "published": true,
            "pub_date": 0,
            "unpub_date": 0,
            "parent": 6,
            "isfolder": true,
            "introtext": "",
            "content": "",
            "richtext": true,
            "template": 4,
            "menuindex": 28,
            "searchable": true,
            "cacheable": false,
            "createdby": 19981,
            "createdon": "2022-08-03 16:20:55",
            "editedby": 0,
            "editedon": 0,
            "deleted": false,
            "deletedon": 0,
            "deletedby": 0,
            "publishedon": "2022-08-03 16:20:55",
            "publishedby": 19981,
            "menutitle": "",
            "donthit": false,
            "privateweb": false,
            "privatemgr": false,
            "content_dispo": 0,
            "hidemenu": false,
            "class_key": "msCategory",
            "context_key": "web",
            "content_type": 1,
            "uri": "catalog/aksessuaryi/",
            "uri_override": 0,
            "hide_children_in_tree": 0,
            "show_in_tree": 1,
            "first_published": 0,
            "first_pub_date": 0,
            "properties": null,
            "cases": {
                "case_value_i": "Аксессуары",
                "case_value_r": "Аксессуаров",
                "case_value_d": "Аксессуарам",
                "case_value_v": "Аксессуары",
                "case_value_t": "Аксессуарами",
                "case_value_p": "Аксессуарах",
                "case_m_value_i": null,
                "case_m_value_r": null,
                "case_m_value_d": null,
                "case_m_value_v": null,
                "case_m_value_t": null,
                "case_m_value_p": null
            }
        }
    ],
    "total": 136
}

vendors

limit - количество элементов в ответе

page - страница (по умолчанию 1)

Method: GET https://fandeco.ru/rest/vendors?limit=10000&page=1

Query Params

Paramvalue
limit10000
page1

Response: 200

{
    "results": [
        {
            "id": 762,
            "name": "Kichler",
            "uuid": "71e21273-069a-11ed-bf33-000c29e17ae3",
            "active": true,
            "code": "kichler"
        }
    ],
    "total": 153
}

📁 Collection: Машинное зрение

📂 folder: ai-panel

getTasks

Method: POST http://ai-panel.massive.ru/getTasks?

Query Params

Paramvalue
null

Response: 200

[
    {
        "id": 1,
        "status": "new",
        "progress": 0,
        "ai": "hasBackbround",
        "count": 73,
        "categories": [
            {
                "id": 227401,
                "parent": 158871,
                "pagetitle": "Галогенные лампы",
                "uri": "catalog/lampochki/lampyi-galogenovyie/"
            }
        ]
    },
    {
        "id": 2,
        "status": "finished",
        "progress": 100,
        "ai": "isTorch",
        "count": 15,
        "categories": [
            {
                "id": 258159,
                "parent": 158832,
                "pagetitle": "Подводные светильники",
                "uri": "catalog/ulichnoe-osveschenie/podvodnyie-svetilniki/"
            }
        ]
    },
    {
        "id": 4,
        "status": "finished",
        "progress": 100,
        "ai": "isTorch",
        "count": 88,
        "categories": [
            {
                "id": 227401,
                "parent": 158871,
                "pagetitle": "Галогенные лампы",
                "uri": "catalog/lampochki/lampyi-galogenovyie/"
            },
            {
                "id": 258159,
                "parent": 158832,
                "pagetitle": "Подводные светильники",
                "uri": "catalog/ulichnoe-osveschenie/podvodnyie-svetilniki/"
            }
        ]
    }
]

getTaskData

Method: POST http://ai-panel.massive.ru/getTaskData?id=1

Query Params

Paramvalue
id1

Response: 200

{
    "id": 4,
    "status": "finished",
    "progress": 100,
    "ai": "isTorch",
    "count": 88,
    "categories": [
        {
            "id": 227401,
            "parent": 158871,
            "pagetitle": "Галогенные лампы",
            "uri": "catalog/lampochki/lampyi-galogenovyie/"
        },
        {
            "id": 258159,
            "parent": 158832,
            "pagetitle": "Подводные светильники",
            "uri": "catalog/ulichnoe-osveschenie/podvodnyie-svetilniki/"
        }
    ],
    "response": [
        {
            "id": 9,
            "ai": "isTorch",
            "product_id": 186076,
            "image": "\\images\\024939-arlight.jpg",
            "art": "024939_arlight",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.425Z"
        },
        {
            "id": 2,
            "ai": "isTorch",
            "product_id": 186075,
            "image": "\\images\\024938-arlight.jpg",
            "art": "024938_arlight",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.444Z"
        },
        {
            "id": 1,
            "ai": "isTorch",
            "product_id": 194021,
            "image": "\\images\\32166-feron.jpg",
            "art": "32166_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:44.184Z"
        },
        {
            "id": 12,
            "ai": "isTorch",
            "product_id": 194022,
            "image": "\\images\\32165-feron.jpg",
            "art": "32165_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.958Z"
        },
        {
            "id": 7,
            "ai": "isTorch",
            "product_id": 194015,
            "image": "\\images\\32172-feron.jpg",
            "art": "32172_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.739Z"
        },
        {
            "id": 5,
            "ai": "isTorch",
            "product_id": 194029,
            "image": "\\images\\32039-feron.jpg",
            "art": "32039_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.959Z"
        },
        {
            "id": 4,
            "ai": "isTorch",
            "product_id": 194020,
            "image": "\\images\\32167-feron.jpg",
            "art": "32167_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:44.184Z"
        },
        {
            "id": 8,
            "ai": "isTorch",
            "product_id": 194016,
            "image": "\\images\\32171-feron.jpg",
            "art": "32171_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.966Z"
        },
        {
            "id": 6,
            "ai": "isTorch",
            "product_id": 194018,
            "image": "\\images\\32169-feron.jpg",
            "art": "32169_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.687Z"
        },
        {
            "id": 15,
            "ai": "isTorch",
            "product_id": 194017,
            "image": "\\images\\32170-feron.jpg",
            "art": "32170_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:44.187Z"
        },
        {
            "id": 3,
            "ai": "isTorch",
            "product_id": 194019,
            "image": "\\images\\32168-feron.jpg",
            "art": "32168_feron",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.698Z"
        },
        {
            "id": 14,
            "ai": "isTorch",
            "product_id": 309714,
            "image": "\\images\\027868-arlight.jpg",
            "art": "027868_arlight",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.706Z"
        },
        {
            "id": 13,
            "ai": "isTorch",
            "product_id": 309713,
            "image": "\\images\\032756-arlight.jpg",
            "art": "032756_arlight",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.430Z"
        },
        {
            "id": 10,
            "ai": "isTorch",
            "product_id": 309710,
            "image": "\\images\\028056-arlight.jpg",
            "art": "028056_arlight",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.980Z"
        },
        {
            "id": 11,
            "ai": "isTorch",
            "product_id": 309716,
            "image": "\\images\\028079-arlight.jpg",
            "art": "028079_arlight",
            "answer": "false",
            "createdAt": "2023-06-15T08:39:42.809Z",
            "updatedAt": "2023-06-15T08:39:43.442Z"
        },
        {
            "id": 35,
            "ai": "isTorch",
            "product_id": 192655,
            "image": "\\images\\456000-novotech.jpg",
            "art": "456000_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:27.538Z"
        },
        {
            "id": 61,
            "ai": "isTorch",
            "product_id": 293280,
            "image": "\\images\\4690389175503-elektrostandard.jpg",
            "art": "4690389175503_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:27.551Z"
        },
        {
            "id": 36,
            "ai": "isTorch",
            "product_id": 192657,
            "image": "\\images\\456002-novotech.jpg",
            "art": "456002_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:27.558Z"
        },
        {
            "id": 68,
            "ai": "isTorch",
            "product_id": 167720,
            "image": "\\images\\4690389001727-elektrostandard.jpg",
            "art": "4690389001727_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:27.568Z"
        },
        {
            "id": 59,
            "ai": "isTorch",
            "product_id": 293283,
            "image": "\\images\\4690389175473-elektrostandard.jpg",
            "art": "4690389175473_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:27.754Z"
        },
        {
            "id": 56,
            "ai": "isTorch",
            "product_id": 167506,
            "image": "\\images\\4607138146981-elektrostandard.jpg",
            "art": "4607138146981_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:27.825Z"
        },
        {
            "id": 38,
            "ai": "isTorch",
            "product_id": 167944,
            "image": "\\images\\4607138147001-elektrostandard.jpg",
            "art": "4607138147001_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:27.850Z"
        },
        {
            "id": 62,
            "ai": "isTorch",
            "product_id": 293278,
            "image": "\\images\\4690389175367-elektrostandard.jpg",
            "art": "4690389175367_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:27.852Z"
        },
        {
            "id": 23,
            "ai": "isTorch",
            "product_id": 192668,
            "image": "\\images\\456019-novotech.jpg",
            "art": "456019_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:27.911Z"
        },
        {
            "id": 31,
            "ai": "isTorch",
            "product_id": 192664,
            "image": "\\images\\456012-novotech.jpg",
            "art": "456012_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:27.996Z"
        },
        {
            "id": 65,
            "ai": "isTorch",
            "product_id": 289088,
            "image": "\\images\\4610003322472.jpg",
            "art": "4610003322472",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:28.050Z"
        },
        {
            "id": 44,
            "ai": "isTorch",
            "product_id": 167699,
            "image": "\\images\\4607138146967-elektrostandard.jpg",
            "art": "4607138146967_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:28.125Z"
        },
        {
            "id": 45,
            "ai": "isTorch",
            "product_id": 167686,
            "image": "\\images\\4607176198027-elektrostandard.jpg",
            "art": "4607176198027_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:28.159Z"
        },
        {
            "id": 58,
            "ai": "isTorch",
            "product_id": 293282,
            "image": "\\images\\4690389175480-elektrostandard.jpg",
            "art": "4690389175480_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:28.167Z"
        },
        {
            "id": 49,
            "ai": "isTorch",
            "product_id": 167665,
            "image": "\\images\\4607138146998-elektrostandard.jpg",
            "art": "4607138146998_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:28.214Z"
        },
        {
            "id": 64,
            "ai": "isTorch",
            "product_id": 293279,
            "image": "\\images\\4690389175510-elektrostandard.jpg",
            "art": "4690389175510_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:28.275Z"
        },
        {
            "id": 28,
            "ai": "isTorch",
            "product_id": 192666,
            "image": "\\images\\456017-novotech.jpg",
            "art": "456017_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:28.398Z"
        },
        {
            "id": 48,
            "ai": "isTorch",
            "product_id": 167696,
            "image": "\\images\\4607176198034-elektrostandard.jpg",
            "art": "4607176198034_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:28.404Z"
        },
        {
            "id": 63,
            "ai": "isTorch",
            "product_id": 289090,
            "image": "\\images\\4610003322625.jpg",
            "art": "4610003322625",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:28.429Z"
        },
        {
            "id": 46,
            "ai": "isTorch",
            "product_id": 167943,
            "image": "\\images\\4607138146943-elektrostandard.jpg",
            "art": "4607138146943_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.152Z"
        },
        {
            "id": 18,
            "ai": "isTorch",
            "product_id": 192661,
            "image": "\\images\\456006-novotech.jpg",
            "art": "456006_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.152Z"
        },
        {
            "id": 67,
            "ai": "isTorch",
            "product_id": 289089,
            "image": "\\images\\4610003322496.jpg",
            "art": "4610003322496",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.153Z"
        },
        {
            "id": 17,
            "ai": "isTorch",
            "product_id": 192662,
            "image": "\\images\\456007-novotech.jpg",
            "art": "456007_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.153Z"
        },
        {
            "id": 69,
            "ai": "isTorch",
            "product_id": 289091,
            "image": "\\images\\4610003322434.jpg",
            "art": "4610003322434",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.153Z"
        },
        {
            "id": 19,
            "ai": "isTorch",
            "product_id": 192672,
            "image": "\\images\\456025-novotech.jpg",
            "art": "456025_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.154Z"
        },
        {
            "id": 47,
            "ai": "isTorch",
            "product_id": 167678,
            "image": "\\images\\4607138147018-elektrostandard.jpg",
            "art": "4607138147018_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.154Z"
        },
        {
            "id": 54,
            "ai": "isTorch",
            "product_id": 167593,
            "image": "\\images\\4607138147025-elektrostandard.jpg",
            "art": "4607138147025_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.154Z"
        },
        {
            "id": 60,
            "ai": "isTorch",
            "product_id": 293281,
            "image": "\\images\\4690389175497-elektrostandard.jpg",
            "art": "4690389175497_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.165Z"
        },
        {
            "id": 34,
            "ai": "isTorch",
            "product_id": 192656,
            "image": "\\images\\456001-novotech.jpg",
            "art": "456001_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.178Z"
        },
        {
            "id": 21,
            "ai": "isTorch",
            "product_id": 192673,
            "image": "\\images\\456026-novotech.jpg",
            "art": "456026_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.198Z"
        },
        {
            "id": 24,
            "ai": "isTorch",
            "product_id": 192667,
            "image": "\\images\\456018-novotech.jpg",
            "art": "456018_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.198Z"
        },
        {
            "id": 22,
            "ai": "isTorch",
            "product_id": 192674,
            "image": "\\images\\456029-novotech.jpg",
            "art": "456029_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.204Z"
        },
        {
            "id": 40,
            "ai": "isTorch",
            "product_id": 168061,
            "image": "\\images\\4607138146950-elektrostandard.jpg",
            "art": "4607138146950_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.239Z"
        },
        {
            "id": 33,
            "ai": "isTorch",
            "product_id": 192658,
            "image": "\\images\\456003-novotech.jpg",
            "art": "456003_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.430Z"
        },
        {
            "id": 32,
            "ai": "isTorch",
            "product_id": 192663,
            "image": "\\images\\456008-novotech.jpg",
            "art": "456008_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.464Z"
        },
        {
            "id": 16,
            "ai": "isTorch",
            "product_id": 192675,
            "image": "\\images\\456030-novotech.jpg",
            "art": "456030_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.464Z"
        },
        {
            "id": 27,
            "ai": "isTorch",
            "product_id": 192659,
            "image": "\\images\\456004-novotech.jpg",
            "art": "456004_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.494Z"
        },
        {
            "id": 26,
            "ai": "isTorch",
            "product_id": 192671,
            "image": "\\images\\456022-novotech.jpg",
            "art": "456022_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.568Z"
        },
        {
            "id": 55,
            "ai": "isTorch",
            "product_id": 167513,
            "image": "\\images\\4690389013638-elektrostandard.jpg",
            "art": "4690389013638_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.693Z"
        },
        {
            "id": 20,
            "ai": "isTorch",
            "product_id": 192660,
            "image": "\\images\\456005-novotech.jpg",
            "art": "456005_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.714Z"
        },
        {
            "id": 50,
            "ai": "isTorch",
            "product_id": 167839,
            "image": "\\images\\4690389013621-elektrostandard.jpg",
            "art": "4690389013621_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.721Z"
        },
        {
            "id": 30,
            "ai": "isTorch",
            "product_id": 192670,
            "image": "\\images\\456021-novotech.jpg",
            "art": "456021_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:29.743Z"
        },
        {
            "id": 41,
            "ai": "isTorch",
            "product_id": 167807,
            "image": "\\images\\4607138146851-elektrostandard.jpg",
            "art": "4607138146851_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.898Z"
        },
        {
            "id": 37,
            "ai": "isTorch",
            "product_id": 168102,
            "image": "\\images\\4607176195675-elektrostandard.jpg",
            "art": "4607176195675_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.954Z"
        },
        {
            "id": 57,
            "ai": "isTorch",
            "product_id": 54747,
            "image": "\\images\\g53ar70.jpg",
            "art": "G53AR70",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:29.992Z"
        },
        {
            "id": 25,
            "ai": "isTorch",
            "product_id": 192669,
            "image": "\\images\\456020-novotech.jpg",
            "art": "456020_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:30.004Z"
        },
        {
            "id": 70,
            "ai": "isTorch",
            "product_id": 206308,
            "image": "\\images\\7031-nowodvorski.jpg",
            "art": "7031_nowodvorski",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:30.055Z"
        },
        {
            "id": 66,
            "ai": "isTorch",
            "product_id": 167989,
            "image": "\\images\\4607138146936-elektrostandard.jpg",
            "art": "4607138146936_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:30.097Z"
        },
        {
            "id": 29,
            "ai": "isTorch",
            "product_id": 192665,
            "image": "\\images\\456016-novotech.jpg",
            "art": "456016_novotech",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.759Z",
            "updatedAt": "2023-06-15T08:42:30.207Z"
        },
        {
            "id": 42,
            "ai": "isTorch",
            "product_id": 167817,
            "image": "\\images\\4690389013645-elektrostandard.jpg",
            "art": "4690389013645_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:30.229Z"
        },
        {
            "id": 39,
            "ai": "isTorch",
            "product_id": 168044,
            "image": "\\images\\4690389013614-elektrostandard.jpg",
            "art": "4690389013614_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:30.250Z"
        },
        {
            "id": 43,
            "ai": "isTorch",
            "product_id": 167751,
            "image": "\\images\\4607176197105-elektrostandard.jpg",
            "art": "4607176197105_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:30.270Z"
        },
        {
            "id": 52,
            "ai": "isTorch",
            "product_id": 167627,
            "image": "\\images\\4607138146899-elektrostandard.jpg",
            "art": "4607138146899_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:30.390Z"
        },
        {
            "id": 53,
            "ai": "isTorch",
            "product_id": 54459,
            "image": "\\images\\g53ar111.jpg",
            "art": "G53AR111",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:30.446Z"
        },
        {
            "id": 51,
            "ai": "isTorch",
            "product_id": 167628,
            "image": "\\images\\4607176197112-elektrostandard.jpg",
            "art": "4607176197112_elektrostandard",
            "answer": "false",
            "createdAt": "2023-06-15T08:42:26.760Z",
            "updatedAt": "2023-06-15T08:42:30.449Z"
        }
    ]
}

ping

Method: GET https://ai.massive.ru//ping

Response: 200

{
    "success": true,
    "messages": "fight",
    "object": {},
    "errors": {}
}

models

Method: GET https://ai.massive.ru//models

Body (formdata)

Param value Type
file /C:/Users/Kirill/Downloads/Изображения/noBg.jpg file

Response: 200

{
    "success": true,
    "messages": {
        "yesBg.jpg": "true"
    },
    "object": [
        "true",
        "false"
    ],
    "errors": {}
}

upAndDown

Method: POST https://ai.massive.ru/ceilingLightUpDown

Body (raw)

Response: 200

{
    "errors": {},
    "messages": {
        "a7141pl-5wh.jpg": "Вниз"
    },
    "object": [
        "Вверх",
        "Вверх-вниз",
        "Вниз"
    ],
    "success": true
}

isTorch

Method: POST https://ai.massive.ru/isTorch

Body (formdata)

Param value Type
file /C:/Users/Kirill/Downloads/Изображения/noBg.jpg file

Response: 200

{
    "errors": {},
    "messages": {
        "a7141pl-5wh.jpg": "Вниз"
    },
    "object": [
        "Вверх",
        "Вверх-вниз",
        "Вниз"
    ],
    "success": true
}

ceilingLightOneOrMany

jодин большой плафон или много маленьких

Method: POST https://ai.massive.ru/ceilingLightOneOrMany

Body (formdata)

Param value Type
file /C:/Users/nefediev/Desktop/python/ML/a7141pl-5wh.jpg file

Response: 200

{
    "errors": {},
    "messages": {
        "a7141pl-5wh.jpg": "Много"
    },
    "object": [
        "Единый",
        "Много"
    ],
    "success": true
}

ceilingLightForm

Method: POST https://ai.massive.ru/ceilingLightForm

Body (formdata)

Param value Type
file /C:/Users/Kirill/Downloads/Изображения/noBg.jpg file

Response: 200

{
    "success": true,
    "messages": {
        "noBg.jpg": "ok"
    },
    "object": [
        "Ball",
        "Cylinder",
        "Rectangular",
        "ROUND",
        "Conical"
    ],
    "errors": {}
}

hasBackbround

Method: POST https://ai.massive.ru/hasBackbround

Body (formdata)

Param value Type
file /C:/Users/Kirill/Downloads/Изображения/noBg.jpg file

Response: 200

{
    "success": true,
    "messages": {
        "yesBg.jpg": "true"
    },
    "object": [
        "true",
        "false"
    ],
    "errors": {}
}

📁 Collection: content.mike.com

getprocessed

Возвращает обработанные нейронной сетью артикулы

принимает не обязательный параметр "model" возможны значения можно посмотреть здесь http://ai.mike.com:5000

Method: GET content.mike.com/ai/getprocessed?model=isTorch &offset=0&limit=2

Query Params

Paramvalue
modelisTorch
offset0
limit2

Response: 200

{
    "success": true,
    "message": "ok",
    "object": {
        "isTorch": {
            "A4215PL-1WH": "false",
            "5132-2W": "true",
            "7600-2": "false",
            "51538-1W": "true",
            "3158LED": "false",
            "51538-3": "true"
        }
    },
    "code": 200
}

failure

Возвращает обработанные нейронной сетью артикулы

принимает не обязательный параметр "model" возможны значения можно посмотреть здесь http://ai.mike.com:5000

Method: GET content.mike.com/ai/failure?model=isTorch &offset=0&limit=2

Query Params

Paramvalue
modelisTorch
offset0
limit2

Response: 200

{
    "success": true,
    "message": "ok",
    "object": {
        "isTorch": {
            "5132": null,
            "A9575PL-5AB": null
        }
    },
    "code": 200
}

status

Method: GET content.mike.com/ai/status?model=isTorch

Query Params

Paramvalue
modelisTorch

Response: 200

{
    "success": true,
    "message": "ok",
    "object": {
        "queue": "7584",
        "process": "0",
        "success": "2425",
        "failure": "575"
    },
    "code": 200
}

📁 Collection: yarusvsm.ru

getFiles

Method: POST https://yarusvsm.ru/getFiles

Body (raw)

{
    "folder" :"ARTE LAMP",
    "search":["A2600PL-32GO"]
}

Response: 200

{
    "80001-2M-BK": {
        "scheme": [
            {
                "id": "260456007",
                "name": "80001-2M-BK_scheme.svg",
                "path": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT/80001-2M-BK_scheme.svg",
                "parent": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT",
                "ext": "svg",
                "filesize": "25205",
                "link": "https://ftp-technolight.ru/all_about_product/%D0%A2%D0%B5%D1%85%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D0%B5%20%D1%80%D0%B8%D1%81%D1%83%D0%BD%D0%BA%D0%B8%20SVG%20%28%D1%81%D1%85%D0%B5%D0%BC%D1%8B%29/TECHNOLIGHT/80001-2M-BK_scheme.svg"
            },
            {
                "id": "260455935",
                "name": "80001-2M-BK_scheme_1.svg",
                "path": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT/80001-2M-BK_scheme_1.svg",
                "parent": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT",
                "ext": "svg",
                "filesize": "261219",
                "link": "https://ftp-technolight.ru/all_about_product/%D0%A2%D0%B5%D1%85%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D0%B5%20%D1%80%D0%B8%D1%81%D1%83%D0%BD%D0%BA%D0%B8%20SVG%20%28%D1%81%D1%85%D0%B5%D0%BC%D1%8B%29/TECHNOLIGHT/80001-2M-BK_scheme_1.svg"
            },
            {
                "id": "260455899",
                "name": "80001-2M-BK_scheme_2.svg",
                "path": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT/80001-2M-BK_scheme_2.svg",
                "parent": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT",
                "ext": "svg",
                "filesize": "33851",
                "link": "https://ftp-technolight.ru/all_about_product/%D0%A2%D0%B5%D1%85%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D0%B5%20%D1%80%D0%B8%D1%81%D1%83%D0%BD%D0%BA%D0%B8%20SVG%20%28%D1%81%D1%85%D0%B5%D0%BC%D1%8B%29/TECHNOLIGHT/80001-2M-BK_scheme_2.svg"
            }
        ],
        "photo": [
            {
                "id": "260472256",
                "name": "80001-2M-BK.jpg",
                "path": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/ФОТОБАНК/TECHNOLIGHT/80001-2M-BK.jpg",
                "parent": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/ФОТОБАНК/TECHNOLIGHT",
                "ext": "jpg",
                "filesize": "75492",
                "link": "https://ftp-technolight.ru/all_about_product/%D0%A4%D0%9E%D0%A2%D0%9E%D0%91%D0%90%D0%9D%D0%9A/TECHNOLIGHT/80001-2M-BK.jpg"
            }
        ]
    }
}

getList

Method: POST https://yarusvsm.ru/getList

Body (raw)

{
    "folder" :"ARTE LAMP Запрос МВидео 11-01-23"
}

Response: 200

{
    "80001-2M-BK": {
        "scheme": [
            {
                "id": "260456007",
                "name": "80001-2M-BK_scheme.svg",
                "path": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT/80001-2M-BK_scheme.svg",
                "parent": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT",
                "ext": "svg",
                "filesize": "25205",
                "link": "https://ftp-technolight.ru/all_about_product/%D0%A2%D0%B5%D1%85%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D0%B5%20%D1%80%D0%B8%D1%81%D1%83%D0%BD%D0%BA%D0%B8%20SVG%20%28%D1%81%D1%85%D0%B5%D0%BC%D1%8B%29/TECHNOLIGHT/80001-2M-BK_scheme.svg"
            },
            {
                "id": "260455935",
                "name": "80001-2M-BK_scheme_1.svg",
                "path": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT/80001-2M-BK_scheme_1.svg",
                "parent": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT",
                "ext": "svg",
                "filesize": "261219",
                "link": "https://ftp-technolight.ru/all_about_product/%D0%A2%D0%B5%D1%85%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D0%B5%20%D1%80%D0%B8%D1%81%D1%83%D0%BD%D0%BA%D0%B8%20SVG%20%28%D1%81%D1%85%D0%B5%D0%BC%D1%8B%29/TECHNOLIGHT/80001-2M-BK_scheme_1.svg"
            },
            {
                "id": "260455899",
                "name": "80001-2M-BK_scheme_2.svg",
                "path": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT/80001-2M-BK_scheme_2.svg",
                "parent": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/Технические рисунки SVG (схемы)/TECHNOLIGHT",
                "ext": "svg",
                "filesize": "33851",
                "link": "https://ftp-technolight.ru/all_about_product/%D0%A2%D0%B5%D1%85%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D0%B5%20%D1%80%D0%B8%D1%81%D1%83%D0%BD%D0%BA%D0%B8%20SVG%20%28%D1%81%D1%85%D0%B5%D0%BC%D1%8B%29/TECHNOLIGHT/80001-2M-BK_scheme_2.svg"
            }
        ],
        "photo": [
            {
                "id": "260472256",
                "name": "80001-2M-BK.jpg",
                "path": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/ФОТОБАНК/TECHNOLIGHT/80001-2M-BK.jpg",
                "parent": "/var/www/technolight/data/www/ftp-technolight.ru/all_about_product/ФОТОБАНК/TECHNOLIGHT",
                "ext": "jpg",
                "filesize": "75492",
                "link": "https://ftp-technolight.ru/all_about_product/%D0%A4%D0%9E%D0%A2%D0%9E%D0%91%D0%90%D0%9D%D0%9A/TECHNOLIGHT/80001-2M-BK.jpg"
            }
        ]
    }
}

📁 Collection: marketpalces

📂 folder: 1с

📁 Collection: export

order

Вовращает все не отправленные заказы

Method: GET https://mk.massive.ru/rest/1c/export/order?day=1

Query Params

Paramvalue
day1

Response: 200

{
    "success": true,
    "message": "ok",
    "object": [
        {
            "order_info": {
                "number": "goods_720339609",
                "createdon": "2022-04-05T06:23:29+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_720339609Растегаева Кристина\n\rг Ростов-на-Дону, ул Зорге, д 31в",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A1750AP-1AB",
                    "count": 1,
                    "price": 1455,
                    "price_discount": 1455
                }
            ]
        },
        {
            "order_info": {
                "number": "goods_707137285",
                "createdon": "2022-04-05T09:09:42+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_707137285Соболь Виктория\n\r 142404, Ногинск г, Текстилей ул, д.23Б",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A6047PL-3BK",
                    "count": 1,
                    "price": 3766,
                    "price_discount": 3766
                }
            ]
        },
        {
            "order_info": {
                "number": "goods_701487021",
                "createdon": "2022-04-05T09:15:35+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_701487021Янгуразова Лариса\n\rг Пермь, шоссе Космонавтов, д 203, кв. 52",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A3117AP-1WH",
                    "count": 1,
                    "price": 1060,
                    "price_discount": 1060
                }
            ]
        },
        {
            "order_info": {
                "number": "beru_104035877",
                "createdon": "2022-04-05T07:20:33+00:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с beru №beru_104035877https://mk.massive.ru/manager/?a=index&namespace=beru",
                "source": "beru",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "LSL-6291-01_lussole",
                    "count": 1,
                    "price": 2000,
                    "price_discount": 2000
                }
            ]
        },
        {
            "order_info": {
                "number": "goods_722006009",
                "createdon": "2022-04-05T10:52:11+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_722006009Сыромятникова Александра\n\rг Якутск, ул Каландаришвили, д 21",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A7695AP-1AB",
                    "count": 1,
                    "price": 123,
                    "price_discount": 123
                }
            ]
        },
        {
            "order_info": {
                "number": "goods_767518011",
                "createdon": "2022-04-05T14:42:51+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_767518011Виноградов Сергей Вячеславович\n\rг Нижний Новгород, ул Ошарская, д 59А, кв. 21",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A3302AL-2WH",
                    "count": 7,
                    "price": 2312,
                    "price_discount": 2312
                }
            ]
        },
        {
            "order_info": {
                "number": "goods_720803699",
                "createdon": "2022-04-05T14:58:43+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_720803699Мотин Олег\n\rВоронежская обл, село Терновка, ул Октябрьская, д 44",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A7695PL-5AB",
                    "count": 1,
                    "price": 5169,
                    "price_discount": 5169
                }
            ]
        },
        {
            "order_info": {
                "number": "goods_739735622",
                "createdon": "2022-04-05T15:46:32+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_739735622Сикорский Алексей\n\rг Санкт-Петербург, ул Ленская, д 19 к 2, кв. 168",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A6047PL-1AB",
                    "count": 1,
                    "price": 3899,
                    "price_discount": 3899
                }
            ]
        },
        {
            "order_info": {
                "number": "cdek_",
                "createdon": "2022-04-05T16:05:09+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с Cdek №cdek_",
                "source": "Cdek",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано"
            },
            "products_list": null
        },
        {
            "order_info": {
                "number": "goods_710737887",
                "createdon": "2022-04-05T21:35:15+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_710737887Мингазов Ирек\n\rг Казань, ул Академика Губкина, д 2",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A1429AP-1GY",
                    "count": 1,
                    "price": 955,
                    "price_discount": 955
                }
            ]
        },
        {
            "order_info": {
                "number": "goods_731377553",
                "createdon": "2022-04-05T23:09:58+03:00",
                "price_type": 2,
                "delivery_type": 4,
                "pay_type": 1,
                "shop": "000000001",
                "order_from_shop": 1,
                "order_from_market": 0,
                "login": "",
                "note": "Интернет: Заказ с goods №goods_731377553Ланина Юлия\n\rКалининградская обл, г Гвардейск, Центральный пер, д 2А",
                "source": "goods",
                "is_test": false
            },
            "client_info": {
                "name": "Не указано",
                "phone": "Не указано",
                "email": "Не указано",
                "city": "Не указано",
                "street": "Не указано",
                "house": "Не указано",
                "room": "Не указано",
                "id": "BR001"
            },
            "products_list": [
                {
                    "artikul": "A9509SP-3WH",
                    "count": 1,
                    "price": 5830,
                    "price_discount": 5830
                }
            ]
        }
    ],
    "code": 200
}

stickers

Method: GET http://mk.massive.ru/rest/1c/stickers?number=wildberries_351460780

Query Params

Paramvalue
numberwildberries_351460780

Response: 200

{
    "success": true,
    "message": "ok",
    "object": [
        {
            "id": "1",
            "orderId": "38688",
            "originalOrderId": "351819678",
            "marketplace": "wildberries",
            "number": "wildberries_351819678",
            "isSuppler": "0",
            "isError": "1",
            "errors": null,
            "update_time": "2022-07-05 13:52:13"
        }
    ],
    "code": 200
}

📁 Collection: import

stock

Method: POST http://mk.massive.ru/rest/1c/import/stock

Body (raw)

{
	"success": true,
	"message": "marketplace",
	"data": [
		{
			"article": "A1003AP-1CC",
			"show_artikul": "A1003AP-1CC",
			"sale": 0,
			"stock": 98,
			"price": 6690,
			"price_sale": 0
		}
	],
	"marketplace_name": "wildberries"
}

Response: undefined

...

stickers

Method: GET http://mk.massive.ru/Ic/stickers?number=wildberries_351460780

Query Params

Paramvalue
numberwildberries_351460780

Response: 413

{
    "success": false,
    "message": "Уже существует",
    "object": {
        "number": "wildberries_351460780"
    },
    "code": 413
}

📁 Collection: (content/loader).massive.ru

🔑 Authentication bearer

Param value Type
username undefined string
password undefined string

user register

Method: POST https://content.massive.ru/api/user/register

Body (formdata)

Param value Type
email test@t.t text
login test text
password 123123 text

user ChangePassword

Method: POST https://content.massive.ru/api/user/ChangePassword

Body (formdata)

Param value Type
login test text
password 321321 text

user delete

Method: POST https://content.massive.ru/api/user/delete

Body (formdata)

Param value Type
login test text

📁 Collection: 1c

🔑 Authentication basic

Param value Type
username undefined string
password undefined string

prices

Method: POST https://retail.massive.ru/prices

Body (raw)

{
    "cache": false,
    "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
    "currency": "RUB",
    "currency_code": 643
}

Response: 200

[
    {
        "article": "357589_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357309_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357369_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369172_novotech",
        "sale": "1",
        "price": "740,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358716_novotech",
        "sale": "1",
        "price": "4900,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358760_novotech",
        "sale": "0",
        "price": "5340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369579_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135010_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370381_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358516_novotech",
        "sale": "0",
        "price": "7520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357923_novotech",
        "sale": "1",
        "price": "1040,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357051_novotech",
        "sale": "0",
        "price": "892,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369656_novotech",
        "sale": "0",
        "price": "135,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369379_novotech",
        "sale": "0",
        "price": "960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358349_novotech",
        "sale": "1",
        "price": "13680,00",
        "price_sale": "5600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357532_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369915_novotech",
        "sale": "1",
        "price": "530,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357405_novotech",
        "sale": "1",
        "price": "8140,00",
        "price_sale": "4900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370021_novotech",
        "sale": "1",
        "price": "8688,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358696_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358886_novotech",
        "sale": "0",
        "price": "3780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357523_novotech",
        "sale": "1",
        "price": "15690,00",
        "price_sale": "4800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369929_novotech",
        "sale": "1",
        "price": "720,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358828_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358439_novotech",
        "sale": "0",
        "price": "7100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370792_novotech",
        "sale": "0",
        "price": "1410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358711_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369590_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370170_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369502_novotech",
        "sale": "0",
        "price": "513,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370124_novotech",
        "sale": "0",
        "price": "754,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370267_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357006_novotech",
        "sale": "0",
        "price": "490,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135029_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357827_novotech",
        "sale": "1",
        "price": "7990,00",
        "price_sale": "4800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357828_novotech",
        "sale": "1",
        "price": "8430,00",
        "price_sale": "4400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357829_novotech",
        "sale": "0",
        "price": "9000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357830_novotech",
        "sale": "1",
        "price": "8270,00",
        "price_sale": "4200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357831_novotech",
        "sale": "1",
        "price": "13220,00",
        "price_sale": "6800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357832_novotech",
        "sale": "0",
        "price": "5292,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357833_novotech",
        "sale": "1",
        "price": "4488,00",
        "price_sale": "2070,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357834_novotech",
        "sale": "1",
        "price": "4488,00",
        "price_sale": "2484,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357835_novotech",
        "sale": "0",
        "price": "3500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357836_novotech",
        "sale": "1",
        "price": "4375,00",
        "price_sale": "1760,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357837_novotech",
        "sale": "0",
        "price": "3620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357838_novotech",
        "sale": "0",
        "price": "4480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357839_novotech",
        "sale": "0",
        "price": "3260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357840_novotech",
        "sale": "0",
        "price": "3970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357841_novotech",
        "sale": "1",
        "price": "6270,00",
        "price_sale": "3100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357842_novotech",
        "sale": "1",
        "price": "6610,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357843_novotech",
        "sale": "1",
        "price": "5040,00",
        "price_sale": "2500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357844_novotech",
        "sale": "1",
        "price": "5270,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357845_novotech",
        "sale": "1",
        "price": "4338,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357846_novotech",
        "sale": "1",
        "price": "4968,00",
        "price_sale": "2748,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357847_novotech",
        "sale": "1",
        "price": "4140,00",
        "price_sale": "2080,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357848_novotech",
        "sale": "0",
        "price": "2400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357849_novotech",
        "sale": "0",
        "price": "2400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357850_novotech",
        "sale": "1",
        "price": "3700,00",
        "price_sale": "1860,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357851_novotech",
        "sale": "1",
        "price": "4440,00",
        "price_sale": "2050,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357852_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357853_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "460,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357854_novotech",
        "sale": "1",
        "price": "2500,00",
        "price_sale": "1260,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357855_novotech",
        "sale": "0",
        "price": "2500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357856_novotech",
        "sale": "0",
        "price": "2390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357857_novotech",
        "sale": "0",
        "price": "3650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357858_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357859_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357860_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357863_novotech",
        "sale": "1",
        "price": "8460,00",
        "price_sale": "3080,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357864_novotech",
        "sale": "1",
        "price": "14652,00",
        "price_sale": "5060,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357865_novotech",
        "sale": "1",
        "price": "7968,00",
        "price_sale": "2860,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357866_novotech",
        "sale": "1",
        "price": "13716,00",
        "price_sale": "4840,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357867_novotech",
        "sale": "1",
        "price": "8412,00",
        "price_sale": "3080,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357868_novotech",
        "sale": "1",
        "price": "7010,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357869_novotech",
        "sale": "1",
        "price": "15048,00",
        "price_sale": "5280,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357871_novotech",
        "sale": "1",
        "price": "10800,00",
        "price_sale": "3960,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357872_novotech",
        "sale": "1",
        "price": "10644,00",
        "price_sale": "3740,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357873_novotech",
        "sale": "1",
        "price": "9432,00",
        "price_sale": "3080,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357874_novotech",
        "sale": "1",
        "price": "23580,00",
        "price_sale": "8360,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357875_novotech",
        "sale": "1",
        "price": "10524,00",
        "price_sale": "3740,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357876_novotech",
        "sale": "1",
        "price": "10150,00",
        "price_sale": "3200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357877_novotech",
        "sale": "0",
        "price": "9460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357878_novotech",
        "sale": "1",
        "price": "21636,00",
        "price_sale": "7700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357879_novotech",
        "sale": "1",
        "price": "9988,00",
        "price_sale": "2500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357880_novotech",
        "sale": "0",
        "price": "7290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357881_novotech",
        "sale": "0",
        "price": "10310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357882_novotech",
        "sale": "1",
        "price": "9338,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370404_novotech",
        "sale": "0",
        "price": "2140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370405_novotech",
        "sale": "0",
        "price": "2140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370406_novotech",
        "sale": "0",
        "price": "2360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370407_novotech",
        "sale": "0",
        "price": "3030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357438_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357201_novotech",
        "sale": "0",
        "price": "630,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358633_novotech",
        "sale": "0",
        "price": "6390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370904_novotech",
        "sale": "0",
        "price": "1990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370245_novotech",
        "sale": "1",
        "price": "300,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358031_novotech",
        "sale": "0",
        "price": "1780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357883_novotech",
        "sale": "1",
        "price": "4500,00",
        "price_sale": "2700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357884_novotech",
        "sale": "1",
        "price": "890,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357885_novotech",
        "sale": "0",
        "price": "2610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357886_novotech",
        "sale": "0",
        "price": "2610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357887_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357888_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357889_novotech",
        "sale": "0",
        "price": "2780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357890_novotech",
        "sale": "0",
        "price": "2780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357891_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357892_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357893_novotech",
        "sale": "0",
        "price": "2710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357894_novotech",
        "sale": "0",
        "price": "2710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357895_novotech",
        "sale": "1",
        "price": "3660,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357896_novotech",
        "sale": "1",
        "price": "3660,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357897_novotech",
        "sale": "1",
        "price": "3850,00",
        "price_sale": "1600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357898_novotech",
        "sale": "1",
        "price": "3850,00",
        "price_sale": "1600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357899_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357900_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357901_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357902_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357903_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357904_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357905_novotech",
        "sale": "0",
        "price": "2330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357906_novotech",
        "sale": "1",
        "price": "2710,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357907_novotech",
        "sale": "0",
        "price": "1730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357908_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357909_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357910_novotech",
        "sale": "1",
        "price": "1870,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357925_novotech",
        "sale": "1",
        "price": "7430,00",
        "price_sale": "3400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357926_novotech",
        "sale": "1",
        "price": "11640,00",
        "price_sale": "5400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357927_novotech",
        "sale": "1",
        "price": "6090,00",
        "price_sale": "3700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357928_novotech",
        "sale": "1",
        "price": "9500,00",
        "price_sale": "4400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357929_novotech",
        "sale": "1",
        "price": "12200,00",
        "price_sale": "5600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357930_novotech",
        "sale": "1",
        "price": "8080,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357931_novotech",
        "sale": "1",
        "price": "12150,00",
        "price_sale": "5600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357955_novotech",
        "sale": "0",
        "price": "3470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357956_novotech",
        "sale": "0",
        "price": "4130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357957_novotech",
        "sale": "0",
        "price": "5210,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357958_novotech",
        "sale": "0",
        "price": "6200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357959_novotech",
        "sale": "0",
        "price": "3970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357960_novotech",
        "sale": "0",
        "price": "4800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357961_novotech",
        "sale": "0",
        "price": "6040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357962_novotech",
        "sale": "0",
        "price": "7030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357963_novotech",
        "sale": "0",
        "price": "1600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357964_novotech",
        "sale": "1",
        "price": "1110,00",
        "price_sale": "560,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357965_novotech",
        "sale": "0",
        "price": "1110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357966_novotech",
        "sale": "1",
        "price": "6800,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357967_novotech",
        "sale": "0",
        "price": "7620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357988_novotech",
        "sale": "1",
        "price": "7000,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357989_novotech",
        "sale": "1",
        "price": "7000,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357990_novotech",
        "sale": "0",
        "price": "2800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357991_novotech",
        "sale": "0",
        "price": "2780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357992_novotech",
        "sale": "0",
        "price": "810,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357993_novotech",
        "sale": "0",
        "price": "810,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357994_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357995_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357996_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357997_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357998_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357999_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358000_novotech",
        "sale": "0",
        "price": "2510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358001_novotech",
        "sale": "0",
        "price": "3740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358006_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358007_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358014_novotech",
        "sale": "0",
        "price": "1990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358015_novotech",
        "sale": "0",
        "price": "1990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358016_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358017_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358024_novotech",
        "sale": "0",
        "price": "2260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358025_novotech",
        "sale": "0",
        "price": "3540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358026_novotech",
        "sale": "0",
        "price": "4910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358027_novotech",
        "sale": "0",
        "price": "6350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358028_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358029_novotech",
        "sale": "0",
        "price": "1020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358030_novotech",
        "sale": "0",
        "price": "1430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358032_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358033_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358034_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358035_novotech",
        "sale": "0",
        "price": "2930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358036_novotech",
        "sale": "0",
        "price": "8040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358037_novotech",
        "sale": "0",
        "price": "6780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358051_novotech",
        "sale": "1",
        "price": "23340,00",
        "price_sale": "7000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358052_novotech",
        "sale": "1",
        "price": "11440,00",
        "price_sale": "3600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358053_novotech",
        "sale": "1",
        "price": "13210,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358054_novotech",
        "sale": "1",
        "price": "18860,00",
        "price_sale": "6000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358055_novotech",
        "sale": "1",
        "price": "21080,00",
        "price_sale": "7000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370408_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370409_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370410_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370411_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370412_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370413_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370414_novotech",
        "sale": "0",
        "price": "1650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370415_novotech",
        "sale": "0",
        "price": "1650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370416_novotech",
        "sale": "0",
        "price": "1470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370417_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370418_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370419_novotech",
        "sale": "0",
        "price": "1920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370420_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370421_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370422_novotech",
        "sale": "0",
        "price": "2180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370423_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370424_novotech",
        "sale": "0",
        "price": "2140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370425_novotech",
        "sale": "0",
        "price": "2260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370426_novotech",
        "sale": "0",
        "price": "2560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370427_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370428_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370429_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370430_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370431_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370432_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370433_novotech",
        "sale": "0",
        "price": "860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370434_novotech",
        "sale": "0",
        "price": "860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370435_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370436_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370437_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370438_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370439_novotech",
        "sale": "0",
        "price": "2120,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370440_novotech",
        "sale": "0",
        "price": "1430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370441_novotech",
        "sale": "0",
        "price": "1270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370442_novotech",
        "sale": "0",
        "price": "1270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370443_novotech",
        "sale": "0",
        "price": "1270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370444_novotech",
        "sale": "0",
        "price": "1240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370445_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370446_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370447_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370448_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370449_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370450_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370451_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370452_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370453_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370454_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370455_novotech",
        "sale": "0",
        "price": "740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370456_novotech",
        "sale": "0",
        "price": "740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370463_novotech",
        "sale": "0",
        "price": "3410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370464_novotech",
        "sale": "0",
        "price": "3410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370465_novotech",
        "sale": "0",
        "price": "1470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370466_novotech",
        "sale": "0",
        "price": "1470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370467_novotech",
        "sale": "0",
        "price": "970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370468_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370469_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370470_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370471_novotech",
        "sale": "0",
        "price": "970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370472_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370473_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370474_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370475_novotech",
        "sale": "0",
        "price": "890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370476_novotech",
        "sale": "0",
        "price": "930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370477_novotech",
        "sale": "0",
        "price": "970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370478_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370479_novotech",
        "sale": "0",
        "price": "890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370480_novotech",
        "sale": "0",
        "price": "930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370481_novotech",
        "sale": "0",
        "price": "970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370482_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370483_novotech",
        "sale": "0",
        "price": "890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370484_novotech",
        "sale": "0",
        "price": "930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370485_novotech",
        "sale": "0",
        "price": "970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370486_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370487_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370488_novotech",
        "sale": "1",
        "price": "1010,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370489_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370490_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370491_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370492_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370493_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370494_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370495_novotech",
        "sale": "0",
        "price": "3460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370496_novotech",
        "sale": "0",
        "price": "6220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370497_novotech",
        "sale": "0",
        "price": "3320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370498_novotech",
        "sale": "1",
        "price": "4970,00",
        "price_sale": "3200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370499_novotech",
        "sale": "0",
        "price": "1180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370545_novotech",
        "sale": "0",
        "price": "2420,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370546_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370547_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370548_novotech",
        "sale": "0",
        "price": "2080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370549_novotech",
        "sale": "0",
        "price": "4280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370551_novotech",
        "sale": "1",
        "price": "2260,00",
        "price_sale": "1500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370552_novotech",
        "sale": "0",
        "price": "2310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370553_novotech",
        "sale": "0",
        "price": "2490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370554_novotech",
        "sale": "0",
        "price": "4930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370555_novotech",
        "sale": "0",
        "price": "7600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370556_novotech",
        "sale": "1",
        "price": "7620,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370559_novotech",
        "sale": "1",
        "price": "2472,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370560_novotech",
        "sale": "1",
        "price": "4848,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370561_novotech",
        "sale": "1",
        "price": "6990,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370562_novotech",
        "sale": "0",
        "price": "4100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370589_novotech",
        "sale": "0",
        "price": "3790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370590_novotech",
        "sale": "0",
        "price": "3320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370591_novotech",
        "sale": "0",
        "price": "4260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370592_novotech",
        "sale": "0",
        "price": "3900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370593_novotech",
        "sale": "0",
        "price": "4460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370594_novotech",
        "sale": "0",
        "price": "3790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370595_novotech",
        "sale": "0",
        "price": "3320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370596_novotech",
        "sale": "0",
        "price": "4260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370597_novotech",
        "sale": "0",
        "price": "3900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370598_novotech",
        "sale": "0",
        "price": "4460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357428_novotech",
        "sale": "0",
        "price": "660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357870_novotech",
        "sale": "1",
        "price": "14738,00",
        "price_sale": "4400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357932_novotech",
        "sale": "1",
        "price": "11440,00",
        "price_sale": "5400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357933_novotech",
        "sale": "1",
        "price": "15000,00",
        "price_sale": "7500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357934_novotech",
        "sale": "1",
        "price": "14250,00",
        "price_sale": "3000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357935_novotech",
        "sale": "1",
        "price": "17626,00",
        "price_sale": "5900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357936_novotech",
        "sale": "1",
        "price": "20780,00",
        "price_sale": "9000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357937_novotech",
        "sale": "0",
        "price": "41250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357939_novotech",
        "sale": "0",
        "price": "3300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357940_novotech",
        "sale": "0",
        "price": "4600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357941_novotech",
        "sale": "1",
        "price": "6600,00",
        "price_sale": "3040,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357942_novotech",
        "sale": "1",
        "price": "8470,00",
        "price_sale": "3400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357943_novotech",
        "sale": "1",
        "price": "7080,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357944_novotech",
        "sale": "1",
        "price": "7080,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357945_novotech",
        "sale": "1",
        "price": "7230,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357946_novotech",
        "sale": "1",
        "price": "10546,00",
        "price_sale": "3200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357947_novotech",
        "sale": "0",
        "price": "7516,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357948_novotech",
        "sale": "1",
        "price": "8970,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357949_novotech",
        "sale": "1",
        "price": "9406,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357950_novotech",
        "sale": "1",
        "price": "12406,00",
        "price_sale": "3600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357951_novotech",
        "sale": "1",
        "price": "12660,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357952_novotech",
        "sale": "1",
        "price": "13336,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357953_novotech",
        "sale": "1",
        "price": "14370,00",
        "price_sale": "4200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357954_novotech",
        "sale": "1",
        "price": "15090,00",
        "price_sale": "4600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357968_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357969_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357970_novotech",
        "sale": "0",
        "price": "4830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357971_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357972_novotech",
        "sale": "1",
        "price": "12286,00",
        "price_sale": "3600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357973_novotech",
        "sale": "1",
        "price": "12286,00",
        "price_sale": "4100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357974_novotech",
        "sale": "1",
        "price": "13546,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357975_novotech",
        "sale": "0",
        "price": "13546,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357976_novotech",
        "sale": "1",
        "price": "13546,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357977_novotech",
        "sale": "1",
        "price": "13546,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357978_novotech",
        "sale": "1",
        "price": "6106,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357979_novotech",
        "sale": "1",
        "price": "6106,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357980_novotech",
        "sale": "1",
        "price": "6106,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357981_novotech",
        "sale": "1",
        "price": "6106,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357982_novotech",
        "sale": "0",
        "price": "4530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357983_novotech",
        "sale": "0",
        "price": "4530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357984_novotech",
        "sale": "0",
        "price": "5370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357985_novotech",
        "sale": "0",
        "price": "5370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357986_novotech",
        "sale": "0",
        "price": "5680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357987_novotech",
        "sale": "0",
        "price": "5680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358002_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358003_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358004_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358005_novotech",
        "sale": "0",
        "price": "7890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358011_novotech",
        "sale": "0",
        "price": "4970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358012_novotech",
        "sale": "0",
        "price": "4970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358013_novotech",
        "sale": "0",
        "price": "4970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358018_novotech",
        "sale": "1",
        "price": "3710,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358019_novotech",
        "sale": "0",
        "price": "6230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358020_novotech",
        "sale": "0",
        "price": "3450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358021_novotech",
        "sale": "0",
        "price": "5750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358022_novotech",
        "sale": "0",
        "price": "5750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358023_novotech",
        "sale": "0",
        "price": "2710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358038_novotech",
        "sale": "0",
        "price": "12900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358039_novotech",
        "sale": "1",
        "price": "19020,00",
        "price_sale": "9520,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358040_novotech",
        "sale": "1",
        "price": "4300,00",
        "price_sale": "3200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358042_novotech",
        "sale": "1",
        "price": "3500,00",
        "price_sale": "1760,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358043_novotech",
        "sale": "0",
        "price": "13090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358044_novotech",
        "sale": "1",
        "price": "14940,00",
        "price_sale": "5600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358045_novotech",
        "sale": "1",
        "price": "18370,00",
        "price_sale": "7000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358046_novotech",
        "sale": "0",
        "price": "10000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358047_novotech",
        "sale": "0",
        "price": "4000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358048_novotech",
        "sale": "0",
        "price": "9800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358049_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358050_novotech",
        "sale": "0",
        "price": "18348,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358056_novotech",
        "sale": "0",
        "price": "7100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358057_novotech",
        "sale": "0",
        "price": "8050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358058_novotech",
        "sale": "0",
        "price": "10890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358059_novotech",
        "sale": "1",
        "price": "14570,00",
        "price_sale": "5800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358060_novotech",
        "sale": "1",
        "price": "14570,00",
        "price_sale": "5800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358068_novotech",
        "sale": "0",
        "price": "5400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358069_novotech",
        "sale": "1",
        "price": "12960,00",
        "price_sale": "3000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358070_novotech",
        "sale": "0",
        "price": "2950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358071_novotech",
        "sale": "0",
        "price": "6590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358072_novotech",
        "sale": "0",
        "price": "9140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358073_novotech",
        "sale": "1",
        "price": "6810,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358074_novotech",
        "sale": "1",
        "price": "16396,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358075_novotech",
        "sale": "1",
        "price": "26566,00",
        "price_sale": "4600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358076_novotech",
        "sale": "0",
        "price": "3820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358077_novotech",
        "sale": "0",
        "price": "9680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358081_novotech",
        "sale": "0",
        "price": "5410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358082_novotech",
        "sale": "0",
        "price": "5410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358083_novotech",
        "sale": "0",
        "price": "10560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358084_novotech",
        "sale": "0",
        "price": "4970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358085_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358086_novotech",
        "sale": "0",
        "price": "6200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358087_novotech",
        "sale": "1",
        "price": "7910,00",
        "price_sale": "4700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358088_novotech",
        "sale": "0",
        "price": "6660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358089_novotech",
        "sale": "0",
        "price": "8760,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370500_novotech",
        "sale": "0",
        "price": "1180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370505_novotech",
        "sale": "0",
        "price": "1790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370506_novotech",
        "sale": "0",
        "price": "1600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370509_novotech",
        "sale": "0",
        "price": "4350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370510_novotech",
        "sale": "1",
        "price": "4350,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370515_novotech",
        "sale": "1",
        "price": "4140,00",
        "price_sale": "2700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370516_novotech",
        "sale": "1",
        "price": "3320,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370529_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370530_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370531_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370532_novotech",
        "sale": "0",
        "price": "1650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370533_novotech",
        "sale": "0",
        "price": "1650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370534_novotech",
        "sale": "0",
        "price": "1900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370550_novotech",
        "sale": "1",
        "price": "2920,00",
        "price_sale": "1900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370557_novotech",
        "sale": "1",
        "price": "15440,00",
        "price_sale": "6180,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370558_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370563_novotech",
        "sale": "0",
        "price": "1710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370564_novotech",
        "sale": "0",
        "price": "3370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370565_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370566_novotech",
        "sale": "1",
        "price": "1010,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370567_novotech",
        "sale": "1",
        "price": "1570,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370572_novotech",
        "sale": "0",
        "price": "3920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370573_novotech",
        "sale": "0",
        "price": "3920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370574_novotech",
        "sale": "0",
        "price": "3870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370575_novotech",
        "sale": "0",
        "price": "3870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370576_novotech",
        "sale": "1",
        "price": "6880,00",
        "price_sale": "3400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370577_novotech",
        "sale": "1",
        "price": "6880,00",
        "price_sale": "3400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370578_novotech",
        "sale": "0",
        "price": "1440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370579_novotech",
        "sale": "0",
        "price": "3090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370580_novotech",
        "sale": "0",
        "price": "4950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370581_novotech",
        "sale": "0",
        "price": "5140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370582_novotech",
        "sale": "0",
        "price": "6140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370583_novotech",
        "sale": "0",
        "price": "1370,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370584_novotech",
        "sale": "0",
        "price": "2710,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370585_novotech",
        "sale": "0",
        "price": "8040,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370586_novotech",
        "sale": "0",
        "price": "4260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370587_novotech",
        "sale": "0",
        "price": "4260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370588_novotech",
        "sale": "0",
        "price": "4260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370599_novotech",
        "sale": "0",
        "price": "1930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370600_novotech",
        "sale": "0",
        "price": "1930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370601_novotech",
        "sale": "0",
        "price": "6870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370602_novotech",
        "sale": "0",
        "price": "8380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357526_novotech",
        "sale": "1",
        "price": "2028,00",
        "price_sale": "880,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358827_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358443_novotech",
        "sale": "0",
        "price": "4290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370569_novotech",
        "sale": "1",
        "price": "340,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369889_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357357_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370704_novotech",
        "sale": "0",
        "price": "440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358092_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358093_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358094_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358095_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358096_novotech",
        "sale": "1",
        "price": "4120,00",
        "price_sale": "2500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358097_novotech",
        "sale": "1",
        "price": "6520,00",
        "price_sale": "3900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358098_novotech",
        "sale": "1",
        "price": "8690,00",
        "price_sale": "5200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358099_novotech",
        "sale": "1",
        "price": "4280,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358100_novotech",
        "sale": "1",
        "price": "6520,00",
        "price_sale": "3900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358101_novotech",
        "sale": "1",
        "price": "5210,00",
        "price_sale": "3100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358102_novotech",
        "sale": "1",
        "price": "9560,00",
        "price_sale": "5700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358104_novotech",
        "sale": "1",
        "price": "4120,00",
        "price_sale": "2500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358105_novotech",
        "sale": "1",
        "price": "5870,00",
        "price_sale": "3500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358106_novotech",
        "sale": "1",
        "price": "7400,00",
        "price_sale": "4400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358107_novotech",
        "sale": "0",
        "price": "1250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358108_novotech",
        "sale": "0",
        "price": "1570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358109_novotech",
        "sale": "0",
        "price": "2090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358110_novotech",
        "sale": "0",
        "price": "1250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358111_novotech",
        "sale": "0",
        "price": "1570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358112_novotech",
        "sale": "0",
        "price": "2090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135032_novotech",
        "sale": "1",
        "price": "6200,00",
        "price_sale": "3700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135033_novotech",
        "sale": "1",
        "price": "3220,00",
        "price_sale": "1900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135034_novotech",
        "sale": "1",
        "price": "4000,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135035_novotech",
        "sale": "1",
        "price": "4510,00",
        "price_sale": "2700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358103_novotech",
        "sale": "1",
        "price": "9560,00",
        "price_sale": "5700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357726_novotech",
        "sale": "0",
        "price": "730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370280_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357531_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357383_novotech",
        "sale": "1",
        "price": "1100,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370535_novotech",
        "sale": "0",
        "price": "380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370225_novotech",
        "sale": "1",
        "price": "1490,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370219_novotech",
        "sale": "1",
        "price": "1780,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357379_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358726_novotech",
        "sale": "1",
        "price": "3690,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370312_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358113_novotech",
        "sale": "0",
        "price": "10270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358114_novotech",
        "sale": "0",
        "price": "18020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358115_novotech",
        "sale": "0",
        "price": "15390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358116_novotech",
        "sale": "0",
        "price": "22730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358117_novotech",
        "sale": "0",
        "price": "20080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358118_novotech",
        "sale": "0",
        "price": "10890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358119_novotech",
        "sale": "1",
        "price": "13710,00",
        "price_sale": "8200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358120_novotech",
        "sale": "1",
        "price": "17730,00",
        "price_sale": "10600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358121_novotech",
        "sale": "1",
        "price": "27270,00",
        "price_sale": "16400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358122_novotech",
        "sale": "1",
        "price": "13140,00",
        "price_sale": "7900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358123_novotech",
        "sale": "1",
        "price": "9090,00",
        "price_sale": "5500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358124_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358125_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358126_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358127_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358128_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358129_novotech",
        "sale": "0",
        "price": "2590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358130_novotech",
        "sale": "0",
        "price": "2590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358131_novotech",
        "sale": "0",
        "price": "3040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358132_novotech",
        "sale": "0",
        "price": "3040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358133_novotech",
        "sale": "1",
        "price": "3850,00",
        "price_sale": "2300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358134_novotech",
        "sale": "0",
        "price": "3850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358136_novotech",
        "sale": "0",
        "price": "890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358137_novotech",
        "sale": "0",
        "price": "880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358138_novotech",
        "sale": "1",
        "price": "1260,00",
        "price_sale": "880,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358139_novotech",
        "sale": "0",
        "price": "1730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358140_novotech",
        "sale": "0",
        "price": "2960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358153_novotech",
        "sale": "0",
        "price": "4060,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358154_novotech",
        "sale": "0",
        "price": "4060,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358155_novotech",
        "sale": "1",
        "price": "8250,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358156_novotech",
        "sale": "1",
        "price": "7500,00",
        "price_sale": "4500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358157_novotech",
        "sale": "1",
        "price": "8510,00",
        "price_sale": "5100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358158_novotech",
        "sale": "1",
        "price": "7670,00",
        "price_sale": "4600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358159_novotech",
        "sale": "0",
        "price": "12790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370603_novotech",
        "sale": "0",
        "price": "11600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370604_novotech",
        "sale": "0",
        "price": "14410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370621_novotech",
        "sale": "0",
        "price": "2860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370622_novotech",
        "sale": "0",
        "price": "2860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370635_novotech",
        "sale": "1",
        "price": "2250,00",
        "price_sale": "1100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370636_novotech",
        "sale": "0",
        "price": "2450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370637_novotech",
        "sale": "0",
        "price": "2250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369959_novotech",
        "sale": "0",
        "price": "1360,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370458_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370457_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370459_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370460_novotech",
        "sale": "1",
        "price": "560,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358144_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358150_novotech",
        "sale": "0",
        "price": "1920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358152_novotech",
        "sale": "0",
        "price": "2400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358145_novotech",
        "sale": "0",
        "price": "2460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135037_novotech",
        "sale": "0",
        "price": "2580,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135039_novotech",
        "sale": "0",
        "price": "5090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135055_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135057_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135059_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135061_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358174_novotech",
        "sale": "1",
        "price": "7810,00",
        "price_sale": "3200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370514_novotech",
        "sale": "1",
        "price": "1450,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135036_novotech",
        "sale": "0",
        "price": "2580,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135038_novotech",
        "sale": "0",
        "price": "5090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135040_novotech",
        "sale": "0",
        "price": "7600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135041_novotech",
        "sale": "0",
        "price": "7600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135042_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135043_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135044_novotech",
        "sale": "0",
        "price": "60,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135045_novotech",
        "sale": "0",
        "price": "60,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135046_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135047_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135048_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135049_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135050_novotech",
        "sale": "0",
        "price": "830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135051_novotech",
        "sale": "0",
        "price": "830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135052_novotech",
        "sale": "0",
        "price": "1700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135053_novotech",
        "sale": "0",
        "price": "1700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135054_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135056_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135058_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135060_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135062_novotech",
        "sale": "0",
        "price": "850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135063_novotech",
        "sale": "0",
        "price": "850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135064_novotech",
        "sale": "0",
        "price": "850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135065_novotech",
        "sale": "0",
        "price": "850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135066_novotech",
        "sale": "0",
        "price": "1590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135067_novotech",
        "sale": "0",
        "price": "1590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135068_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135069_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135070_novotech",
        "sale": "0",
        "price": "570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135071_novotech",
        "sale": "0",
        "price": "570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135072_novotech",
        "sale": "0",
        "price": "810,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135073_novotech",
        "sale": "0",
        "price": "810,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135077_novotech",
        "sale": "0",
        "price": "2300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135078_novotech",
        "sale": "0",
        "price": "2300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135079_novotech",
        "sale": "1",
        "price": "2170,00",
        "price_sale": "1300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135080_novotech",
        "sale": "1",
        "price": "3800,00",
        "price_sale": "2300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135081_novotech",
        "sale": "1",
        "price": "680,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135082_novotech",
        "sale": "1",
        "price": "570,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135083_novotech",
        "sale": "1",
        "price": "680,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135084_novotech",
        "sale": "1",
        "price": "970,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135085_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135086_novotech",
        "sale": "1",
        "price": "350,00",
        "price_sale": "200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135087_novotech",
        "sale": "1",
        "price": "110,00",
        "price_sale": "100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135088_novotech",
        "sale": "1",
        "price": "970,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135089_novotech",
        "sale": "1",
        "price": "1030,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358090_novotech",
        "sale": "1",
        "price": "5010,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358091_novotech",
        "sale": "1",
        "price": "6670,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358135_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358141_novotech",
        "sale": "0",
        "price": "1240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358142_novotech",
        "sale": "0",
        "price": "1240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358143_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358146_novotech",
        "sale": "0",
        "price": "2460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358147_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358148_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358149_novotech",
        "sale": "0",
        "price": "1920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358151_novotech",
        "sale": "0",
        "price": "2400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358160_novotech",
        "sale": "0",
        "price": "18380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358161_novotech",
        "sale": "0",
        "price": "18380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358166_novotech",
        "sale": "1",
        "price": "14280,00",
        "price_sale": "8600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358167_novotech",
        "sale": "1",
        "price": "14280,00",
        "price_sale": "8600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358168_novotech",
        "sale": "1",
        "price": "14220,00",
        "price_sale": "4700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358169_novotech",
        "sale": "1",
        "price": "14220,00",
        "price_sale": "4700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358170_novotech",
        "sale": "1",
        "price": "18586,00",
        "price_sale": "6200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358171_novotech",
        "sale": "1",
        "price": "18586,00",
        "price_sale": "6200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358172_novotech",
        "sale": "1",
        "price": "8920,00",
        "price_sale": "5400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358173_novotech",
        "sale": "1",
        "price": "8810,00",
        "price_sale": "3600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358175_novotech",
        "sale": "1",
        "price": "10420,00",
        "price_sale": "4200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358176_novotech",
        "sale": "1",
        "price": "10270,00",
        "price_sale": "4200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358177_novotech",
        "sale": "0",
        "price": "10360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358178_novotech",
        "sale": "1",
        "price": "8310,00",
        "price_sale": "3400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358179_novotech",
        "sale": "1",
        "price": "9920,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358180_novotech",
        "sale": "0",
        "price": "1370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358181_novotech",
        "sale": "0",
        "price": "1560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358182_novotech",
        "sale": "0",
        "price": "830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358183_novotech",
        "sale": "0",
        "price": "1070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358184_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358185_novotech",
        "sale": "1",
        "price": "4010,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358186_novotech",
        "sale": "1",
        "price": "4010,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358187_novotech",
        "sale": "1",
        "price": "4610,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358188_novotech",
        "sale": "1",
        "price": "4610,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358189_novotech",
        "sale": "0",
        "price": "1130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358190_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358191_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358192_novotech",
        "sale": "0",
        "price": "1220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358193_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358194_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358195_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358196_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358197_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358198_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358199_novotech",
        "sale": "1",
        "price": "13340,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358200_novotech",
        "sale": "1",
        "price": "6270,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358201_novotech",
        "sale": "1",
        "price": "10030,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358202_novotech",
        "sale": "0",
        "price": "2510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358203_novotech",
        "sale": "0",
        "price": "4200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358204_novotech",
        "sale": "0",
        "price": "5920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358205_novotech",
        "sale": "0",
        "price": "2740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358206_novotech",
        "sale": "0",
        "price": "2130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358207_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358208_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358209_novotech",
        "sale": "0",
        "price": "1630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358210_novotech",
        "sale": "0",
        "price": "1850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358211_novotech",
        "sale": "0",
        "price": "1120,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358212_novotech",
        "sale": "0",
        "price": "740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358213_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358214_novotech",
        "sale": "0",
        "price": "630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358215_novotech",
        "sale": "0",
        "price": "380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358216_novotech",
        "sale": "0",
        "price": "430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358217_novotech",
        "sale": "0",
        "price": "380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358218_novotech",
        "sale": "0",
        "price": "380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358219_novotech",
        "sale": "0",
        "price": "490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358220_novotech",
        "sale": "0",
        "price": "490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358221_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358222_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358223_novotech",
        "sale": "0",
        "price": "820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358224_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358225_novotech",
        "sale": "0",
        "price": "2290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358226_novotech",
        "sale": "0",
        "price": "2290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358227_novotech",
        "sale": "0",
        "price": "2640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358228_novotech",
        "sale": "0",
        "price": "2640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358229_novotech",
        "sale": "0",
        "price": "1970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358230_novotech",
        "sale": "0",
        "price": "1970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358231_novotech",
        "sale": "0",
        "price": "2980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358232_novotech",
        "sale": "0",
        "price": "2530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358233_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358234_novotech",
        "sale": "1",
        "price": "6676,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358235_novotech",
        "sale": "1",
        "price": "11296,00",
        "price_sale": "3000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358236_novotech",
        "sale": "1",
        "price": "15436,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358237_novotech",
        "sale": "0",
        "price": "680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358238_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358239_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358240_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358241_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358242_novotech",
        "sale": "0",
        "price": "5640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358243_novotech",
        "sale": "1",
        "price": "830,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358244_novotech",
        "sale": "1",
        "price": "830,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358245_novotech",
        "sale": "1",
        "price": "1230,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358246_novotech",
        "sale": "1",
        "price": "1230,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358247_novotech",
        "sale": "1",
        "price": "1430,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358248_novotech",
        "sale": "1",
        "price": "1570,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358249_novotech",
        "sale": "1",
        "price": "440,00",
        "price_sale": "200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358250_novotech",
        "sale": "1",
        "price": "870,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358251_novotech",
        "sale": "1",
        "price": "1310,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358252_novotech",
        "sale": "1",
        "price": "1680,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358253_novotech",
        "sale": "0",
        "price": "3680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358254_novotech",
        "sale": "0",
        "price": "3680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358255_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358256_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358257_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358258_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358259_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358260_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358261_novotech",
        "sale": "0",
        "price": "3010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358262_novotech",
        "sale": "0",
        "price": "3420,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358263_novotech",
        "sale": "0",
        "price": "3420,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358264_novotech",
        "sale": "1",
        "price": "24960,00",
        "price_sale": "9980,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358265_novotech",
        "sale": "1",
        "price": "14570,00",
        "price_sale": "5840,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358266_novotech",
        "sale": "0",
        "price": "2930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370605_novotech",
        "sale": "1",
        "price": "1450,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370606_novotech",
        "sale": "1",
        "price": "1450,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370607_novotech",
        "sale": "1",
        "price": "1510,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370608_novotech",
        "sale": "1",
        "price": "1510,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370609_novotech",
        "sale": "1",
        "price": "830,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370610_novotech",
        "sale": "1",
        "price": "830,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370611_novotech",
        "sale": "1",
        "price": "830,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370612_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370613_novotech",
        "sale": "1",
        "price": "830,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370614_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370615_novotech",
        "sale": "1",
        "price": "1180,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370616_novotech",
        "sale": "1",
        "price": "1180,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370617_novotech",
        "sale": "1",
        "price": "1290,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370618_novotech",
        "sale": "1",
        "price": "1290,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370619_novotech",
        "sale": "1",
        "price": "810,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370620_novotech",
        "sale": "1",
        "price": "810,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370623_novotech",
        "sale": "1",
        "price": "1210,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370624_novotech",
        "sale": "1",
        "price": "1210,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370625_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370626_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370627_novotech",
        "sale": "1",
        "price": "1210,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370628_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370629_novotech",
        "sale": "1",
        "price": "1210,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370630_novotech",
        "sale": "1",
        "price": "1210,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370631_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370632_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370633_novotech",
        "sale": "1",
        "price": "1210,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370634_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370638_novotech",
        "sale": "0",
        "price": "3170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370639_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370640_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370641_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370642_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370643_novotech",
        "sale": "1",
        "price": "1560,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358267_novotech",
        "sale": "0",
        "price": "720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358268_novotech",
        "sale": "1",
        "price": "1010,00",
        "price_sale": "520,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358269_novotech",
        "sale": "1",
        "price": "1250,00",
        "price_sale": "640,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358270_novotech",
        "sale": "0",
        "price": "1640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358271_novotech",
        "sale": "0",
        "price": "720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358272_novotech",
        "sale": "1",
        "price": "1010,00",
        "price_sale": "520,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358273_novotech",
        "sale": "0",
        "price": "1250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358274_novotech",
        "sale": "0",
        "price": "1640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358275_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358276_novotech",
        "sale": "0",
        "price": "1970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358277_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358278_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358279_novotech",
        "sale": "0",
        "price": "1430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358280_novotech",
        "sale": "0",
        "price": "1920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358281_novotech",
        "sale": "0",
        "price": "2740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358282_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358283_novotech",
        "sale": "1",
        "price": "1390,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358284_novotech",
        "sale": "1",
        "price": "2070,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358285_novotech",
        "sale": "1",
        "price": "3040,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358286_novotech",
        "sale": "0",
        "price": "10890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358287_novotech",
        "sale": "0",
        "price": "10890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358288_novotech",
        "sale": "0",
        "price": "10990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358289_novotech",
        "sale": "0",
        "price": "9850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358290_novotech",
        "sale": "0",
        "price": "9990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358291_novotech",
        "sale": "1",
        "price": "6310,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358292_novotech",
        "sale": "1",
        "price": "6030,00",
        "price_sale": "3600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358293_novotech",
        "sale": "1",
        "price": "6030,00",
        "price_sale": "3600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358294_novotech",
        "sale": "0",
        "price": "1740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358295_novotech",
        "sale": "0",
        "price": "1740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370644_novotech",
        "sale": "1",
        "price": "6870,00",
        "price_sale": "4500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370645_novotech",
        "sale": "1",
        "price": "11670,00",
        "price_sale": "7600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370646_novotech",
        "sale": "0",
        "price": "2070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370647_novotech",
        "sale": "0",
        "price": "2070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370648_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370649_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370650_novotech",
        "sale": "0",
        "price": "1450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370651_novotech",
        "sale": "0",
        "price": "3250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370652_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135024_novotech",
        "sale": "0",
        "price": "4800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135025_novotech",
        "sale": "0",
        "price": "9340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135030_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135027_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135026_novotech",
        "sale": "0",
        "price": "743,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135031_novotech",
        "sale": "0",
        "price": "2330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358335_novotech",
        "sale": "1",
        "price": "15780,00",
        "price_sale": "5300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370193_novotech",
        "sale": "0",
        "price": "1770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135023_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369531_novotech",
        "sale": "0",
        "price": "494,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358412_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369109_novotech",
        "sale": "1",
        "price": "740,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358874_novotech",
        "sale": "0",
        "price": "8570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370234_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369492_novotech",
        "sale": "0",
        "price": "832,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358709_novotech",
        "sale": "1",
        "price": "3150,00",
        "price_sale": "1900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369791_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369278_novotech",
        "sale": "1",
        "price": "420,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370795_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370759_novotech",
        "sale": "1",
        "price": "1430,00",
        "price_sale": "1040,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135096_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369700_novotech",
        "sale": "0",
        "price": "280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358655_novotech",
        "sale": "0",
        "price": "3860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369107_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357285_novotech",
        "sale": "1",
        "price": "3120,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369945_novotech",
        "sale": "0",
        "price": "1154,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358373_novotech",
        "sale": "0",
        "price": "4410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357572_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358739_novotech",
        "sale": "0",
        "price": "3410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370013_novotech",
        "sale": "0",
        "price": "3600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370119_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357496_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357200_novotech",
        "sale": "0",
        "price": "6260,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357433_novotech",
        "sale": "1",
        "price": "7640,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370768_novotech",
        "sale": "0",
        "price": "1870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357146_novotech",
        "sale": "0",
        "price": "261,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357441_novotech",
        "sale": "1",
        "price": "1470,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358526_novotech",
        "sale": "0",
        "price": "4610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357246_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370268_novotech",
        "sale": "0",
        "price": "610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358347_novotech",
        "sale": "0",
        "price": "8010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358469_novotech",
        "sale": "0",
        "price": "6930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369335_novotech",
        "sale": "0",
        "price": "2000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370748_novotech",
        "sale": "1",
        "price": "1350,00",
        "price_sale": "980,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358396_novotech",
        "sale": "1",
        "price": "4560,00",
        "price_sale": "2700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369519_novotech",
        "sale": "0",
        "price": "780,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370090_novotech",
        "sale": "0",
        "price": "1080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358825_novotech",
        "sale": "0",
        "price": "3010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370269_novotech",
        "sale": "1",
        "price": "732,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357172_novotech",
        "sale": "0",
        "price": "926,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369824_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358560_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358442_novotech",
        "sale": "0",
        "price": "12630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370804_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358458_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370346_novotech",
        "sale": "1",
        "price": "620,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358767_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369427_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358530_novotech",
        "sale": "0",
        "price": "5340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369505_novotech",
        "sale": "0",
        "price": "774,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369670_novotech",
        "sale": "0",
        "price": "841,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369660_novotech",
        "sale": "1",
        "price": "100,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358869_novotech",
        "sale": "0",
        "price": "7970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358441_novotech",
        "sale": "0",
        "price": "8650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370731_novotech",
        "sale": "0",
        "price": "1440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370035_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357159_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370805_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135021_novotech",
        "sale": "0",
        "price": "590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370892_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370866_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135102_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357367_novotech",
        "sale": "0",
        "price": "1000,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370288_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370088_novotech",
        "sale": "0",
        "price": "1080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358736_novotech",
        "sale": "1",
        "price": "5540,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370114_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370254_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370801_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358836_novotech",
        "sale": "0",
        "price": "6770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369105_novotech",
        "sale": "0",
        "price": "490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357191_novotech",
        "sale": "0",
        "price": "748,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370272_novotech",
        "sale": "1",
        "price": "470,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358740_novotech",
        "sale": "0",
        "price": "3410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370761_novotech",
        "sale": "1",
        "price": "2520,00",
        "price_sale": "1840,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370762_novotech",
        "sale": "1",
        "price": "2740,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370690_novotech",
        "sale": "1",
        "price": "1390,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358575_novotech",
        "sale": "0",
        "price": "2930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369598_novotech",
        "sale": "1",
        "price": "1224,00",
        "price_sale": "660,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358368_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370726_novotech",
        "sale": "0",
        "price": "1160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357466_novotech",
        "sale": "1",
        "price": "5870,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370828_novotech",
        "sale": "0",
        "price": "1920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369699_novotech",
        "sale": "0",
        "price": "202,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370007_novotech",
        "sale": "0",
        "price": "2500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370372_novotech",
        "sale": "0",
        "price": "200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370246_novotech",
        "sale": "1",
        "price": "538,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357479_novotech",
        "sale": "0",
        "price": "1316,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369740_novotech",
        "sale": "0",
        "price": "1442,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135100_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369611_novotech",
        "sale": "1",
        "price": "670,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370857_novotech",
        "sale": "0",
        "price": "1770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369596_novotech",
        "sale": "1",
        "price": "680,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370229_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358868_novotech",
        "sale": "0",
        "price": "5750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357145_novotech",
        "sale": "0",
        "price": "3700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369103_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370681_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357512_novotech",
        "sale": "1",
        "price": "5206,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369968_novotech",
        "sale": "1",
        "price": "1700,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358857_novotech",
        "sale": "0",
        "price": "3380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358401_novotech",
        "sale": "0",
        "price": "3830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370094_novotech",
        "sale": "1",
        "price": "2960,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357593_novotech",
        "sale": "0",
        "price": "190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369754_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357229_novotech",
        "sale": "0",
        "price": "5570,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358567_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370050_novotech",
        "sale": "1",
        "price": "5230,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357497_novotech",
        "sale": "0",
        "price": "2070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357410_novotech",
        "sale": "0",
        "price": "3700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357442_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370373_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135004_novotech",
        "sale": "0",
        "price": "450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358588_novotech",
        "sale": "0",
        "price": "24430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369583_novotech",
        "sale": "0",
        "price": "680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357337_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370105_novotech",
        "sale": "0",
        "price": "736,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135009_novotech",
        "sale": "0",
        "price": "450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369826_novotech",
        "sale": "0",
        "price": "594,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370029_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369759_novotech",
        "sale": "1",
        "price": "1160,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369778_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358313_novotech",
        "sale": "1",
        "price": "5870,00",
        "price_sale": "3500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370091_novotech",
        "sale": "0",
        "price": "1080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357203_novotech",
        "sale": "0",
        "price": "990,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358602_novotech",
        "sale": "1",
        "price": "2030,00",
        "price_sale": "1300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370112_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358314_novotech",
        "sale": "1",
        "price": "6260,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358797_novotech",
        "sale": "1",
        "price": "40230,00",
        "price_sale": "24100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370231_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370287_novotech",
        "sale": "1",
        "price": "640,00",
        "price_sale": "60,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370927_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358554_novotech",
        "sale": "0",
        "price": "7440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358842_novotech",
        "sale": "0",
        "price": "6690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369808_novotech",
        "sale": "1",
        "price": "1536,00",
        "price_sale": "792,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369730_novotech",
        "sale": "0",
        "price": "976,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358522_novotech",
        "sale": "0",
        "price": "6510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370793_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370123_novotech",
        "sale": "0",
        "price": "740,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370881_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357212_novotech",
        "sale": "0",
        "price": "952,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369564_novotech",
        "sale": "1",
        "price": "768,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370543_novotech",
        "sale": "0",
        "price": "410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370171_novotech",
        "sale": "1",
        "price": "2610,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370363_novotech",
        "sale": "0",
        "price": "1112,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370718_novotech",
        "sale": "0",
        "price": "1020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369753_novotech",
        "sale": "1",
        "price": "1120,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358812_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357387_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135132_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370701_novotech",
        "sale": "0",
        "price": "370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369973_novotech",
        "sale": "0",
        "price": "791,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369750_novotech",
        "sale": "0",
        "price": "258,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369680_novotech",
        "sale": "1",
        "price": "1180,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358679_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358769_novotech",
        "sale": "0",
        "price": "5640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358705_novotech",
        "sale": "1",
        "price": "3150,00",
        "price_sale": "1900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135028_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369630_novotech",
        "sale": "1",
        "price": "440,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358455_novotech",
        "sale": "0",
        "price": "3520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370343_novotech",
        "sale": "1",
        "price": "620,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357505_novotech",
        "sale": "1",
        "price": "3540,00",
        "price_sale": "1440,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370696_novotech",
        "sale": "0",
        "price": "1080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358838_novotech",
        "sale": "0",
        "price": "3530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370085_novotech",
        "sale": "0",
        "price": "232,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357336_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358374_novotech",
        "sale": "0",
        "price": "4410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369673_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370842_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369689_novotech",
        "sale": "0",
        "price": "588,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357431_novotech",
        "sale": "1",
        "price": "5500,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370079_novotech",
        "sale": "1",
        "price": "1700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370152_novotech",
        "sale": "1",
        "price": "1800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369435_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358592_novotech",
        "sale": "0",
        "price": "7440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358700_novotech",
        "sale": "0",
        "price": "3860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358752_novotech",
        "sale": "0",
        "price": "4440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357392_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370875_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357359_novotech",
        "sale": "1",
        "price": "2190,00",
        "price_sale": "1100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369858_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369766_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369281_novotech",
        "sale": "0",
        "price": "300,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358599_novotech",
        "sale": "0",
        "price": "4510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358742_novotech",
        "sale": "0",
        "price": "4310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357168_novotech",
        "sale": "0",
        "price": "749,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369953_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369928_novotech",
        "sale": "1",
        "price": "720,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358704_novotech",
        "sale": "0",
        "price": "4780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369108_novotech",
        "sale": "0",
        "price": "300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357568_novotech",
        "sale": "1",
        "price": "5808,00",
        "price_sale": "1650,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370830_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357166_novotech",
        "sale": "0",
        "price": "524,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357684_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135125_novotech",
        "sale": "0",
        "price": "3070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370278_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369501_novotech",
        "sale": "0",
        "price": "592,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358503_novotech",
        "sale": "0",
        "price": "3720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370882_novotech",
        "sale": "0",
        "price": "1410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135008_novotech",
        "sale": "0",
        "price": "450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357377_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370044_novotech",
        "sale": "1",
        "price": "2730,00",
        "price_sale": "1640,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357567_novotech",
        "sale": "1",
        "price": "6024,00",
        "price_sale": "1650,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370906_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369603_novotech",
        "sale": "1",
        "price": "680,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358461_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358755_novotech",
        "sale": "0",
        "price": "4590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358482_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369551_novotech",
        "sale": "0",
        "price": "508,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358585_novotech",
        "sale": "0",
        "price": "35610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357541_novotech",
        "sale": "1",
        "price": "15840,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370803_novotech",
        "sale": "0",
        "price": "830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370884_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370113_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370115_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370832_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370261_novotech",
        "sale": "1",
        "price": "550,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358549_novotech",
        "sale": "0",
        "price": "4390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369621_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369744_novotech",
        "sale": "1",
        "price": "1060,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357219_novotech",
        "sale": "0",
        "price": "3900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357436_novotech",
        "sale": "0",
        "price": "2830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370733_novotech",
        "sale": "0",
        "price": "1560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369897_novotech",
        "sale": "0",
        "price": "644,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369983_novotech",
        "sale": "0",
        "price": "3400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370539_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370863_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358710_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370527_novotech",
        "sale": "1",
        "price": "250,00",
        "price_sale": "100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357432_novotech",
        "sale": "1",
        "price": "7940,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357119_novotech",
        "sale": "0",
        "price": "1742,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135122_novotech",
        "sale": "0",
        "price": "2190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357921_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358644_novotech",
        "sale": "1",
        "price": "10900,00",
        "price_sale": "7100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358568_novotech",
        "sale": "0",
        "price": "3010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357153_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "660,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370347_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357687_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370746_novotech",
        "sale": "1",
        "price": "1350,00",
        "price_sale": "980,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358794_novotech",
        "sale": "0",
        "price": "3950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357380_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370706_novotech",
        "sale": "0",
        "price": "440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369348_novotech",
        "sale": "1",
        "price": "228,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369261_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370122_novotech",
        "sale": "0",
        "price": "1240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358325_novotech",
        "sale": "0",
        "price": "4170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357330_novotech",
        "sale": "0",
        "price": "420,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357020_novotech",
        "sale": "0",
        "price": "4170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357234_novotech",
        "sale": "0",
        "price": "7761,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369584_novotech",
        "sale": "1",
        "price": "816,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370172_novotech",
        "sale": "0",
        "price": "347,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358556_novotech",
        "sale": "0",
        "price": "5490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358566_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357298_novotech",
        "sale": "0",
        "price": "3700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370714_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370536_novotech",
        "sale": "0",
        "price": "380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370507_novotech",
        "sale": "0",
        "price": "1020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357507_novotech",
        "sale": "1",
        "price": "4336,00",
        "price_sale": "1680,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370334_novotech",
        "sale": "1",
        "price": "570,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358393_novotech",
        "sale": "0",
        "price": "3530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357319_novotech",
        "sale": "0",
        "price": "1110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357459_novotech",
        "sale": "1",
        "price": "1900,00",
        "price_sale": "960,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370092_novotech",
        "sale": "0",
        "price": "1240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357912_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357358_novotech",
        "sale": "1",
        "price": "1810,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135116_novotech",
        "sale": "0",
        "price": "590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358298_novotech",
        "sale": "1",
        "price": "4730,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357424_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357600_novotech",
        "sale": "0",
        "price": "1730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369513_novotech",
        "sale": "0",
        "price": "269,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358722_novotech",
        "sale": "0",
        "price": "3690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358486_novotech",
        "sale": "0",
        "price": "3310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358834_novotech",
        "sale": "0",
        "price": "5410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369629_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358642_novotech",
        "sale": "1",
        "price": "12630,00",
        "price_sale": "8200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370207_novotech",
        "sale": "1",
        "price": "6210,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358477_novotech",
        "sale": "0",
        "price": "3970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357616_novotech",
        "sale": "1",
        "price": "4050,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358870_novotech",
        "sale": "0",
        "price": "7970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369729_novotech",
        "sale": "0",
        "price": "1084,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370353_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456005_novotech",
        "sale": "0",
        "price": "60,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135127_novotech",
        "sale": "0",
        "price": "3950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358785_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357464_novotech",
        "sale": "1",
        "price": "12650,00",
        "price_sale": "6300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357493_novotech",
        "sale": "0",
        "price": "1310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358747_novotech",
        "sale": "0",
        "price": "6060,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369863_novotech",
        "sale": "1",
        "price": "4530,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358643_novotech",
        "sale": "0",
        "price": "11050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358333_novotech",
        "sale": "1",
        "price": "14656,00",
        "price_sale": "5880,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357454_novotech",
        "sale": "1",
        "price": "3430,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370332_novotech",
        "sale": "0",
        "price": "570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370849_novotech",
        "sale": "0",
        "price": "1720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369842_novotech",
        "sale": "0",
        "price": "998,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358320_novotech",
        "sale": "0",
        "price": "5420,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370822_novotech",
        "sale": "0",
        "price": "1770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358678_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369441_novotech",
        "sale": "1",
        "price": "2170,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358387_novotech",
        "sale": "1",
        "price": "1980,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369705_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358563_novotech",
        "sale": "0",
        "price": "2180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357508_novotech",
        "sale": "1",
        "price": "4336,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358707_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369200_novotech",
        "sale": "0",
        "price": "360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357143_novotech",
        "sale": "0",
        "price": "6700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358531_novotech",
        "sale": "0",
        "price": "6220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369839_novotech",
        "sale": "0",
        "price": "1060,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357370_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370045_novotech",
        "sale": "1",
        "price": "3276,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357185_novotech",
        "sale": "0",
        "price": "1124,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357289_novotech",
        "sale": "0",
        "price": "2290,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370791_novotech",
        "sale": "0",
        "price": "1440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369101_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357519_novotech",
        "sale": "1",
        "price": "4210,00",
        "price_sale": "3200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357374_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358660_novotech",
        "sale": "1",
        "price": "3830,00",
        "price_sale": "2500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370345_novotech",
        "sale": "1",
        "price": "620,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370395_novotech",
        "sale": "0",
        "price": "1430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358673_novotech",
        "sale": "1",
        "price": "3980,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369874_novotech",
        "sale": "0",
        "price": "1234,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357705_novotech",
        "sale": "0",
        "price": "2910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358463_novotech",
        "sale": "0",
        "price": "4360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370806_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370213_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358841_novotech",
        "sale": "0",
        "price": "6690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357274_novotech",
        "sale": "1",
        "price": "6090,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369357_novotech",
        "sale": "0",
        "price": "722,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370814_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370513_novotech",
        "sale": "1",
        "price": "1450,00",
        "price_sale": "700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370284_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369599_novotech",
        "sale": "0",
        "price": "817,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357227_novotech",
        "sale": "0",
        "price": "7100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369986_novotech",
        "sale": "0",
        "price": "2000,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357180_novotech",
        "sale": "0",
        "price": "1292,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369532_novotech",
        "sale": "1",
        "price": "620,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358428_novotech",
        "sale": "0",
        "price": "6240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135147_novotech",
        "sale": "0",
        "price": "230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358728_novotech",
        "sale": "1",
        "price": "3790,00",
        "price_sale": "2300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358527_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358438_novotech",
        "sale": "0",
        "price": "7100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "546002_novotech",
        "sale": "0",
        "price": "450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370375_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370688_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357240_novotech",
        "sale": "0",
        "price": "1242,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357390_novotech",
        "sale": "0",
        "price": "1600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357163_novotech",
        "sale": "1",
        "price": "1800,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370853_novotech",
        "sale": "0",
        "price": "2240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370025_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358654_novotech",
        "sale": "0",
        "price": "3130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358399_novotech",
        "sale": "0",
        "price": "4130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370260_novotech",
        "sale": "1",
        "price": "440,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358380_novotech",
        "sale": "1",
        "price": "2410,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456018_novotech",
        "sale": "0",
        "price": "40,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357691_novotech",
        "sale": "0",
        "price": "3420,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357279_novotech",
        "sale": "1",
        "price": "4452,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370745_novotech",
        "sale": "1",
        "price": "1350,00",
        "price_sale": "980,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369453_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369549_novotech",
        "sale": "0",
        "price": "1284,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357419_novotech",
        "sale": "1",
        "price": "2880,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370528_novotech",
        "sale": "1",
        "price": "290,00",
        "price_sale": "100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370933_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358832_novotech",
        "sale": "0",
        "price": "3310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358302_novotech",
        "sale": "0",
        "price": "3220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369605_novotech",
        "sale": "1",
        "price": "590,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358297_novotech",
        "sale": "1",
        "price": "3620,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370263_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369918_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369296_novotech",
        "sale": "0",
        "price": "182,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358514_novotech",
        "sale": "0",
        "price": "5300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135152_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369538_novotech",
        "sale": "1",
        "price": "1130,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358480_novotech",
        "sale": "0",
        "price": "7030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369693_novotech",
        "sale": "0",
        "price": "370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369714_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370921_novotech",
        "sale": "0",
        "price": "1540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357275_novotech",
        "sale": "0",
        "price": "1508,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369694_novotech",
        "sale": "0",
        "price": "370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358553_novotech",
        "sale": "0",
        "price": "3730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358440_novotech",
        "sale": "0",
        "price": "4440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370016_novotech",
        "sale": "0",
        "price": "5330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370110_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369369_novotech",
        "sale": "0",
        "price": "367,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357443_novotech",
        "sale": "1",
        "price": "13740,00",
        "price_sale": "4600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369703_novotech",
        "sale": "1",
        "price": "280,00",
        "price_sale": "100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135123_novotech",
        "sale": "0",
        "price": "2190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358837_novotech",
        "sale": "0",
        "price": "3530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357520_novotech",
        "sale": "0",
        "price": "13820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370130_novotech",
        "sale": "0",
        "price": "858,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358370_novotech",
        "sale": "0",
        "price": "2530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358542_novotech",
        "sale": "0",
        "price": "4610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358605_novotech",
        "sale": "0",
        "price": "6540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358540_novotech",
        "sale": "0",
        "price": "6070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357426_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369961_novotech",
        "sale": "0",
        "price": "1990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357563_novotech",
        "sale": "0",
        "price": "1603,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358392_novotech",
        "sale": "0",
        "price": "2910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357537_novotech",
        "sale": "1",
        "price": "11113,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358494_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370370_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357305_novotech",
        "sale": "0",
        "price": "494,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370208_novotech",
        "sale": "1",
        "price": "6210,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370388_novotech",
        "sale": "0",
        "price": "950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358648_novotech",
        "sale": "0",
        "price": "8650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369978_novotech",
        "sale": "0",
        "price": "2620,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357313_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370159_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135007_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370073_novotech",
        "sale": "1",
        "price": "1400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370712_novotech",
        "sale": "0",
        "price": "1430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358719_novotech",
        "sale": "1",
        "price": "4830,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369733_novotech",
        "sale": "0",
        "price": "1284,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358895_novotech",
        "sale": "0",
        "price": "7440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358609_novotech",
        "sale": "0",
        "price": "4130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370037_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358417_novotech",
        "sale": "0",
        "price": "3530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357525_novotech",
        "sale": "1",
        "price": "990,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370051_novotech",
        "sale": "1",
        "price": "5290,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369669_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358363_novotech",
        "sale": "1",
        "price": "2310,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369301_novotech",
        "sale": "0",
        "price": "413,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369277_novotech",
        "sale": "1",
        "price": "660,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369903_novotech",
        "sale": "1",
        "price": "285,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358891_novotech",
        "sale": "0",
        "price": "5510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370403_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370297_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357117_novotech",
        "sale": "0",
        "price": "1864,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370132_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357329_novotech",
        "sale": "0",
        "price": "203,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358617_novotech",
        "sale": "0",
        "price": "4890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357607_novotech",
        "sale": "1",
        "price": "2450,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357919_novotech",
        "sale": "1",
        "price": "860,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358361_novotech",
        "sale": "1",
        "price": "9950,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370076_novotech",
        "sale": "1",
        "price": "2200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357702_novotech",
        "sale": "1",
        "price": "2490,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370320_novotech",
        "sale": "0",
        "price": "440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369568_novotech",
        "sale": "0",
        "price": "466,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370798_novotech",
        "sale": "0",
        "price": "1780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135133_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358661_novotech",
        "sale": "1",
        "price": "4040,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369487_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358686_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "546003_novotech",
        "sale": "0",
        "price": "856,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369892_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370305_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357471_novotech",
        "sale": "1",
        "price": "7920,00",
        "price_sale": "3960,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358665_novotech",
        "sale": "0",
        "price": "5550,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357484_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369604_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370873_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358846_novotech",
        "sale": "0",
        "price": "5940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370699_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370018_novotech",
        "sale": "1",
        "price": "4980,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358917_novotech",
        "sale": "0",
        "price": "1610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369346_novotech",
        "sale": "1",
        "price": "870,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370917_novotech",
        "sale": "0",
        "price": "1390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358397_novotech",
        "sale": "1",
        "price": "3340,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370070_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358312_novotech",
        "sale": "0",
        "price": "6900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357698_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369535_novotech",
        "sale": "0",
        "price": "850,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357540_novotech",
        "sale": "1",
        "price": "14070,00",
        "price_sale": "4400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358582_novotech",
        "sale": "0",
        "price": "27560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370074_novotech",
        "sale": "1",
        "price": "1200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369952_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357580_novotech",
        "sale": "1",
        "price": "3960,00",
        "price_sale": "1980,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369870_novotech",
        "sale": "1",
        "price": "2860,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370226_novotech",
        "sale": "1",
        "price": "1490,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358882_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369641_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370118_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369974_novotech",
        "sale": "1",
        "price": "2000,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358377_novotech",
        "sale": "0",
        "price": "1870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358304_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369661_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357411_novotech",
        "sale": "0",
        "price": "1900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357301_novotech",
        "sale": "0",
        "price": "635,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358749_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357681_novotech",
        "sale": "0",
        "price": "1720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369913_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135136_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370397_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357340_novotech",
        "sale": "0",
        "price": "2900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357553_novotech",
        "sale": "0",
        "price": "4681,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358339_novotech",
        "sale": "1",
        "price": "2970,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135115_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370886_novotech",
        "sale": "0",
        "price": "1390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357440_novotech",
        "sale": "1",
        "price": "864,00",
        "price_sale": "480,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369602_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369639_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370156_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358398_novotech",
        "sale": "1",
        "price": "3340,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369922_novotech",
        "sale": "1",
        "price": "930,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369442_novotech",
        "sale": "1",
        "price": "2170,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358331_novotech",
        "sale": "1",
        "price": "9210,00",
        "price_sale": "5500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357249_novotech",
        "sale": "0",
        "price": "2750,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358485_novotech",
        "sale": "0",
        "price": "3310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370336_novotech",
        "sale": "1",
        "price": "570,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358511_novotech",
        "sale": "0",
        "price": "3570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358529_novotech",
        "sale": "0",
        "price": "6440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370338_novotech",
        "sale": "1",
        "price": "620,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135020_novotech",
        "sale": "0",
        "price": "590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358666_novotech",
        "sale": "0",
        "price": "4430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370716_novotech",
        "sale": "0",
        "price": "990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358508_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370723_novotech",
        "sale": "0",
        "price": "910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370265_novotech",
        "sale": "1",
        "price": "624,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358435_novotech",
        "sale": "0",
        "price": "7670,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369980_novotech",
        "sale": "1",
        "price": "4710,00",
        "price_sale": "1920,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357251_novotech",
        "sale": "0",
        "price": "878,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369951_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369906_novotech",
        "sale": "0",
        "price": "544,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370392_novotech",
        "sale": "1",
        "price": "1380,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358900_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370680_novotech",
        "sale": "0",
        "price": "1290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358506_novotech",
        "sale": "0",
        "price": "4100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370183_novotech",
        "sale": "0",
        "price": "1422,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370379_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370368_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369857_novotech",
        "sale": "1",
        "price": "1512,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370087_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358400_novotech",
        "sale": "0",
        "price": "4130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370934_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358753_novotech",
        "sale": "0",
        "price": "4440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370820_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370061_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369112_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369407_novotech",
        "sale": "0",
        "price": "273,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370309_novotech",
        "sale": "0",
        "price": "478,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370364_novotech",
        "sale": "0",
        "price": "1112,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369329_novotech",
        "sale": "1",
        "price": "13820,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370083_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357148_novotech",
        "sale": "0",
        "price": "1870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358369_novotech",
        "sale": "0",
        "price": "2530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358405_novotech",
        "sale": "1",
        "price": "5400,00",
        "price_sale": "3200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358590_novotech",
        "sale": "0",
        "price": "4440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357545_novotech",
        "sale": "0",
        "price": "6410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358551_novotech",
        "sale": "0",
        "price": "3730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369888_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370698_novotech",
        "sale": "0",
        "price": "1080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370380_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357316_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357325_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370238_novotech",
        "sale": "1",
        "price": "1416,00",
        "price_sale": "792,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369690_novotech",
        "sale": "1",
        "price": "513,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358479_novotech",
        "sale": "0",
        "price": "6040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369382_novotech",
        "sale": "1",
        "price": "254,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357256_novotech",
        "sale": "0",
        "price": "367,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357355_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135113_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370788_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357272_novotech",
        "sale": "1",
        "price": "3910,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357623_novotech",
        "sale": "0",
        "price": "6990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370540_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357360_novotech",
        "sale": "1",
        "price": "2190,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358627_novotech",
        "sale": "0",
        "price": "8040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357312_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369111_novotech",
        "sale": "0",
        "price": "200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357259_novotech",
        "sale": "1",
        "price": "5720,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358355_novotech",
        "sale": "0",
        "price": "6880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370141_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369276_novotech",
        "sale": "0",
        "price": "559,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357019_novotech",
        "sale": "0",
        "price": "1540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357271_novotech",
        "sale": "0",
        "price": "3120,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370002_novotech",
        "sale": "1",
        "price": "3130,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357196_novotech",
        "sale": "0",
        "price": "942,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369936_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358546_novotech",
        "sale": "0",
        "price": "6140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358558_novotech",
        "sale": "0",
        "price": "7520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370880_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370228_novotech",
        "sale": "1",
        "price": "2160,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369102_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370256_novotech",
        "sale": "0",
        "price": "440,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357513_novotech",
        "sale": "1",
        "price": "5880,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370508_novotech",
        "sale": "0",
        "price": "1020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358562_novotech",
        "sale": "0",
        "price": "1650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357205_novotech",
        "sale": "0",
        "price": "1310,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370186_novotech",
        "sale": "0",
        "price": "724,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370819_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135134_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358730_novotech",
        "sale": "1",
        "price": "5450,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369121_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370740_novotech",
        "sale": "0",
        "price": "5290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370059_novotech",
        "sale": "1",
        "price": "1100,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369757_novotech",
        "sale": "0",
        "price": "494,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369431_novotech",
        "sale": "1",
        "price": "720,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358498_novotech",
        "sale": "0",
        "price": "2820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369989_novotech",
        "sale": "1",
        "price": "3810,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358720_novotech",
        "sale": "1",
        "price": "4900,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358484_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358310_novotech",
        "sale": "0",
        "price": "4980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370787_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358692_novotech",
        "sale": "0",
        "price": "2150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370916_novotech",
        "sale": "0",
        "price": "1390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369593_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369408_novotech",
        "sale": "1",
        "price": "2650,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357456_novotech",
        "sale": "1",
        "price": "5770,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357376_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357504_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358410_novotech",
        "sale": "0",
        "price": "3230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357748_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357570_novotech",
        "sale": "1",
        "price": "2193,00",
        "price_sale": "1535,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370003_novotech",
        "sale": "0",
        "price": "406,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369646_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358564_novotech",
        "sale": "0",
        "price": "2780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358896_novotech",
        "sale": "0",
        "price": "7440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357397_novotech",
        "sale": "0",
        "price": "1102,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358918_novotech",
        "sale": "0",
        "price": "1610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357368_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369841_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370780_novotech",
        "sale": "0",
        "price": "2300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369510_novotech",
        "sale": "0",
        "price": "656,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369859_novotech",
        "sale": "0",
        "price": "5330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369462_novotech",
        "sale": "0",
        "price": "747,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369645_novotech",
        "sale": "1",
        "price": "390,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369533_novotech",
        "sale": "0",
        "price": "494,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357296_novotech",
        "sale": "0",
        "price": "2064,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358326_novotech",
        "sale": "0",
        "price": "5730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135019_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369933_novotech",
        "sale": "1",
        "price": "1042,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370333_novotech",
        "sale": "1",
        "price": "570,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369781_novotech",
        "sale": "0",
        "price": "1152,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369993_novotech",
        "sale": "1",
        "price": "1400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357564_novotech",
        "sale": "1",
        "price": "2870,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370544_novotech",
        "sale": "1",
        "price": "450,00",
        "price_sale": "200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357152_novotech",
        "sale": "0",
        "price": "698,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135106_novotech",
        "sale": "0",
        "price": "1430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357732_novotech",
        "sale": "1",
        "price": "607,00",
        "price_sale": "425,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357137_novotech",
        "sale": "0",
        "price": "3895,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370127_novotech",
        "sale": "0",
        "price": "564,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369725_novotech",
        "sale": "0",
        "price": "1290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456017_novotech",
        "sale": "0",
        "price": "20,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370700_novotech",
        "sale": "0",
        "price": "370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357322_novotech",
        "sale": "0",
        "price": "1360,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370695_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370772_novotech",
        "sale": "0",
        "price": "2960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369840_novotech",
        "sale": "1",
        "price": "1400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369497_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370270_novotech",
        "sale": "1",
        "price": "912,00",
        "price_sale": "100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369711_novotech",
        "sale": "1",
        "price": "460,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370889_novotech",
        "sale": "0",
        "price": "860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369960_novotech",
        "sale": "0",
        "price": "1134,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369514_novotech",
        "sale": "1",
        "price": "2540,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357307_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358343_novotech",
        "sale": "0",
        "price": "310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358481_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357186_novotech",
        "sale": "0",
        "price": "1806,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358817_novotech",
        "sale": "0",
        "price": "4590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369934_novotech",
        "sale": "1",
        "price": "962,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357533_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370741_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370244_novotech",
        "sale": "0",
        "price": "340,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358352_novotech",
        "sale": "1",
        "price": "9860,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369512_novotech",
        "sale": "0",
        "price": "231,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358543_novotech",
        "sale": "0",
        "price": "4610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369887_novotech",
        "sale": "0",
        "price": "230,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357393_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357585_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369702_novotech",
        "sale": "0",
        "price": "280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357266_novotech",
        "sale": "1",
        "price": "3072,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358424_novotech",
        "sale": "0",
        "price": "5190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370043_novotech",
        "sale": "1",
        "price": "3276,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357603_novotech",
        "sale": "0",
        "price": "3310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370692_novotech",
        "sale": "1",
        "price": "1390,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369259_novotech",
        "sale": "1",
        "price": "1200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370520_novotech",
        "sale": "1",
        "price": "380,00",
        "price_sale": "200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370206_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357539_novotech",
        "sale": "0",
        "price": "4300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369717_novotech",
        "sale": "0",
        "price": "340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358670_novotech",
        "sale": "0",
        "price": "3290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357554_novotech",
        "sale": "0",
        "price": "2574,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369912_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358434_novotech",
        "sale": "0",
        "price": "7670,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370258_novotech",
        "sale": "0",
        "price": "440,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370518_novotech",
        "sale": "0",
        "price": "510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370568_novotech",
        "sale": "0",
        "price": "300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358431_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357423_novotech",
        "sale": "1",
        "price": "5820,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369768_novotech",
        "sale": "0",
        "price": "280,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369279_novotech",
        "sale": "0",
        "price": "420,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357308_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357489_novotech",
        "sale": "0",
        "price": "1780,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357690_novotech",
        "sale": "0",
        "price": "3420,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370747_novotech",
        "sale": "1",
        "price": "1430,00",
        "price_sale": "1040,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358613_novotech",
        "sale": "0",
        "price": "4890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370282_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357551_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358821_novotech",
        "sale": "0",
        "price": "5010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358402_novotech",
        "sale": "0",
        "price": "3830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357112_novotech",
        "sale": "0",
        "price": "3120,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370179_novotech",
        "sale": "1",
        "price": "8172,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358698_novotech",
        "sale": "0",
        "price": "3740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357338_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369970_novotech",
        "sale": "0",
        "price": "2500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369625_novotech",
        "sale": "0",
        "price": "420,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370737_novotech",
        "sale": "0",
        "price": "3560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370249_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357335_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370203_novotech",
        "sale": "0",
        "price": "1600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369432_novotech",
        "sale": "1",
        "price": "720,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358771_novotech",
        "sale": "0",
        "price": "5790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357361_novotech",
        "sale": "1",
        "price": "1100,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369665_novotech",
        "sale": "0",
        "price": "140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358528_novotech",
        "sale": "0",
        "price": "4900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369935_novotech",
        "sale": "1",
        "price": "976,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358901_novotech",
        "sale": "0",
        "price": "1110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370020_novotech",
        "sale": "1",
        "price": "5160,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369399_novotech",
        "sale": "0",
        "price": "4870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370187_novotech",
        "sale": "0",
        "price": "805,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369550_novotech",
        "sale": "0",
        "price": "2180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370911_novotech",
        "sale": "0",
        "price": "2530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358328_novotech",
        "sale": "1",
        "price": "3520,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369578_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358415_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369199_novotech",
        "sale": "0",
        "price": "362,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358538_novotech",
        "sale": "0",
        "price": "4320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358385_novotech",
        "sale": "0",
        "price": "2010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370302_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370277_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "60,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357202_novotech",
        "sale": "0",
        "price": "554,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370168_novotech",
        "sale": "0",
        "price": "1660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357434_novotech",
        "sale": "0",
        "price": "1480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370858_novotech",
        "sale": "0",
        "price": "1770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358490_novotech",
        "sale": "0",
        "price": "7370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357444_novotech",
        "sale": "1",
        "price": "13180,00",
        "price_sale": "5800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358572_novotech",
        "sale": "0",
        "price": "4440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369643_novotech",
        "sale": "1",
        "price": "590,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369623_novotech",
        "sale": "1",
        "price": "504,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370839_novotech",
        "sale": "0",
        "price": "1730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358796_novotech",
        "sale": "0",
        "price": "4170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358536_novotech",
        "sale": "0",
        "price": "4530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369649_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358607_novotech",
        "sale": "0",
        "price": "5490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370169_novotech",
        "sale": "1",
        "price": "2480,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358807_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370777_novotech",
        "sale": "0",
        "price": "2060,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369845_novotech",
        "sale": "0",
        "price": "968,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369967_novotech",
        "sale": "1",
        "price": "1700,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357413_novotech",
        "sale": "0",
        "price": "12680,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370149_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135092_novotech",
        "sale": "0",
        "price": "6310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357578_novotech",
        "sale": "0",
        "price": "3690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369801_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358804_novotech",
        "sale": "0",
        "price": "3680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358708_novotech",
        "sale": "1",
        "price": "3150,00",
        "price_sale": "1900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370802_novotech",
        "sale": "0",
        "price": "830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358902_novotech",
        "sale": "0",
        "price": "1110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357310_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357235_novotech",
        "sale": "0",
        "price": "608,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370366_novotech",
        "sale": "0",
        "price": "200,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135137_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358391_novotech",
        "sale": "0",
        "price": "2910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357391_novotech",
        "sale": "0",
        "price": "1000,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370720_novotech",
        "sale": "0",
        "price": "1980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358676_novotech",
        "sale": "0",
        "price": "1580,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370765_novotech",
        "sale": "0",
        "price": "1540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369464_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135022_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370077_novotech",
        "sale": "1",
        "price": "2200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357239_novotech",
        "sale": "0",
        "price": "1242,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369937_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369400_novotech",
        "sale": "0",
        "price": "4870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370354_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369376_novotech",
        "sale": "0",
        "price": "712,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357606_novotech",
        "sale": "1",
        "price": "1800,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135018_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358457_novotech",
        "sale": "0",
        "price": "4260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370097_novotech",
        "sale": "0",
        "price": "232,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369696_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456016_novotech",
        "sale": "0",
        "price": "20,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135101_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369927_novotech",
        "sale": "1",
        "price": "720,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369829_novotech",
        "sale": "0",
        "price": "549,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357389_novotech",
        "sale": "1",
        "price": "1100,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358724_novotech",
        "sale": "1",
        "price": "3790,00",
        "price_sale": "2300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370893_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369772_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358782_novotech",
        "sale": "0",
        "price": "5110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370924_novotech",
        "sale": "0",
        "price": "1180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358578_novotech",
        "sale": "0",
        "price": "1860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358657_novotech",
        "sale": "0",
        "price": "4110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370524_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370377_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370275_novotech",
        "sale": "1",
        "price": "588,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135112_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358829_novotech",
        "sale": "0",
        "price": "6160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357604_novotech",
        "sale": "0",
        "price": "4750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358308_novotech",
        "sale": "0",
        "price": "640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357223_novotech",
        "sale": "0",
        "price": "6140,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369902_novotech",
        "sale": "0",
        "price": "878,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369931_novotech",
        "sale": "1",
        "price": "1094,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370017_novotech",
        "sale": "1",
        "price": "7040,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370217_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357680_novotech",
        "sale": "0",
        "price": "3980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358640_novotech",
        "sale": "0",
        "price": "2730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370080_novotech",
        "sale": "0",
        "price": "2800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369168_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358750_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369521_novotech",
        "sale": "0",
        "price": "422,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358811_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357494_novotech",
        "sale": "0",
        "price": "1640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369506_novotech",
        "sale": "0",
        "price": "976,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358735_novotech",
        "sale": "1",
        "price": "5450,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369334_novotech",
        "sale": "0",
        "price": "3190,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357594_novotech",
        "sale": "0",
        "price": "300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358483_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370739_novotech",
        "sale": "0",
        "price": "5290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358732_novotech",
        "sale": "1",
        "price": "5540,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358746_novotech",
        "sale": "0",
        "price": "5640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369787_novotech",
        "sale": "0",
        "price": "968,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370143_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135097_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357217_novotech",
        "sale": "0",
        "price": "894,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358448_novotech",
        "sale": "0",
        "price": "19710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358738_novotech",
        "sale": "0",
        "price": "2980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370722_novotech",
        "sale": "0",
        "price": "890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357209_novotech",
        "sale": "0",
        "price": "1044,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357480_novotech",
        "sale": "0",
        "price": "2380,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370901_novotech",
        "sale": "0",
        "price": "1090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358413_novotech",
        "sale": "0",
        "price": "3230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358594_novotech",
        "sale": "0",
        "price": "3720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369944_novotech",
        "sale": "1",
        "price": "990,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358616_novotech",
        "sale": "0",
        "price": "6840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358416_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357147_novotech",
        "sale": "1",
        "price": "261,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358584_novotech",
        "sale": "0",
        "price": "14070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369544_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357282_novotech",
        "sale": "1",
        "price": "4176,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370099_novotech",
        "sale": "0",
        "price": "397,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357422_novotech",
        "sale": "0",
        "price": "4330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358850_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358350_novotech",
        "sale": "0",
        "price": "10700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370041_novotech",
        "sale": "1",
        "price": "2448,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369637_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357619_novotech",
        "sale": "1",
        "price": "3076,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370766_novotech",
        "sale": "0",
        "price": "1790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357695_novotech",
        "sale": "1",
        "price": "3380,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370809_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357918_novotech",
        "sale": "1",
        "price": "860,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370909_novotech",
        "sale": "0",
        "price": "2390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135002_novotech",
        "sale": "0",
        "price": "3130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357326_novotech",
        "sale": "0",
        "price": "369,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357264_novotech",
        "sale": "1",
        "price": "5190,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369613_novotech",
        "sale": "1",
        "price": "670,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369792_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369368_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369609_novotech",
        "sale": "1",
        "price": "550,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135094_novotech",
        "sale": "0",
        "price": "40,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357207_novotech",
        "sale": "0",
        "price": "1044,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369170_novotech",
        "sale": "0",
        "price": "155,70",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370241_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357486_novotech",
        "sale": "0",
        "price": "660,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358467_novotech",
        "sale": "0",
        "price": "6240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357487_novotech",
        "sale": "0",
        "price": "1030,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369723_novotech",
        "sale": "0",
        "price": "780,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358449_novotech",
        "sale": "0",
        "price": "13260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369963_novotech",
        "sale": "0",
        "price": "1256,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369666_novotech",
        "sale": "1",
        "price": "100,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357703_novotech",
        "sale": "1",
        "price": "2160,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358571_novotech",
        "sale": "0",
        "price": "3380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357011_novotech",
        "sale": "0",
        "price": "290,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358862_novotech",
        "sale": "0",
        "price": "3680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135117_novotech",
        "sale": "1",
        "price": "7400,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358725_novotech",
        "sale": "1",
        "price": "3790,00",
        "price_sale": "2300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357350_novotech",
        "sale": "1",
        "price": "1480,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370214_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357592_novotech",
        "sale": "0",
        "price": "150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369819_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370402_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369956_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358777_novotech",
        "sale": "0",
        "price": "3760,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358501_novotech",
        "sale": "0",
        "price": "3570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370202_novotech",
        "sale": "0",
        "price": "1530,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369115_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370864_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369401_novotech",
        "sale": "1",
        "price": "2820,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370048_novotech",
        "sale": "0",
        "price": "1600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369773_novotech",
        "sale": "0",
        "price": "255,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357483_novotech",
        "sale": "0",
        "price": "1000,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357141_novotech",
        "sale": "0",
        "price": "7990,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370504_novotech",
        "sale": "0",
        "price": "1020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369381_novotech",
        "sale": "0",
        "price": "254,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369677_novotech",
        "sale": "0",
        "price": "489,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358608_novotech",
        "sale": "0",
        "price": "5490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370816_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370386_novotech",
        "sale": "0",
        "price": "950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357461_novotech",
        "sale": "1",
        "price": "3520,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370841_novotech",
        "sale": "0",
        "price": "3370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357924_novotech",
        "sale": "1",
        "price": "1040,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370461_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135014_novotech",
        "sale": "0",
        "price": "280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370201_novotech",
        "sale": "1",
        "price": "2513,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370735_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370222_novotech",
        "sale": "1",
        "price": "1780,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357331_novotech",
        "sale": "0",
        "price": "420,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369763_novotech",
        "sale": "0",
        "price": "538,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358729_novotech",
        "sale": "1",
        "price": "5540,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369869_novotech",
        "sale": "1",
        "price": "2150,00",
        "price_sale": "1100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358450_novotech",
        "sale": "0",
        "price": "2260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369991_novotech",
        "sale": "1",
        "price": "3420,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369996_novotech",
        "sale": "1",
        "price": "2870,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369932_novotech",
        "sale": "0",
        "price": "976,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370111_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369120_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357403_novotech",
        "sale": "0",
        "price": "3900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370138_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370912_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370205_novotech",
        "sale": "1",
        "price": "1600,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370335_novotech",
        "sale": "0",
        "price": "570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369981_novotech",
        "sale": "1",
        "price": "2000,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369619_novotech",
        "sale": "0",
        "price": "660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370126_novotech",
        "sale": "0",
        "price": "564,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358407_novotech",
        "sale": "0",
        "price": "4660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358731_novotech",
        "sale": "1",
        "price": "5450,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369317_novotech",
        "sale": "0",
        "price": "590,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370811_novotech",
        "sale": "0",
        "price": "1730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370283_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357252_novotech",
        "sale": "0",
        "price": "1461,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357228_novotech",
        "sale": "0",
        "price": "7010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358534_novotech",
        "sale": "0",
        "price": "6440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357270_novotech",
        "sale": "1",
        "price": "3000,00",
        "price_sale": "1980,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358345_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357248_novotech",
        "sale": "0",
        "price": "2750,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358330_novotech",
        "sale": "1",
        "price": "8490,00",
        "price_sale": "5100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358656_novotech",
        "sale": "0",
        "price": "3860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369375_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370250_novotech",
        "sale": "1",
        "price": "300,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369820_novotech",
        "sale": "0",
        "price": "420,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369659_novotech",
        "sale": "0",
        "price": "100,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358389_novotech",
        "sale": "1",
        "price": "2520,00",
        "price_sale": "1300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357706_novotech",
        "sale": "0",
        "price": "3150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358641_novotech",
        "sale": "0",
        "price": "11280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358856_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357013_novotech",
        "sale": "0",
        "price": "760,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358699_novotech",
        "sale": "0",
        "price": "3740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370852_novotech",
        "sale": "0",
        "price": "2240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358861_novotech",
        "sale": "0",
        "price": "3680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369271_novotech",
        "sale": "0",
        "price": "2000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357295_novotech",
        "sale": "1",
        "price": "3450,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369831_novotech",
        "sale": "0",
        "price": "200,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358768_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369812_novotech",
        "sale": "0",
        "price": "1410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370024_novotech",
        "sale": "0",
        "price": "1680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369597_novotech",
        "sale": "1",
        "price": "1560,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370307_novotech",
        "sale": "0",
        "price": "708,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357306_novotech",
        "sale": "0",
        "price": "494,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358593_novotech",
        "sale": "0",
        "price": "3720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370190_novotech",
        "sale": "0",
        "price": "791,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357354_novotech",
        "sale": "1",
        "price": "1908,00",
        "price_sale": "1100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369114_novotech",
        "sale": "1",
        "price": "350,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370038_novotech",
        "sale": "1",
        "price": "1100,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357596_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370799_novotech",
        "sale": "0",
        "price": "1860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369456_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370147_novotech",
        "sale": "0",
        "price": "916,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357566_novotech",
        "sale": "1",
        "price": "7936,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358618_novotech",
        "sale": "0",
        "price": "4890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357518_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370374_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358715_novotech",
        "sale": "1",
        "price": "4830,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370774_novotech",
        "sale": "0",
        "price": "3180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370769_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370750_novotech",
        "sale": "1",
        "price": "1430,00",
        "price_sale": "1040,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358733_novotech",
        "sale": "1",
        "price": "5540,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358299_novotech",
        "sale": "1",
        "price": "5700,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358596_novotech",
        "sale": "0",
        "price": "4280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357280_novotech",
        "sale": "1",
        "price": "5496,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357481_novotech",
        "sale": "0",
        "price": "2340,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369494_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357175_novotech",
        "sale": "0",
        "price": "926,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369466_novotech",
        "sale": "1",
        "price": "300,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369884_novotech",
        "sale": "0",
        "price": "2880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358318_novotech",
        "sale": "0",
        "price": "1900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370357_novotech",
        "sale": "0",
        "price": "2360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370285_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358884_novotech",
        "sale": "0",
        "price": "2510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357421_novotech",
        "sale": "1",
        "price": "4620,00",
        "price_sale": "2670,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358645_novotech",
        "sale": "0",
        "price": "9320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370180_novotech",
        "sale": "1",
        "price": "7428,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357588_novotech",
        "sale": "0",
        "price": "1135,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357348_novotech",
        "sale": "0",
        "price": "2500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358500_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358853_novotech",
        "sale": "0",
        "price": "3380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357276_novotech",
        "sale": "0",
        "price": "1884,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369343_novotech",
        "sale": "1",
        "price": "310,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358329_novotech",
        "sale": "1",
        "price": "6500,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357156_novotech",
        "sale": "1",
        "price": "1200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369212_novotech",
        "sale": "1",
        "price": "620,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370264_novotech",
        "sale": "0",
        "price": "520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358776_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369777_novotech",
        "sale": "0",
        "price": "1502,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370825_novotech",
        "sale": "0",
        "price": "1620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370570_novotech",
        "sale": "1",
        "price": "340,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369770_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369445_novotech",
        "sale": "1",
        "price": "2170,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357232_novotech",
        "sale": "0",
        "price": "1421,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370767_novotech",
        "sale": "0",
        "price": "1790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370833_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357559_novotech",
        "sale": "0",
        "price": "5383,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370191_novotech",
        "sale": "0",
        "price": "657,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357267_novotech",
        "sale": "1",
        "price": "3840,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369710_novotech",
        "sale": "1",
        "price": "684,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369846_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357700_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370356_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369731_novotech",
        "sale": "0",
        "price": "905,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370086_novotech",
        "sale": "0",
        "price": "251,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358851_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370215_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357113_novotech",
        "sale": "0",
        "price": "3120,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370056_novotech",
        "sale": "0",
        "price": "469,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370209_novotech",
        "sale": "1",
        "price": "2400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358806_novotech",
        "sale": "0",
        "price": "1970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369617_novotech",
        "sale": "1",
        "price": "660,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357696_novotech",
        "sale": "1",
        "price": "2330,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370102_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370204_novotech",
        "sale": "0",
        "price": "1216,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358565_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135093_novotech",
        "sale": "0",
        "price": "6310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357327_novotech",
        "sale": "0",
        "price": "680,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357453_novotech",
        "sale": "1",
        "price": "4960,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135141_novotech",
        "sale": "0",
        "price": "230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357584_novotech",
        "sale": "1",
        "price": "4548,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370151_novotech",
        "sale": "1",
        "price": "1728,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358337_novotech",
        "sale": "1",
        "price": "17850,00",
        "price_sale": "6000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370697_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370107_novotech",
        "sale": "0",
        "price": "736,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370325_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370382_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358820_novotech",
        "sale": "0",
        "price": "5860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369827_novotech",
        "sale": "0",
        "price": "510,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370928_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358309_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357299_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358714_novotech",
        "sale": "1",
        "price": "4830,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370812_novotech",
        "sale": "0",
        "price": "1730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370856_novotech",
        "sale": "0",
        "price": "1770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135143_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370355_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357208_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370754_novotech",
        "sale": "1",
        "price": "990,00",
        "price_sale": "720,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370195_novotech",
        "sale": "1",
        "price": "2688,00",
        "price_sale": "1452,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369911_novotech",
        "sale": "1",
        "price": "530,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370027_novotech",
        "sale": "0",
        "price": "443,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369566_novotech",
        "sale": "0",
        "price": "430,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369977_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369482_novotech",
        "sale": "1",
        "price": "2400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370224_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370133_novotech",
        "sale": "1",
        "price": "2850,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369104_novotech",
        "sale": "1",
        "price": "490,00",
        "price_sale": "70,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357538_novotech",
        "sale": "0",
        "price": "3800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370710_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369926_novotech",
        "sale": "0",
        "price": "296,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369626_novotech",
        "sale": "1",
        "price": "504,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135006_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369671_novotech",
        "sale": "1",
        "price": "940,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369336_novotech",
        "sale": "0",
        "price": "280,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358816_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370829_novotech",
        "sale": "0",
        "price": "1920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358552_novotech",
        "sale": "0",
        "price": "3730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370877_novotech",
        "sale": "0",
        "price": "1090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369909_novotech",
        "sale": "1",
        "price": "530,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357040_novotech",
        "sale": "1",
        "price": "2370,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369110_novotech",
        "sale": "1",
        "price": "870,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357622_novotech",
        "sale": "0",
        "price": "5340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369307_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135105_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358570_novotech",
        "sale": "0",
        "price": "4360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358574_novotech",
        "sale": "0",
        "price": "2930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369347_novotech",
        "sale": "1",
        "price": "730,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370694_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357184_novotech",
        "sale": "0",
        "price": "2094,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370313_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357221_novotech",
        "sale": "0",
        "price": "4600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370890_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357402_novotech",
        "sale": "0",
        "price": "2500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369563_novotech",
        "sale": "1",
        "price": "520,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358717_novotech",
        "sale": "1",
        "price": "4900,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370836_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358718_novotech",
        "sale": "1",
        "price": "4830,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358748_novotech",
        "sale": "0",
        "price": "6060,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370760_novotech",
        "sale": "1",
        "price": "2520,00",
        "price_sale": "1840,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135131_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369916_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357913_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358423_novotech",
        "sale": "0",
        "price": "5190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358778_novotech",
        "sale": "0",
        "price": "3760,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370931_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357262_novotech",
        "sale": "0",
        "price": "2068,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358597_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357704_novotech",
        "sale": "0",
        "price": "2910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370031_novotech",
        "sale": "0",
        "price": "683,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369452_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358315_novotech",
        "sale": "1",
        "price": "6990,00",
        "price_sale": "4200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369958_novotech",
        "sale": "1",
        "price": "988,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357530_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370257_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370160_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369615_novotech",
        "sale": "0",
        "price": "540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369861_novotech",
        "sale": "1",
        "price": "2244,00",
        "price_sale": "1248,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370818_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357682_novotech",
        "sale": "0",
        "price": "1046,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358737_novotech",
        "sale": "0",
        "price": "2980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135001_novotech",
        "sale": "0",
        "price": "1560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370778_novotech",
        "sale": "0",
        "price": "2060,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370000_novotech",
        "sale": "0",
        "price": "1870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370057_novotech",
        "sale": "1",
        "price": "410,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370932_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357255_novotech",
        "sale": "0",
        "price": "3136,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357323_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370032_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358404_novotech",
        "sale": "1",
        "price": "4710,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357177_novotech",
        "sale": "0",
        "price": "1142,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358351_novotech",
        "sale": "0",
        "price": "10700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358383_novotech",
        "sale": "0",
        "price": "2770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358770_novotech",
        "sale": "0",
        "price": "5790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369949_novotech",
        "sale": "1",
        "price": "3710,00",
        "price_sale": "2220,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369286_novotech",
        "sale": "0",
        "price": "652,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370177_novotech",
        "sale": "0",
        "price": "12116,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370868_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369433_novotech",
        "sale": "1",
        "price": "330,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456003_novotech",
        "sale": "0",
        "price": "40,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369728_novotech",
        "sale": "0",
        "price": "1084,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369849_novotech",
        "sale": "0",
        "price": "1120,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358300_novotech",
        "sale": "1",
        "price": "8090,00",
        "price_sale": "3200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369425_novotech",
        "sale": "1",
        "price": "980,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357281_novotech",
        "sale": "1",
        "price": "3276,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357237_novotech",
        "sale": "0",
        "price": "583,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358780_novotech",
        "sale": "0",
        "price": "3980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370913_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357516_novotech",
        "sale": "1",
        "price": "5880,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370797_novotech",
        "sale": "0",
        "price": "1780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357311_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369815_novotech",
        "sale": "0",
        "price": "1310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357465_novotech",
        "sale": "0",
        "price": "6860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370053_novotech",
        "sale": "1",
        "price": "5130,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370060_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358688_novotech",
        "sale": "0",
        "price": "2740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369308_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357059_novotech",
        "sale": "0",
        "price": "1530,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357701_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358611_novotech",
        "sale": "0",
        "price": "3830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369798_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369638_novotech",
        "sale": "0",
        "price": "880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357245_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358630_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357590_novotech",
        "sale": "0",
        "price": "1179,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370401_novotech",
        "sale": "0",
        "price": "2780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370252_novotech",
        "sale": "1",
        "price": "300,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358418_novotech",
        "sale": "0",
        "price": "3530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358537_novotech",
        "sale": "0",
        "price": "4900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357458_novotech",
        "sale": "1",
        "price": "4590,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369507_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358420_novotech",
        "sale": "0",
        "price": "5490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369370_novotech",
        "sale": "0",
        "price": "722,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357154_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357204_novotech",
        "sale": "0",
        "price": "1331,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370738_novotech",
        "sale": "0",
        "price": "3560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369998_novotech",
        "sale": "1",
        "price": "4310,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358336_novotech",
        "sale": "1",
        "price": "17550,00",
        "price_sale": "5900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370006_novotech",
        "sale": "0",
        "price": "2070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358790_novotech",
        "sale": "0",
        "price": "2170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357294_novotech",
        "sale": "1",
        "price": "2940,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370705_novotech",
        "sale": "0",
        "price": "490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358849_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369412_novotech",
        "sale": "0",
        "price": "1226,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369455_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358447_novotech",
        "sale": "0",
        "price": "14530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357161_novotech",
        "sale": "0",
        "price": "1000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357602_novotech",
        "sale": "0",
        "price": "2000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369465_novotech",
        "sale": "1",
        "price": "290,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357599_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357044_novotech",
        "sale": "1",
        "price": "229,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357477_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456029_novotech",
        "sale": "0",
        "price": "90,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358473_novotech",
        "sale": "0",
        "price": "3470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357488_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357536_novotech",
        "sale": "1",
        "price": "9720,00",
        "price_sale": "2750,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358751_novotech",
        "sale": "0",
        "price": "5220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357552_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369856_novotech",
        "sale": "1",
        "price": "2640,00",
        "price_sale": "1080,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370683_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369270_novotech",
        "sale": "0",
        "price": "768,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369726_novotech",
        "sale": "0",
        "price": "1290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135114_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369828_novotech",
        "sale": "0",
        "price": "513,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357238_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357917_novotech",
        "sale": "1",
        "price": "860,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369664_novotech",
        "sale": "1",
        "price": "710,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357418_novotech",
        "sale": "0",
        "price": "2240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370895_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358437_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358690_novotech",
        "sale": "0",
        "price": "2080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357347_novotech",
        "sale": "1",
        "price": "3084,00",
        "price_sale": "2244,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370330_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358892_novotech",
        "sale": "0",
        "price": "5510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369836_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370859_novotech",
        "sale": "0",
        "price": "1770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357534_novotech",
        "sale": "1",
        "price": "360,00",
        "price_sale": "220,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369332_novotech",
        "sale": "0",
        "price": "357,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357610_novotech",
        "sale": "1",
        "price": "2080,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357144_novotech",
        "sale": "0",
        "price": "2600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357052_novotech",
        "sale": "0",
        "price": "1274,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369802_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370298_novotech",
        "sale": "0",
        "price": "442,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370093_novotech",
        "sale": "0",
        "price": "1240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358798_novotech",
        "sale": "1",
        "price": "40230,00",
        "price_sale": "24100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358356_novotech",
        "sale": "0",
        "price": "6050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370005_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370391_novotech",
        "sale": "0",
        "price": "1650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358462_novotech",
        "sale": "0",
        "price": "3530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370888_novotech",
        "sale": "0",
        "price": "860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369825_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357230_novotech",
        "sale": "0",
        "price": "2320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370066_novotech",
        "sale": "0",
        "price": "763,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358646_novotech",
        "sale": "1",
        "price": "10670,00",
        "price_sale": "6900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135103_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369371_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370844_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370296_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456004_novotech",
        "sale": "0",
        "price": "40,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370289_novotech",
        "sale": "1",
        "price": "710,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358411_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357253_novotech",
        "sale": "0",
        "price": "1461,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370253_novotech",
        "sale": "1",
        "price": "300,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357463_novotech",
        "sale": "1",
        "price": "9690,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358795_novotech",
        "sale": "0",
        "price": "4170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357342_novotech",
        "sale": "0",
        "price": "5730,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370071_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357386_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357457_novotech",
        "sale": "1",
        "price": "4850,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370686_novotech",
        "sale": "0",
        "price": "1640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369734_novotech",
        "sale": "0",
        "price": "1410,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358362_novotech",
        "sale": "1",
        "price": "740,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358792_novotech",
        "sale": "0",
        "price": "3270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357576_novotech",
        "sale": "1",
        "price": "4392,00",
        "price_sale": "2860,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369910_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357183_novotech",
        "sale": "0",
        "price": "1292,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370174_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369698_novotech",
        "sale": "0",
        "price": "202,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370807_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357378_novotech",
        "sale": "1",
        "price": "1400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357382_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358697_novotech",
        "sale": "0",
        "price": "3860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357676_novotech",
        "sale": "1",
        "price": "23390,00",
        "price_sale": "14000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358523_novotech",
        "sale": "0",
        "price": "4390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358840_novotech",
        "sale": "0",
        "price": "5490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357384_novotech",
        "sale": "1",
        "price": "1600,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370339_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358822_novotech",
        "sale": "0",
        "price": "5010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358466_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358788_novotech",
        "sale": "0",
        "price": "5790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358332_novotech",
        "sale": "1",
        "price": "13276,00",
        "price_sale": "4400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370764_novotech",
        "sale": "0",
        "price": "1460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370067_novotech",
        "sale": "0",
        "price": "464,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357182_novotech",
        "sale": "0",
        "price": "1292,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370223_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369298_novotech",
        "sale": "1",
        "price": "890,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370865_novotech",
        "sale": "0",
        "price": "1010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369156_novotech",
        "sale": "0",
        "price": "522,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370004_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370303_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370134_novotech",
        "sale": "0",
        "price": "249,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358354_novotech",
        "sale": "0",
        "price": "6880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358513_novotech",
        "sale": "0",
        "price": "4830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357341_novotech",
        "sale": "0",
        "price": "3100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369942_novotech",
        "sale": "0",
        "price": "1072,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369413_novotech",
        "sale": "0",
        "price": "952,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357474_novotech",
        "sale": "0",
        "price": "8556,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369806_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358487_novotech",
        "sale": "0",
        "price": "3680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369351_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357151_novotech",
        "sale": "0",
        "price": "2050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370744_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357573_novotech",
        "sale": "0",
        "price": "1020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358550_novotech",
        "sale": "0",
        "price": "3730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358774_novotech",
        "sale": "0",
        "price": "3310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358855_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370108_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357614_novotech",
        "sale": "1",
        "price": "1800,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370341_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370707_novotech",
        "sale": "0",
        "price": "440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370189_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370878_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370682_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370702_novotech",
        "sale": "0",
        "price": "440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358311_novotech",
        "sale": "0",
        "price": "5180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370861_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357210_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369297_novotech",
        "sale": "0",
        "price": "736,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358518_novotech",
        "sale": "0",
        "price": "4530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369883_novotech",
        "sale": "0",
        "price": "2740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369741_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357371_novotech",
        "sale": "0",
        "price": "1000,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358664_novotech",
        "sale": "0",
        "price": "4480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370154_novotech",
        "sale": "1",
        "price": "1080,00",
        "price_sale": "540,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369547_novotech",
        "sale": "0",
        "price": "428,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358492_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370779_novotech",
        "sale": "0",
        "price": "2300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357450_novotech",
        "sale": "1",
        "price": "4620,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358459_novotech",
        "sale": "0",
        "price": "4360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357509_novotech",
        "sale": "1",
        "price": "3946,00",
        "price_sale": "1300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357111_novotech",
        "sale": "0",
        "price": "3120,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370316_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370885_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369938_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358830_novotech",
        "sale": "0",
        "price": "6160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370367_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370068_novotech",
        "sale": "0",
        "price": "934,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370315_novotech",
        "sale": "1",
        "price": "440,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358685_novotech",
        "sale": "0",
        "price": "2600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369982_novotech",
        "sale": "0",
        "price": "2200,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357304_novotech",
        "sale": "0",
        "price": "494,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135013_novotech",
        "sale": "0",
        "price": "850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369504_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358378_novotech",
        "sale": "0",
        "price": "1870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358659_novotech",
        "sale": "1",
        "price": "3830,00",
        "price_sale": "2500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369794_novotech",
        "sale": "0",
        "price": "1600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370709_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370390_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369822_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369900_novotech",
        "sale": "1",
        "price": "1490,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370322_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357157_novotech",
        "sale": "1",
        "price": "1322,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358533_novotech",
        "sale": "0",
        "price": "6730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370039_novotech",
        "sale": "1",
        "price": "1100,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358497_novotech",
        "sale": "0",
        "price": "2520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358471_novotech",
        "sale": "0",
        "price": "4440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370308_novotech",
        "sale": "0",
        "price": "624,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369955_novotech",
        "sale": "0",
        "price": "2180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370923_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357449_novotech",
        "sale": "1",
        "price": "14820,00",
        "price_sale": "4900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358734_novotech",
        "sale": "1",
        "price": "5450,00",
        "price_sale": "3300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357241_novotech",
        "sale": "0",
        "price": "2750,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357621_novotech",
        "sale": "0",
        "price": "3310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358539_novotech",
        "sale": "0",
        "price": "4320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369756_novotech",
        "sale": "1",
        "price": "1120,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358474_novotech",
        "sale": "0",
        "price": "4130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370835_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358491_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358649_novotech",
        "sale": "0",
        "price": "9100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370711_novotech",
        "sale": "0",
        "price": "610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370730_novotech",
        "sale": "0",
        "price": "1360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357451_novotech",
        "sale": "1",
        "price": "9406,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370719_novotech",
        "sale": "0",
        "price": "1980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369760_novotech",
        "sale": "0",
        "price": "516,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358787_novotech",
        "sale": "0",
        "price": "5790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358422_novotech",
        "sale": "0",
        "price": "4360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358682_novotech",
        "sale": "0",
        "price": "3260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369330_novotech",
        "sale": "1",
        "price": "7310,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358772_novotech",
        "sale": "0",
        "price": "6160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369719_novotech",
        "sale": "0",
        "price": "2310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357362_novotech",
        "sale": "0",
        "price": "1700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369891_novotech",
        "sale": "1",
        "price": "890,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358881_novotech",
        "sale": "0",
        "price": "2290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370837_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369821_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358376_novotech",
        "sale": "0",
        "price": "1000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370855_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358887_novotech",
        "sale": "0",
        "price": "3850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357290_novotech",
        "sale": "0",
        "price": "2452,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357446_novotech",
        "sale": "0",
        "price": "21640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358507_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358875_novotech",
        "sale": "0",
        "price": "6500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357439_novotech",
        "sale": "0",
        "price": "479,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370751_novotech",
        "sale": "1",
        "price": "1320,00",
        "price_sale": "960,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357499_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357535_novotech",
        "sale": "0",
        "price": "8100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370785_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370242_novotech",
        "sale": "1",
        "price": "340,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358344_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358691_novotech",
        "sale": "0",
        "price": "2080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357258_novotech",
        "sale": "1",
        "price": "4530,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369684_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357365_novotech",
        "sale": "0",
        "price": "898,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369779_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "540,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358600_novotech",
        "sale": "0",
        "price": "4510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370396_novotech",
        "sale": "0",
        "price": "1240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358793_novotech",
        "sale": "0",
        "price": "3950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369704_novotech",
        "sale": "0",
        "price": "280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370887_novotech",
        "sale": "0",
        "price": "1390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135119_novotech",
        "sale": "1",
        "price": "9490,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369648_novotech",
        "sale": "1",
        "price": "390,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357231_novotech",
        "sale": "0",
        "price": "2320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370387_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369712_novotech",
        "sale": "1",
        "price": "460,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357188_novotech",
        "sale": "0",
        "price": "2548,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135091_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370157_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369269_novotech",
        "sale": "1",
        "price": "1600,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370899_novotech",
        "sale": "0",
        "price": "740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369299_novotech",
        "sale": "1",
        "price": "930,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370894_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369954_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358721_novotech",
        "sale": "1",
        "price": "3790,00",
        "price_sale": "2300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456030_novotech",
        "sale": "0",
        "price": "150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357689_novotech",
        "sale": "1",
        "price": "2410,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370069_novotech",
        "sale": "0",
        "price": "862,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357236_novotech",
        "sale": "0",
        "price": "583,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369528_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369893_novotech",
        "sale": "0",
        "price": "1190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370394_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358843_novotech",
        "sale": "0",
        "price": "3830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370211_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369328_novotech",
        "sale": "1",
        "price": "13460,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357699_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370743_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358381_novotech",
        "sale": "1",
        "price": "3130,00",
        "price_sale": "1900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358403_novotech",
        "sale": "1",
        "price": "4710,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369804_novotech",
        "sale": "1",
        "price": "720,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370058_novotech",
        "sale": "1",
        "price": "1100,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369404_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370273_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "190,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369799_novotech",
        "sale": "0",
        "price": "602,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370874_novotech",
        "sale": "0",
        "price": "1350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370843_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358879_novotech",
        "sale": "0",
        "price": "8490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370399_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358421_novotech",
        "sale": "0",
        "price": "4360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370732_novotech",
        "sale": "0",
        "price": "1440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370324_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358436_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370910_novotech",
        "sale": "0",
        "price": "2530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369354_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370753_novotech",
        "sale": "1",
        "price": "1430,00",
        "price_sale": "1040,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358444_novotech",
        "sale": "0",
        "price": "4290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369126_novotech",
        "sale": "1",
        "price": "730,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358465_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358675_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358496_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369679_novotech",
        "sale": "0",
        "price": "1003,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369943_novotech",
        "sale": "1",
        "price": "1072,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370137_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370362_novotech",
        "sale": "0",
        "price": "1112,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358470_novotech",
        "sale": "0",
        "price": "10720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357528_novotech",
        "sale": "1",
        "price": "3288,00",
        "price_sale": "1540,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357021_novotech",
        "sale": "1",
        "price": "5260,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369390_novotech",
        "sale": "0",
        "price": "682,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369331_novotech",
        "sale": "1",
        "price": "7490,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358671_novotech",
        "sale": "0",
        "price": "4090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357170_novotech",
        "sale": "0",
        "price": "748,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370321_novotech",
        "sale": "0",
        "price": "436,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369979_novotech",
        "sale": "1",
        "price": "3730,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370293_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370144_novotech",
        "sale": "0",
        "price": "539,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358559_novotech",
        "sale": "0",
        "price": "7520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370279_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358663_novotech",
        "sale": "0",
        "price": "3620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358680_novotech",
        "sale": "0",
        "price": "1660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357542_novotech",
        "sale": "1",
        "price": "6700,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370235_novotech",
        "sale": "0",
        "price": "1120,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357167_novotech",
        "sale": "0",
        "price": "524,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370385_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369814_novotech",
        "sale": "1",
        "price": "1410,00",
        "price_sale": "720,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370352_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370026_novotech",
        "sale": "1",
        "price": "1300,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456022_novotech",
        "sale": "0",
        "price": "60,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358744_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370919_novotech",
        "sale": "0",
        "price": "1510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357116_novotech",
        "sale": "0",
        "price": "4212,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370233_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358775_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370831_novotech",
        "sale": "0",
        "price": "2100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370860_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370227_novotech",
        "sale": "1",
        "price": "2160,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357243_novotech",
        "sale": "0",
        "price": "2750,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369697_novotech",
        "sale": "0",
        "price": "202,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358406_novotech",
        "sale": "1",
        "price": "5090,00",
        "price_sale": "3100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370042_novotech",
        "sale": "1",
        "price": "2448,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135124_novotech",
        "sale": "0",
        "price": "2190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369552_novotech",
        "sale": "0",
        "price": "630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357366_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357620_novotech",
        "sale": "1",
        "price": "4050,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358858_novotech",
        "sale": "0",
        "price": "3380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358475_novotech",
        "sale": "0",
        "price": "5210,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357728_novotech",
        "sale": "0",
        "price": "850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358791_novotech",
        "sale": "0",
        "price": "3270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135138_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370304_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358694_novotech",
        "sale": "0",
        "price": "2790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358885_novotech",
        "sale": "0",
        "price": "3550,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357346_novotech",
        "sale": "0",
        "price": "3800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357314_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370128_novotech",
        "sale": "0",
        "price": "282,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358831_novotech",
        "sale": "0",
        "price": "3310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370188_novotech",
        "sale": "0",
        "price": "724,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370687_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369807_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135121_novotech",
        "sale": "0",
        "price": "2190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370872_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370725_novotech",
        "sale": "0",
        "price": "1160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357128_novotech",
        "sale": "0",
        "price": "1250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357381_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358394_novotech",
        "sale": "0",
        "price": "3530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357046_novotech",
        "sale": "0",
        "price": "898,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358684_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456026_novotech",
        "sale": "0",
        "price": "150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369718_novotech",
        "sale": "0",
        "price": "340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357677_novotech",
        "sale": "0",
        "price": "2200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370014_novotech",
        "sale": "1",
        "price": "3936,00",
        "price_sale": "1650,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357524_novotech",
        "sale": "0",
        "price": "1390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369304_novotech",
        "sale": "1",
        "price": "1750,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369461_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358773_novotech",
        "sale": "0",
        "price": "3310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358495_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370047_novotech",
        "sale": "1",
        "price": "5600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358504_novotech",
        "sale": "0",
        "price": "3950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370100_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358764_novotech",
        "sale": "0",
        "price": "5040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456025_novotech",
        "sale": "0",
        "price": "136,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357155_novotech",
        "sale": "1",
        "price": "1200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369688_novotech",
        "sale": "0",
        "price": "490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369834_novotech",
        "sale": "1",
        "price": "1812,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370089_novotech",
        "sale": "0",
        "price": "1080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369785_novotech",
        "sale": "0",
        "price": "1700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370121_novotech",
        "sale": "0",
        "price": "254,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357385_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369282_novotech",
        "sale": "1",
        "price": "420,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370306_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357194_novotech",
        "sale": "0",
        "price": "1393,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358451_novotech",
        "sale": "0",
        "price": "2260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358307_novotech",
        "sale": "0",
        "price": "2740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135099_novotech",
        "sale": "0",
        "price": "640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369964_novotech",
        "sale": "0",
        "price": "628,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358604_novotech",
        "sale": "1",
        "price": "2260,00",
        "price_sale": "1500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358658_novotech",
        "sale": "0",
        "price": "4110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357549_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369314_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358476_novotech",
        "sale": "0",
        "price": "6200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358702_novotech",
        "sale": "0",
        "price": "4590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370920_novotech",
        "sale": "0",
        "price": "1540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358426_novotech",
        "sale": "0",
        "price": "5190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358683_novotech",
        "sale": "0",
        "price": "1130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358799_novotech",
        "sale": "1",
        "price": "37670,00",
        "price_sale": "22600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358706_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358625_novotech",
        "sale": "0",
        "price": "6990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357284_novotech",
        "sale": "1",
        "price": "2508,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357557_novotech",
        "sale": "0",
        "price": "2574,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369838_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358573_novotech",
        "sale": "0",
        "price": "4060,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358382_novotech",
        "sale": "1",
        "price": "2810,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135144_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358433_novotech",
        "sale": "0",
        "price": "6090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358662_novotech",
        "sale": "1",
        "price": "4040,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370161_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357571_novotech",
        "sale": "1",
        "price": "2301,00",
        "price_sale": "1611,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357401_novotech",
        "sale": "1",
        "price": "6760,00",
        "price_sale": "3800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358517_novotech",
        "sale": "0",
        "price": "3220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358505_novotech",
        "sale": "0",
        "price": "3950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370240_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370708_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370840_novotech",
        "sale": "0",
        "price": "1710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369309_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370376_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357460_novotech",
        "sale": "1",
        "price": "3700,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370145_novotech",
        "sale": "0",
        "price": "539,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357686_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358541_novotech",
        "sale": "0",
        "price": "6070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370290_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358813_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357343_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369342_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357363_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358674_novotech",
        "sale": "1",
        "price": "4190,00",
        "price_sale": "2700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369373_novotech",
        "sale": "0",
        "price": "722,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357257_novotech",
        "sale": "1",
        "price": "3630,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358888_novotech",
        "sale": "0",
        "price": "3850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357412_novotech",
        "sale": "0",
        "price": "3100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358629_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370784_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358338_novotech",
        "sale": "1",
        "price": "19336,00",
        "price_sale": "6400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369707_novotech",
        "sale": "0",
        "price": "169,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370162_novotech",
        "sale": "1",
        "price": "1368,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358916_novotech",
        "sale": "0",
        "price": "1480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357575_novotech",
        "sale": "0",
        "price": "1780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358532_novotech",
        "sale": "0",
        "price": "5410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369542_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358800_novotech",
        "sale": "1",
        "price": "37670,00",
        "price_sale": "22600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358445_novotech",
        "sale": "0",
        "price": "27700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357547_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370117_novotech",
        "sale": "0",
        "price": "397,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369588_novotech",
        "sale": "1",
        "price": "640,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369786_novotech",
        "sale": "0",
        "price": "3030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357693_novotech",
        "sale": "0",
        "price": "3270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358453_novotech",
        "sale": "0",
        "price": "9380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357503_novotech",
        "sale": "0",
        "price": "2070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369284_novotech",
        "sale": "1",
        "price": "360,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370378_novotech",
        "sale": "0",
        "price": "200,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370310_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370691_novotech",
        "sale": "1",
        "price": "1390,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370182_novotech",
        "sale": "0",
        "price": "751,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357586_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370063_novotech",
        "sale": "1",
        "price": "353,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357420_novotech",
        "sale": "1",
        "price": "3060,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135142_novotech",
        "sale": "0",
        "price": "230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358628_novotech",
        "sale": "0",
        "price": "8040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370116_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369925_novotech",
        "sale": "0",
        "price": "592,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357187_novotech",
        "sale": "0",
        "price": "3367,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370139_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357408_novotech",
        "sale": "0",
        "price": "6080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358783_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357577_novotech",
        "sale": "1",
        "price": "2030,00",
        "price_sale": "1020,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358371_novotech",
        "sale": "0",
        "price": "2960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369429_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358883_novotech",
        "sale": "0",
        "price": "2510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357617_novotech",
        "sale": "1",
        "price": "1980,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358425_novotech",
        "sale": "0",
        "price": "5190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369642_novotech",
        "sale": "0",
        "price": "590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357400_novotech",
        "sale": "1",
        "price": "3190,00",
        "price_sale": "1800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358621_novotech",
        "sale": "0",
        "price": "5190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370028_novotech",
        "sale": "1",
        "price": "2100,00",
        "price_sale": "1100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135128_novotech",
        "sale": "0",
        "price": "3950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358601_novotech",
        "sale": "1",
        "price": "1710,00",
        "price_sale": "1100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369924_novotech",
        "sale": "0",
        "price": "1090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370247_novotech",
        "sale": "1",
        "price": "430,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358701_novotech",
        "sale": "0",
        "price": "4780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357233_novotech",
        "sale": "0",
        "price": "6200,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357562_novotech",
        "sale": "1",
        "price": "17412,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369803_novotech",
        "sale": "1",
        "price": "720,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358316_novotech",
        "sale": "0",
        "price": "6990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358826_novotech",
        "sale": "0",
        "price": "3010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370319_novotech",
        "sale": "0",
        "price": "436,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369862_novotech",
        "sale": "0",
        "price": "1660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357321_novotech",
        "sale": "0",
        "price": "1360,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370400_novotech",
        "sale": "0",
        "price": "2780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369409_novotech",
        "sale": "1",
        "price": "2650,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370078_novotech",
        "sale": "1",
        "price": "1700,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357300_novotech",
        "sale": "0",
        "price": "635,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358386_novotech",
        "sale": "0",
        "price": "2010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369543_novotech",
        "sale": "0",
        "price": "658,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358761_novotech",
        "sale": "0",
        "price": "4890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370786_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357334_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358427_novotech",
        "sale": "0",
        "price": "6240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370173_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369628_novotech",
        "sale": "1",
        "price": "330,00",
        "price_sale": "70,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357226_novotech",
        "sale": "0",
        "price": "5330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369969_novotech",
        "sale": "1",
        "price": "1700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369575_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369516_novotech",
        "sale": "0",
        "price": "213,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358818_novotech",
        "sale": "0",
        "price": "4590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357173_novotech",
        "sale": "0",
        "price": "926,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135098_novotech",
        "sale": "0",
        "price": "640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369439_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369565_novotech",
        "sale": "0",
        "price": "1330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370771_novotech",
        "sale": "0",
        "price": "2560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357332_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358512_novotech",
        "sale": "0",
        "price": "3720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369793_novotech",
        "sale": "0",
        "price": "1600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370847_novotech",
        "sale": "0",
        "price": "1710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369454_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358712_novotech",
        "sale": "1",
        "price": "3150,00",
        "price_sale": "1900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357915_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135108_novotech",
        "sale": "0",
        "price": "110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370915_novotech",
        "sale": "0",
        "price": "1370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369948_novotech",
        "sale": "0",
        "price": "3350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357685_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358535_novotech",
        "sale": "0",
        "price": "8270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358615_novotech",
        "sale": "0",
        "price": "6840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357181_novotech",
        "sale": "0",
        "price": "2408,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358456_novotech",
        "sale": "0",
        "price": "780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358321_novotech",
        "sale": "0",
        "price": "4270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369957_novotech",
        "sale": "1",
        "price": "1174,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357372_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357692_novotech",
        "sale": "0",
        "price": "3270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370049_novotech",
        "sale": "1",
        "price": "5330,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358589_novotech",
        "sale": "0",
        "price": "4440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369860_novotech",
        "sale": "1",
        "price": "6820,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357192_novotech",
        "sale": "0",
        "price": "2303,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357581_novotech",
        "sale": "0",
        "price": "7540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358446_novotech",
        "sale": "0",
        "price": "29250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370851_novotech",
        "sale": "0",
        "price": "1720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357318_novotech",
        "sale": "0",
        "price": "1164,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369511_novotech",
        "sale": "0",
        "price": "680,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358758_novotech",
        "sale": "0",
        "price": "5110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369966_novotech",
        "sale": "1",
        "price": "2320,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357244_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135110_novotech",
        "sale": "0",
        "price": "4950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370165_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358803_novotech",
        "sale": "0",
        "price": "3680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357149_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370724_novotech",
        "sale": "0",
        "price": "910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358488_novotech",
        "sale": "0",
        "price": "3680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369823_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370314_novotech",
        "sale": "1",
        "price": "440,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370255_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369713_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358651_novotech",
        "sale": "0",
        "price": "2920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135148_novotech",
        "sale": "0",
        "price": "230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370541_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358623_novotech",
        "sale": "0",
        "price": "7590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357569_novotech",
        "sale": "0",
        "price": "2721,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369930_novotech",
        "sale": "1",
        "price": "1042,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358669_novotech",
        "sale": "0",
        "price": "3070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358634_novotech",
        "sale": "0",
        "price": "6390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358848_novotech",
        "sale": "0",
        "price": "7290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358801_novotech",
        "sale": "0",
        "price": "3460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370703_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358303_novotech",
        "sale": "1",
        "price": "3320,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369402_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369716_novotech",
        "sale": "0",
        "price": "340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369715_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370200_novotech",
        "sale": "0",
        "price": "1870,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370925_novotech",
        "sale": "0",
        "price": "1180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369769_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369762_novotech",
        "sale": "1",
        "price": "1220,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370898_novotech",
        "sale": "0",
        "price": "740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370897_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357214_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369890_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135145_novotech",
        "sale": "0",
        "price": "380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358756_novotech",
        "sale": "0",
        "price": "4590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370131_novotech",
        "sale": "0",
        "price": "858,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370052_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357511_novotech",
        "sale": "1",
        "price": "5206,00",
        "price_sale": "2040,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358603_novotech",
        "sale": "1",
        "price": "1860,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370022_novotech",
        "sale": "1",
        "price": "9768,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370756_novotech",
        "sale": "1",
        "price": "1060,00",
        "price_sale": "780,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358409_novotech",
        "sale": "0",
        "price": "3230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135111_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358693_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370896_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358647_novotech",
        "sale": "0",
        "price": "8800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370239_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370815_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357490_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370542_novotech",
        "sale": "0",
        "price": "380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135150_novotech",
        "sale": "0",
        "price": "40,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370834_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357475_novotech",
        "sale": "1",
        "price": "10836,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370773_novotech",
        "sale": "0",
        "price": "2960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357303_novotech",
        "sale": "0",
        "price": "514,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358631_novotech",
        "sale": "0",
        "price": "6540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357254_novotech",
        "sale": "0",
        "price": "3136,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357548_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357211_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370266_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370062_novotech",
        "sale": "0",
        "price": "353,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357195_novotech",
        "sale": "0",
        "price": "767,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358802_novotech",
        "sale": "0",
        "price": "3460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357579_novotech",
        "sale": "1",
        "price": "6690,00",
        "price_sale": "3340,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369306_novotech",
        "sale": "0",
        "price": "1530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358548_novotech",
        "sale": "0",
        "price": "4390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370237_novotech",
        "sale": "0",
        "price": "1180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370318_novotech",
        "sale": "1",
        "price": "440,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357476_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370281_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369988_novotech",
        "sale": "1",
        "price": "3810,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357583_novotech",
        "sale": "1",
        "price": "2928,00",
        "price_sale": "1870,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357260_novotech",
        "sale": "0",
        "price": "1384,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357561_novotech",
        "sale": "1",
        "price": "11820,00",
        "price_sale": "3000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357317_novotech",
        "sale": "0",
        "price": "1126,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357224_novotech",
        "sale": "0",
        "price": "5500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369515_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370775_novotech",
        "sale": "0",
        "price": "7790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370693_novotech",
        "sale": "1",
        "price": "1390,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358743_novotech",
        "sale": "0",
        "price": "4740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369372_novotech",
        "sale": "0",
        "price": "722,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358880_novotech",
        "sale": "0",
        "price": "8490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370262_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357473_novotech",
        "sale": "1",
        "price": "12648,00",
        "price_sale": "6972,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369880_novotech",
        "sale": "0",
        "price": "2880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358897_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370065_novotech",
        "sale": "0",
        "price": "299,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369537_novotech",
        "sale": "0",
        "price": "678,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369463_novotech",
        "sale": "1",
        "price": "1100,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370109_novotech",
        "sale": "0",
        "price": "257,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357482_novotech",
        "sale": "0",
        "price": "630,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369226_novotech",
        "sale": "0",
        "price": "1011,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369864_novotech",
        "sale": "1",
        "price": "3790,00",
        "price_sale": "1900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370501_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369732_novotech",
        "sale": "0",
        "price": "1284,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357174_novotech",
        "sale": "0",
        "price": "926,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357269_novotech",
        "sale": "1",
        "price": "2508,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369975_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370905_novotech",
        "sale": "0",
        "price": "1990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357016_novotech",
        "sale": "0",
        "price": "800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357591_novotech",
        "sale": "0",
        "price": "150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370742_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370817_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357288_novotech",
        "sale": "0",
        "price": "1870,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357110_novotech",
        "sale": "0",
        "price": "3120,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357160_novotech",
        "sale": "0",
        "price": "1474,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358759_novotech",
        "sale": "0",
        "price": "5110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357349_novotech",
        "sale": "0",
        "price": "2500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369562_novotech",
        "sale": "0",
        "price": "640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357398_novotech",
        "sale": "1",
        "price": "7464,00",
        "price_sale": "4884,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369992_novotech",
        "sale": "1",
        "price": "1600,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370019_novotech",
        "sale": "1",
        "price": "5676,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358689_novotech",
        "sale": "0",
        "price": "2150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358632_novotech",
        "sale": "0",
        "price": "6540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369350_novotech",
        "sale": "0",
        "price": "315,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357694_novotech",
        "sale": "1",
        "price": "2330,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358555_novotech",
        "sale": "0",
        "price": "9770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369572_novotech",
        "sale": "0",
        "price": "162,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357922_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357291_novotech",
        "sale": "0",
        "price": "3213,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370729_novotech",
        "sale": "0",
        "price": "1360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358334_novotech",
        "sale": "1",
        "price": "13696,00",
        "price_sale": "4600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369428_novotech",
        "sale": "0",
        "price": "450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370199_novotech",
        "sale": "1",
        "price": "2472,00",
        "price_sale": "1320,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357445_novotech",
        "sale": "1",
        "price": "13520,00",
        "price_sale": "6000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357142_novotech",
        "sale": "0",
        "price": "5150,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358620_novotech",
        "sale": "0",
        "price": "6840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357353_novotech",
        "sale": "1",
        "price": "1524,00",
        "price_sale": "880,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369644_novotech",
        "sale": "0",
        "price": "590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369796_novotech",
        "sale": "0",
        "price": "2080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357601_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357320_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369871_novotech",
        "sale": "1",
        "price": "3440,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370869_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370522_novotech",
        "sale": "1",
        "price": "440,00",
        "price_sale": "200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358305_novotech",
        "sale": "0",
        "price": "2740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358353_novotech",
        "sale": "1",
        "price": "9860,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370821_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357565_novotech",
        "sale": "1",
        "price": "5808,00",
        "price_sale": "1980,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358703_novotech",
        "sale": "0",
        "price": "4590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358452_novotech",
        "sale": "0",
        "price": "6720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357164_novotech",
        "sale": "0",
        "price": "977,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370295_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358379_novotech",
        "sale": "1",
        "price": "2410,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358860_novotech",
        "sale": "0",
        "price": "5410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357435_novotech",
        "sale": "1",
        "price": "1980,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358576_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357048_novotech",
        "sale": "0",
        "price": "892,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358296_novotech",
        "sale": "0",
        "price": "3030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358854_novotech",
        "sale": "0",
        "price": "3380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358784_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369800_novotech",
        "sale": "0",
        "price": "602,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369541_novotech",
        "sale": "0",
        "price": "658,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369865_novotech",
        "sale": "1",
        "price": "1870,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357373_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369879_novotech",
        "sale": "0",
        "price": "2740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369280_novotech",
        "sale": "0",
        "price": "420,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370757_novotech",
        "sale": "1",
        "price": "1280,00",
        "price_sale": "940,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357396_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358357_novotech",
        "sale": "0",
        "price": "6050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357206_novotech",
        "sale": "0",
        "price": "1018,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370846_novotech",
        "sale": "0",
        "price": "1710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358478_novotech",
        "sale": "0",
        "price": "4800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370571_novotech",
        "sale": "1",
        "price": "340,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369904_novotech",
        "sale": "1",
        "price": "285,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357560_novotech",
        "sale": "0",
        "price": "5020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357582_novotech",
        "sale": "1",
        "price": "10060,00",
        "price_sale": "5040,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370210_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370218_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370166_novotech",
        "sale": "0",
        "price": "906,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369344_novotech",
        "sale": "0",
        "price": "450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135151_novotech",
        "sale": "0",
        "price": "390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357506_novotech",
        "sale": "1",
        "price": "3540,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357492_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357472_novotech",
        "sale": "1",
        "price": "5820,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357491_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370794_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370349_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370129_novotech",
        "sale": "1",
        "price": "1780,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357190_novotech",
        "sale": "0",
        "price": "2200,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358583_novotech",
        "sale": "0",
        "price": "53610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370342_novotech",
        "sale": "1",
        "price": "620,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358890_novotech",
        "sale": "0",
        "price": "5430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358754_novotech",
        "sale": "0",
        "price": "4700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358569_novotech",
        "sale": "0",
        "price": "3760,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369283_novotech",
        "sale": "1",
        "price": "270,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370728_novotech",
        "sale": "0",
        "price": "1360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369377_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370685_novotech",
        "sale": "0",
        "price": "1640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370371_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370929_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135095_novotech",
        "sale": "0",
        "price": "40,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357618_novotech",
        "sale": "1",
        "price": "2626,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370689_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370274_novotech",
        "sale": "1",
        "price": "588,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370900_novotech",
        "sale": "0",
        "price": "1090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358489_novotech",
        "sale": "0",
        "price": "7370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357615_novotech",
        "sale": "1",
        "price": "3076,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370271_novotech",
        "sale": "0",
        "price": "760,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370230_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358637_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369302_novotech",
        "sale": "0",
        "price": "1490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369738_novotech",
        "sale": "1",
        "price": "1080,00",
        "price_sale": "612,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358324_novotech",
        "sale": "0",
        "price": "5340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370030_novotech",
        "sale": "1",
        "price": "2860,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370251_novotech",
        "sale": "1",
        "price": "300,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369941_novotech",
        "sale": "0",
        "price": "934,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357283_novotech",
        "sale": "1",
        "price": "5544,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358364_novotech",
        "sale": "1",
        "price": "2310,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358626_novotech",
        "sale": "0",
        "price": "6990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357158_novotech",
        "sale": "0",
        "price": "1300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369517_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370715_novotech",
        "sale": "0",
        "price": "990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369882_novotech",
        "sale": "0",
        "price": "2880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370891_novotech",
        "sale": "0",
        "price": "940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369554_novotech",
        "sale": "0",
        "price": "590,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370736_novotech",
        "sale": "0",
        "price": "1820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358762_novotech",
        "sale": "0",
        "price": "4890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358871_novotech",
        "sale": "0",
        "price": "6130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370907_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370361_novotech",
        "sale": "0",
        "price": "1243,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369318_novotech",
        "sale": "0",
        "price": "1180,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370537_novotech",
        "sale": "0",
        "price": "510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358839_novotech",
        "sale": "0",
        "price": "5490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357178_novotech",
        "sale": "0",
        "price": "1142,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357225_novotech",
        "sale": "0",
        "price": "8900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369106_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358766_novotech",
        "sale": "0",
        "price": "5410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370163_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370790_novotech",
        "sale": "0",
        "price": "1480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370521_novotech",
        "sale": "0",
        "price": "350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369844_novotech",
        "sale": "1",
        "price": "1410,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357197_novotech",
        "sale": "0",
        "price": "1221,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370054_novotech",
        "sale": "1",
        "price": "454,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135139_novotech",
        "sale": "0",
        "price": "230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370914_novotech",
        "sale": "0",
        "price": "1370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370783_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358358_novotech",
        "sale": "0",
        "price": "7720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358557_novotech",
        "sale": "0",
        "price": "5490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358606_novotech",
        "sale": "0",
        "price": "6540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370796_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369162_novotech",
        "sale": "0",
        "price": "540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358864_novotech",
        "sale": "0",
        "price": "5710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369851_novotech",
        "sale": "0",
        "price": "1248,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357448_novotech",
        "sale": "1",
        "price": "7890,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357049_novotech",
        "sale": "0",
        "price": "1274,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135120_novotech",
        "sale": "1",
        "price": "9490,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370800_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369581_novotech",
        "sale": "0",
        "price": "688,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358375_novotech",
        "sale": "0",
        "price": "1000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370259_novotech",
        "sale": "1",
        "price": "550,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370678_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358867_novotech",
        "sale": "0",
        "price": "5750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370015_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357409_novotech",
        "sale": "0",
        "price": "2300,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370770_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135107_novotech",
        "sale": "0",
        "price": "1430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369855_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357118_novotech",
        "sale": "0",
        "price": "1742,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370125_novotech",
        "sale": "1",
        "price": "2740,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358342_novotech",
        "sale": "0",
        "price": "3260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369771_novotech",
        "sale": "0",
        "price": "280,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135011_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370294_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369100_novotech",
        "sale": "0",
        "price": "480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358367_novotech",
        "sale": "0",
        "price": "1260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369467_novotech",
        "sale": "0",
        "price": "330,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357609_novotech",
        "sale": "1",
        "price": "1570,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357176_novotech",
        "sale": "0",
        "price": "1142,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369997_novotech",
        "sale": "1",
        "price": "3350,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370519_novotech",
        "sale": "0",
        "price": "320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369585_novotech",
        "sale": "1",
        "price": "560,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370903_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358845_novotech",
        "sale": "0",
        "price": "5940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370511_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369895_novotech",
        "sale": "1",
        "price": "1660,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370248_novotech",
        "sale": "1",
        "price": "430,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358524_novotech",
        "sale": "0",
        "price": "6730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369500_novotech",
        "sale": "0",
        "price": "296,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370883_novotech",
        "sale": "0",
        "price": "1410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370236_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370148_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370232_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358502_novotech",
        "sale": "0",
        "price": "3570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357286_novotech",
        "sale": "1",
        "price": "3804,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358786_novotech",
        "sale": "0",
        "price": "5560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370286_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358468_novotech",
        "sale": "0",
        "price": "6240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456012_novotech",
        "sale": "0",
        "price": "40,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357502_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358493_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370717_novotech",
        "sale": "0",
        "price": "1020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357675_novotech",
        "sale": "1",
        "price": "16080,00",
        "price_sale": "9600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357339_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358781_novotech",
        "sale": "0",
        "price": "5110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358835_novotech",
        "sale": "0",
        "price": "6770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369837_novotech",
        "sale": "1",
        "price": "950,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369438_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370879_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358805_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370012_novotech",
        "sale": "1",
        "price": "3972,00",
        "price_sale": "1650,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369881_novotech",
        "sale": "0",
        "price": "2740,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370185_novotech",
        "sale": "0",
        "price": "684,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369873_novotech",
        "sale": "0",
        "price": "1366,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135130_novotech",
        "sale": "1",
        "price": "19000,00",
        "price_sale": "13900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357057_novotech",
        "sale": "0",
        "price": "1580,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370930_novotech",
        "sale": "0",
        "price": "1230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357193_novotech",
        "sale": "0",
        "price": "1114,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369530_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369905_novotech",
        "sale": "0",
        "price": "632,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358639_novotech",
        "sale": "0",
        "price": "2710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135109_novotech",
        "sale": "0",
        "price": "110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369460_novotech",
        "sale": "0",
        "price": "460,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370292_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358741_novotech",
        "sale": "0",
        "price": "4310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370243_novotech",
        "sale": "1",
        "price": "425,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357555_novotech",
        "sale": "0",
        "price": "2574,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369830_novotech",
        "sale": "0",
        "price": "162,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370220_novotech",
        "sale": "1",
        "price": "1780,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357514_novotech",
        "sale": "1",
        "price": "5880,00",
        "price_sale": "2400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357344_novotech",
        "sale": "0",
        "price": "4800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369569_novotech",
        "sale": "0",
        "price": "140,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358779_novotech",
        "sale": "0",
        "price": "3980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370101_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357198_novotech",
        "sale": "0",
        "price": "1413,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369496_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357679_novotech",
        "sale": "1",
        "price": "3988,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358322_novotech",
        "sale": "0",
        "price": "5050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370167_novotech",
        "sale": "0",
        "price": "1000,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369765_novotech",
        "sale": "1",
        "price": "2060,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357416_novotech",
        "sale": "0",
        "price": "2600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135012_novotech",
        "sale": "0",
        "price": "850,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370808_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370153_novotech",
        "sale": "0",
        "price": "1080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370311_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358372_novotech",
        "sale": "0",
        "price": "2960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370212_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135005_novotech",
        "sale": "0",
        "price": "450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370328_novotech",
        "sale": "1",
        "price": "1740,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358561_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357430_novotech",
        "sale": "0",
        "price": "9210,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370344_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369567_novotech",
        "sale": "0",
        "price": "215,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370823_novotech",
        "sale": "0",
        "price": "1540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369739_novotech",
        "sale": "1",
        "price": "1080,00",
        "price_sale": "400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357293_novotech",
        "sale": "1",
        "price": "2266,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358619_novotech",
        "sale": "0",
        "price": "6840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370034_novotech",
        "sale": "1",
        "price": "2300,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358650_novotech",
        "sale": "1",
        "price": "10670,00",
        "price_sale": "6900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369294_novotech",
        "sale": "0",
        "price": "736,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357521_novotech",
        "sale": "0",
        "price": "11720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370871_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370908_novotech",
        "sale": "0",
        "price": "2390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135016_novotech",
        "sale": "0",
        "price": "50,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357468_novotech",
        "sale": "1",
        "price": "4740,00",
        "price_sale": "2800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358833_novotech",
        "sale": "0",
        "price": "5410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358872_novotech",
        "sale": "0",
        "price": "6130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358672_novotech",
        "sale": "0",
        "price": "4340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370538_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369300_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357218_novotech",
        "sale": "0",
        "price": "3900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370106_novotech",
        "sale": "0",
        "price": "736,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357263_novotech",
        "sale": "1",
        "price": "4096,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370752_novotech",
        "sale": "1",
        "price": "1320,00",
        "price_sale": "960,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370136_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358810_novotech",
        "sale": "0",
        "price": "4810,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370838_novotech",
        "sale": "0",
        "price": "1240,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370713_novotech",
        "sale": "0",
        "price": "2430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135003_novotech",
        "sale": "0",
        "price": "3130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370178_novotech",
        "sale": "1",
        "price": "6996,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357261_novotech",
        "sale": "0",
        "price": "1702,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357395_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456021_novotech",
        "sale": "0",
        "price": "136,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369285_novotech",
        "sale": "1",
        "price": "870,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357247_novotech",
        "sale": "0",
        "price": "2750,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370782_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357268_novotech",
        "sale": "1",
        "price": "3920,00",
        "price_sale": "2360,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358366_novotech",
        "sale": "1",
        "price": "2670,00",
        "price_sale": "1300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370826_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370135_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357165_novotech",
        "sale": "0",
        "price": "524,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135149_novotech",
        "sale": "0",
        "price": "40,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358622_novotech",
        "sale": "0",
        "price": "5190,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370525_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357189_novotech",
        "sale": "0",
        "price": "1666,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370120_novotech",
        "sale": "0",
        "price": "522,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369113_novotech",
        "sale": "0",
        "price": "260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358414_novotech",
        "sale": "0",
        "price": "3230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358873_novotech",
        "sale": "0",
        "price": "8570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358510_novotech",
        "sale": "0",
        "price": "3570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358757_novotech",
        "sale": "0",
        "price": "4810,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358723_novotech",
        "sale": "1",
        "price": "3690,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369899_novotech",
        "sale": "0",
        "price": "976,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369647_novotech",
        "sale": "1",
        "price": "390,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370033_novotech",
        "sale": "1",
        "price": "3110,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369896_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358388_novotech",
        "sale": "1",
        "price": "1980,00",
        "price_sale": "1000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370867_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357287_novotech",
        "sale": "0",
        "price": "1403,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358852_novotech",
        "sale": "0",
        "price": "4960,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370009_novotech",
        "sale": "0",
        "price": "442,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370789_novotech",
        "sale": "0",
        "price": "1410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369990_novotech",
        "sale": "1",
        "price": "1800,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369875_novotech",
        "sale": "0",
        "price": "1234,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358919_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358395_novotech",
        "sale": "1",
        "price": "4560,00",
        "price_sale": "2700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370918_novotech",
        "sale": "0",
        "price": "1510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369586_novotech",
        "sale": "1",
        "price": "560,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358638_novotech",
        "sale": "0",
        "price": "2710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358687_novotech",
        "sale": "0",
        "price": "1990,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370291_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369985_novotech",
        "sale": "1",
        "price": "2000,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358547_novotech",
        "sale": "0",
        "price": "6140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357611_novotech",
        "sale": "1",
        "price": "2450,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370055_novotech",
        "sale": "1",
        "price": "454,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370848_novotech",
        "sale": "0",
        "price": "1720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357171_novotech",
        "sale": "0",
        "price": "748,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369582_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369950_novotech",
        "sale": "1",
        "price": "4104,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370369_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358808_novotech",
        "sale": "0",
        "price": "4360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370221_novotech",
        "sale": "1",
        "price": "1780,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369923_novotech",
        "sale": "1",
        "price": "1308,00",
        "price_sale": "550,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358652_novotech",
        "sale": "0",
        "price": "2920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370072_novotech",
        "sale": "1",
        "price": "1400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357215_novotech",
        "sale": "0",
        "price": "490,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358432_novotech",
        "sale": "0",
        "price": "6090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369972_novotech",
        "sale": "0",
        "price": "791,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135104_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135118_novotech",
        "sale": "1",
        "price": "7400,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357404_novotech",
        "sale": "1",
        "price": "9570,00",
        "price_sale": "3840,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358472_novotech",
        "sale": "0",
        "price": "4440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135140_novotech",
        "sale": "0",
        "price": "230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357556_novotech",
        "sale": "0",
        "price": "2574,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370684_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456020_novotech",
        "sale": "0",
        "price": "60,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369788_novotech",
        "sale": "0",
        "price": "968,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370360_novotech",
        "sale": "0",
        "price": "1243,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369965_novotech",
        "sale": "0",
        "price": "628,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369914_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358319_novotech",
        "sale": "0",
        "price": "1900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358580_novotech",
        "sale": "0",
        "price": "80,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369312_novotech",
        "sale": "0",
        "price": "610,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358878_novotech",
        "sale": "0",
        "price": "9770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370862_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370389_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358823_novotech",
        "sale": "0",
        "price": "7380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357407_novotech",
        "sale": "1",
        "price": "7580,00",
        "price_sale": "4500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358499_novotech",
        "sale": "0",
        "price": "2820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357315_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369695_novotech",
        "sale": "0",
        "price": "370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358844_novotech",
        "sale": "0",
        "price": "3830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369355_novotech",
        "sale": "0",
        "price": "722,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370103_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369809_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370192_novotech",
        "sale": "0",
        "price": "1296,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357467_novotech",
        "sale": "1",
        "price": "4180,00",
        "price_sale": "1600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358348_novotech",
        "sale": "1",
        "price": "13680,00",
        "price_sale": "5600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357522_novotech",
        "sale": "0",
        "price": "16160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369901_novotech",
        "sale": "0",
        "price": "1090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358667_novotech",
        "sale": "0",
        "price": "5930,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370677_novotech",
        "sale": "0",
        "price": "1050,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370398_novotech",
        "sale": "0",
        "price": "1920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357455_novotech",
        "sale": "1",
        "price": "4910,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369835_novotech",
        "sale": "1",
        "price": "2600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358863_novotech",
        "sale": "0",
        "price": "5710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369724_novotech",
        "sale": "0",
        "price": "780,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357216_novotech",
        "sale": "0",
        "price": "894,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370337_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369833_novotech",
        "sale": "1",
        "price": "1220,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358509_novotech",
        "sale": "0",
        "price": "2520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357697_novotech",
        "sale": "1",
        "price": "3380,00",
        "price_sale": "1400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357364_novotech",
        "sale": "0",
        "price": "1454,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370876_novotech",
        "sale": "0",
        "price": "1090,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135015_novotech",
        "sale": "0",
        "price": "280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370351_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357517_novotech",
        "sale": "0",
        "price": "5700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370384_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358519_novotech",
        "sale": "0",
        "price": "6510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369920_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357278_novotech",
        "sale": "1",
        "price": "2890,00",
        "price_sale": "1740,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369795_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369622_novotech",
        "sale": "1",
        "price": "440,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358889_novotech",
        "sale": "0",
        "price": "5130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357406_novotech",
        "sale": "1",
        "price": "9310,00",
        "price_sale": "5600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358521_novotech",
        "sale": "0",
        "price": "4530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370216_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370755_novotech",
        "sale": "1",
        "price": "990,00",
        "price_sale": "720,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357169_novotech",
        "sale": "0",
        "price": "748,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357425_novotech",
        "sale": "1",
        "price": "1500,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357495_novotech",
        "sale": "0",
        "price": "2170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369587_novotech",
        "sale": "1",
        "price": "640,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357527_novotech",
        "sale": "1",
        "price": "2028,00",
        "price_sale": "880,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357911_novotech",
        "sale": "0",
        "price": "1170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369600_novotech",
        "sale": "1",
        "price": "1490,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369921_novotech",
        "sale": "0",
        "price": "930,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357595_novotech",
        "sale": "0",
        "price": "300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370824_novotech",
        "sale": "0",
        "price": "1540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369919_novotech",
        "sale": "1",
        "price": "640,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357587_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357437_novotech",
        "sale": "1",
        "price": "1836,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369866_novotech",
        "sale": "1",
        "price": "2410,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370758_novotech",
        "sale": "1",
        "price": "1280,00",
        "price_sale": "940,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369662_novotech",
        "sale": "0",
        "price": "132,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370323_novotech",
        "sale": "0",
        "price": "1280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370046_novotech",
        "sale": "1",
        "price": "5290,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370140_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369691_novotech",
        "sale": "0",
        "price": "370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370393_novotech",
        "sale": "0",
        "price": "1490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358327_novotech",
        "sale": "0",
        "price": "4550,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357356_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358408_novotech",
        "sale": "0",
        "price": "4660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369498_novotech",
        "sale": "0",
        "price": "574,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358515_novotech",
        "sale": "0",
        "price": "7360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369561_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358815_novotech",
        "sale": "0",
        "price": "2630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370331_novotech",
        "sale": "0",
        "price": "742,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357544_novotech",
        "sale": "0",
        "price": "7300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370850_novotech",
        "sale": "0",
        "price": "1720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357515_novotech",
        "sale": "1",
        "price": "5880,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369995_novotech",
        "sale": "1",
        "price": "2200,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357297_novotech",
        "sale": "0",
        "price": "2500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369894_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369852_novotech",
        "sale": "0",
        "price": "1970,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370326_novotech",
        "sale": "0",
        "price": "700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357914_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370299_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369832_novotech",
        "sale": "1",
        "price": "200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369394_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358636_novotech",
        "sale": "0",
        "price": "7590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370198_novotech",
        "sale": "0",
        "price": "2150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357916_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358595_novotech",
        "sale": "0",
        "price": "4280,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357414_novotech",
        "sale": "1",
        "price": "1800,00",
        "price_sale": "900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370922_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358346_novotech",
        "sale": "0",
        "price": "8010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357213_novotech",
        "sale": "0",
        "price": "840,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357485_novotech",
        "sale": "0",
        "price": "1730,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358545_novotech",
        "sale": "0",
        "price": "6730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370023_novotech",
        "sale": "1",
        "price": "8892,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358598_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370870_novotech",
        "sale": "0",
        "price": "1340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357613_novotech",
        "sale": "1",
        "price": "1540,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357558_novotech",
        "sale": "0",
        "price": "5383,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358765_novotech",
        "sale": "0",
        "price": "5040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357273_novotech",
        "sale": "1",
        "price": "3460,00",
        "price_sale": "2080,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358544_novotech",
        "sale": "0",
        "price": "6730,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369591_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369655_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369940_novotech",
        "sale": "1",
        "price": "1138,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369426_novotech",
        "sale": "1",
        "price": "390,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358323_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357452_novotech",
        "sale": "1",
        "price": "14566,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370164_novotech",
        "sale": "0",
        "price": "429,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369539_novotech",
        "sale": "1",
        "price": "135,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370098_novotech",
        "sale": "0",
        "price": "730,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358763_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456001_novotech",
        "sale": "0",
        "price": "20,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357550_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357543_novotech",
        "sale": "1",
        "price": "8200,00",
        "price_sale": "2000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357605_novotech",
        "sale": "1",
        "price": "1540,00",
        "price_sale": "800,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357938_novotech",
        "sale": "0",
        "price": "3910,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358668_novotech",
        "sale": "0",
        "price": "4810,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357179_novotech",
        "sale": "0",
        "price": "1142,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358681_novotech",
        "sale": "0",
        "price": "2250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370462_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358520_novotech",
        "sale": "0",
        "price": "3220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370081_novotech",
        "sale": "0",
        "price": "2800,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357199_novotech",
        "sale": "0",
        "price": "1510,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358847_novotech",
        "sale": "0",
        "price": "7290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370734_novotech",
        "sale": "0",
        "price": "1560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369618_novotech",
        "sale": "1",
        "price": "660,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357688_novotech",
        "sale": "0",
        "price": "2410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358360_novotech",
        "sale": "1",
        "price": "9950,00",
        "price_sale": "5000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357417_novotech",
        "sale": "1",
        "price": "3200,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370176_novotech",
        "sale": "1",
        "price": "14316,00",
        "price_sale": "5400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369917_novotech",
        "sale": "1",
        "price": "640,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369706_novotech",
        "sale": "0",
        "price": "169,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370082_novotech",
        "sale": "0",
        "price": "502,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357415_novotech",
        "sale": "1",
        "price": "2400,00",
        "price_sale": "1200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369658_novotech",
        "sale": "0",
        "price": "480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135017_novotech",
        "sale": "0",
        "price": "50,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358713_novotech",
        "sale": "1",
        "price": "4900,00",
        "price_sale": "2900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357150_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357546_novotech",
        "sale": "1",
        "price": "10272,00",
        "price_sale": "3400,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357394_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369534_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357328_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358789_novotech",
        "sale": "0",
        "price": "2170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370095_novotech",
        "sale": "1",
        "price": "2960,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370040_novotech",
        "sale": "0",
        "price": "1590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370075_novotech",
        "sale": "1",
        "price": "1200,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370096_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369853_novotech",
        "sale": "0",
        "price": "2330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "456008_novotech",
        "sale": "0",
        "price": "70,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357351_novotech",
        "sale": "1",
        "price": "1900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358340_novotech",
        "sale": "1",
        "price": "7440,00",
        "price_sale": "2500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370845_novotech",
        "sale": "0",
        "price": "1320,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369999_novotech",
        "sale": "0",
        "price": "1164,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358653_novotech",
        "sale": "0",
        "price": "3130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370358_novotech",
        "sale": "0",
        "price": "3030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370679_novotech",
        "sale": "0",
        "price": "1290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370517_novotech",
        "sale": "1",
        "price": "610,00",
        "price_sale": "300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357045_novotech",
        "sale": "0",
        "price": "898,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358877_novotech",
        "sale": "0",
        "price": "9770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357469_novotech",
        "sale": "1",
        "price": "940,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357500_novotech",
        "sale": "0",
        "price": "2070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358430_novotech",
        "sale": "0",
        "price": "1530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370512_novotech",
        "sale": "1",
        "price": "1040,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369303_novotech",
        "sale": "0",
        "price": "1250,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370158_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370902_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358525_novotech",
        "sale": "0",
        "price": "9140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370301_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369374_novotech",
        "sale": "0",
        "price": "596,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370155_novotech",
        "sale": "1",
        "price": "1488,00",
        "price_sale": "600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370810_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358727_novotech",
        "sale": "1",
        "price": "3690,00",
        "price_sale": "2200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370329_novotech",
        "sale": "1",
        "price": "1740,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369994_novotech",
        "sale": "1",
        "price": "3480,00",
        "price_sale": "1700,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370327_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358809_novotech",
        "sale": "0",
        "price": "4360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135126_novotech",
        "sale": "0",
        "price": "3070,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357529_novotech",
        "sale": "1",
        "price": "3288,00",
        "price_sale": "1848,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358301_novotech",
        "sale": "1",
        "price": "800,00",
        "price_sale": "500,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357608_novotech",
        "sale": "1",
        "price": "3220,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358419_novotech",
        "sale": "0",
        "price": "5490,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369436_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369353_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357470_novotech",
        "sale": "0",
        "price": "3400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370854_novotech",
        "sale": "0",
        "price": "1840,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357388_novotech",
        "sale": "1",
        "price": "1600,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370010_novotech",
        "sale": "0",
        "price": "1950,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370926_novotech",
        "sale": "0",
        "price": "1140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357510_novotech",
        "sale": "1",
        "price": "3946,00",
        "price_sale": "1300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369548_novotech",
        "sale": "0",
        "price": "195,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370348_novotech",
        "sale": "0",
        "price": "500,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358745_novotech",
        "sale": "0",
        "price": "5640,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370776_novotech",
        "sale": "0",
        "price": "13130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357678_novotech",
        "sale": "0",
        "price": "2600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357242_novotech",
        "sale": "0",
        "price": "2750,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358612_novotech",
        "sale": "0",
        "price": "3830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369843_novotech",
        "sale": "1",
        "price": "1380,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370350_novotech",
        "sale": "1",
        "price": "930,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370300_novotech",
        "sale": "1",
        "price": "400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358390_novotech",
        "sale": "1",
        "price": "2280,00",
        "price_sale": "1100,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369620_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135135_novotech",
        "sale": "0",
        "price": "980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369540_novotech",
        "sale": "0",
        "price": "1500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369437_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358579_novotech",
        "sale": "0",
        "price": "2680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357345_novotech",
        "sale": "0",
        "price": "4300,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358859_novotech",
        "sale": "0",
        "price": "5410,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369868_novotech",
        "sale": "0",
        "price": "1610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370749_novotech",
        "sale": "1",
        "price": "1350,00",
        "price_sale": "980,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370317_novotech",
        "sale": "0",
        "price": "440,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370142_novotech",
        "sale": "0",
        "price": "900,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370104_novotech",
        "sale": "1",
        "price": "900,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358635_novotech",
        "sale": "0",
        "price": "7590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135146_novotech",
        "sale": "0",
        "price": "380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369345_novotech",
        "sale": "0",
        "price": "400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358464_novotech",
        "sale": "0",
        "price": "3830,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369907_novotech",
        "sale": "0",
        "price": "632,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358624_novotech",
        "sale": "0",
        "price": "7590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135129_novotech",
        "sale": "1",
        "price": "19000,00",
        "price_sale": "13900,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370001_novotech",
        "sale": "0",
        "price": "2430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357277_novotech",
        "sale": "0",
        "price": "2310,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370276_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369122_novotech",
        "sale": "0",
        "price": "670,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357292_novotech",
        "sale": "0",
        "price": "4186,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369878_novotech",
        "sale": "1",
        "price": "1090,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370721_novotech",
        "sale": "0",
        "price": "890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370781_novotech",
        "sale": "0",
        "price": "920,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369976_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370502_novotech",
        "sale": "0",
        "price": "710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357265_novotech",
        "sale": "1",
        "price": "6390,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357333_novotech",
        "sale": "1",
        "price": "600,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358819_novotech",
        "sale": "0",
        "price": "5860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370359_novotech",
        "sale": "0",
        "price": "3159,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358306_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370383_novotech",
        "sale": "0",
        "price": "240,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370011_novotech",
        "sale": "1",
        "price": "700,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369872_novotech",
        "sale": "0",
        "price": "1366,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357501_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369947_novotech",
        "sale": "0",
        "price": "1826,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357375_novotech",
        "sale": "1",
        "price": "1000,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358899_novotech",
        "sale": "0",
        "price": "1040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358898_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135000_novotech",
        "sale": "0",
        "price": "1560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358876_novotech",
        "sale": "0",
        "price": "6500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370340_novotech",
        "sale": "0",
        "price": "620,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370175_novotech",
        "sale": "0",
        "price": "600,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369784_novotech",
        "sale": "0",
        "price": "417,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369356_novotech",
        "sale": "0",
        "price": "783,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369962_novotech",
        "sale": "1",
        "price": "1570,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369939_novotech",
        "sale": "0",
        "price": "1138,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370196_novotech",
        "sale": "0",
        "price": "1690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357220_novotech",
        "sale": "0",
        "price": "5370,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370064_novotech",
        "sale": "0",
        "price": "381,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135090_novotech",
        "sale": "0",
        "price": "3160,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357399_novotech",
        "sale": "0",
        "price": "3400,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369854_novotech",
        "sale": "1",
        "price": "3210,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358695_novotech",
        "sale": "0",
        "price": "2790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358614_novotech",
        "sale": "0",
        "price": "4890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357574_novotech",
        "sale": "0",
        "price": "1430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357250_novotech",
        "sale": "0",
        "price": "878,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369813_novotech",
        "sale": "1",
        "price": "1410,00",
        "price_sale": "720,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370008_novotech",
        "sale": "1",
        "price": "3350,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370813_novotech",
        "sale": "0",
        "price": "1800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369627_novotech",
        "sale": "1",
        "price": "504,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357324_novotech",
        "sale": "0",
        "price": "1700,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369709_novotech",
        "sale": "0",
        "price": "570,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357162_novotech",
        "sale": "0",
        "price": "2310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358384_novotech",
        "sale": "0",
        "price": "2770,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358610_novotech",
        "sale": "0",
        "price": "4130,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357478_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358591_novotech",
        "sale": "0",
        "price": "7440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358365_novotech",
        "sale": "1",
        "price": "2670,00",
        "price_sale": "1300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357352_novotech",
        "sale": "0",
        "price": "1188,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358865_novotech",
        "sale": "0",
        "price": "7520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358824_novotech",
        "sale": "0",
        "price": "7380,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357498_novotech",
        "sale": "1",
        "price": "3080,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358581_novotech",
        "sale": "0",
        "price": "15530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358577_novotech",
        "sale": "0",
        "price": "1540,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370763_novotech",
        "sale": "0",
        "price": "1460,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358893_novotech",
        "sale": "0",
        "price": "5940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358894_novotech",
        "sale": "0",
        "price": "5940,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358903_novotech",
        "sale": "0",
        "price": "2330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358904_novotech",
        "sale": "0",
        "price": "2330,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358905_novotech",
        "sale": "0",
        "price": "2430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358906_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358907_novotech",
        "sale": "0",
        "price": "1880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358908_novotech",
        "sale": "0",
        "price": "2180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358909_novotech",
        "sale": "0",
        "price": "2180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358910_novotech",
        "sale": "0",
        "price": "3020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358911_novotech",
        "sale": "0",
        "price": "3020,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358912_novotech",
        "sale": "0",
        "price": "8040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358913_novotech",
        "sale": "0",
        "price": "8040,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358914_novotech",
        "sale": "0",
        "price": "7370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358915_novotech",
        "sale": "0",
        "price": "7370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358942_novotech",
        "sale": "0",
        "price": "3980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358943_novotech",
        "sale": "0",
        "price": "3980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358944_novotech",
        "sale": "0",
        "price": "3980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358960_novotech",
        "sale": "0",
        "price": "17290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358961_novotech",
        "sale": "0",
        "price": "2650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358962_novotech",
        "sale": "0",
        "price": "2650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358963_novotech",
        "sale": "0",
        "price": "2790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358964_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358965_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358966_novotech",
        "sale": "0",
        "price": "3220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358967_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358968_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358969_novotech",
        "sale": "0",
        "price": "3220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358970_novotech",
        "sale": "0",
        "price": "2650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358971_novotech",
        "sale": "0",
        "price": "2650,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358972_novotech",
        "sale": "0",
        "price": "2790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358973_novotech",
        "sale": "0",
        "price": "3270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358974_novotech",
        "sale": "0",
        "price": "3270,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358975_novotech",
        "sale": "0",
        "price": "3360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358976_novotech",
        "sale": "0",
        "price": "3600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358977_novotech",
        "sale": "0",
        "price": "3600,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358978_novotech",
        "sale": "0",
        "price": "3690,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358979_novotech",
        "sale": "0",
        "price": "3790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358980_novotech",
        "sale": "0",
        "price": "3790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358981_novotech",
        "sale": "0",
        "price": "3880,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358982_novotech",
        "sale": "0",
        "price": "4210,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358983_novotech",
        "sale": "0",
        "price": "4890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358984_novotech",
        "sale": "0",
        "price": "5450,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358985_novotech",
        "sale": "0",
        "price": "5220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358986_novotech",
        "sale": "0",
        "price": "5220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358987_novotech",
        "sale": "0",
        "price": "3500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358988_novotech",
        "sale": "0",
        "price": "4510,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358989_novotech",
        "sale": "0",
        "price": "4660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358990_novotech",
        "sale": "0",
        "price": "5340,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370935_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370936_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370937_novotech",
        "sale": "0",
        "price": "860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370938_novotech",
        "sale": "0",
        "price": "860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370939_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370940_novotech",
        "sale": "0",
        "price": "750,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358945_novotech",
        "sale": "0",
        "price": "3980,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358946_novotech",
        "sale": "0",
        "price": "4220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358947_novotech",
        "sale": "0",
        "price": "4220,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358948_novotech",
        "sale": "0",
        "price": "1590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358949_novotech",
        "sale": "0",
        "price": "1590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358950_novotech",
        "sale": "0",
        "price": "1590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358951_novotech",
        "sale": "0",
        "price": "2370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358952_novotech",
        "sale": "0",
        "price": "2370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358953_novotech",
        "sale": "0",
        "price": "2370,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358954_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358955_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358956_novotech",
        "sale": "0",
        "price": "3080,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358957_novotech",
        "sale": "0",
        "price": "12630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358958_novotech",
        "sale": "0",
        "price": "12630,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358959_novotech",
        "sale": "0",
        "price": "17290,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358935_novotech",
        "sale": "0",
        "price": "3610,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358936_novotech",
        "sale": "0",
        "price": "3230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358937_novotech",
        "sale": "0",
        "price": "3230,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358938_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358939_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358940_novotech",
        "sale": "0",
        "price": "2780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358941_novotech",
        "sale": "0",
        "price": "2780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358920_novotech",
        "sale": "0",
        "price": "7010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358921_novotech",
        "sale": "0",
        "price": "5680,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358922_novotech",
        "sale": "0",
        "price": "8000,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358923_novotech",
        "sale": "0",
        "price": "6820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358924_novotech",
        "sale": "0",
        "price": "6820,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358925_novotech",
        "sale": "0",
        "price": "6350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358926_novotech",
        "sale": "0",
        "price": "5110,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358927_novotech",
        "sale": "0",
        "price": "5300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358928_novotech",
        "sale": "0",
        "price": "7060,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358929_novotech",
        "sale": "0",
        "price": "5300,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358930_novotech",
        "sale": "0",
        "price": "8150,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358931_novotech",
        "sale": "0",
        "price": "8430,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358932_novotech",
        "sale": "0",
        "price": "10180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358933_novotech",
        "sale": "0",
        "price": "4310,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358934_novotech",
        "sale": "0",
        "price": "6390,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135153_novotech",
        "sale": "0",
        "price": "4800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135154_novotech",
        "sale": "0",
        "price": "4800,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135155_novotech",
        "sale": "0",
        "price": "9700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135156_novotech",
        "sale": "0",
        "price": "9700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135157_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135158_novotech",
        "sale": "0",
        "price": "560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135159_novotech",
        "sale": "0",
        "price": "660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135160_novotech",
        "sale": "0",
        "price": "660,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358997_novotech",
        "sale": "0",
        "price": "2700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358998_novotech",
        "sale": "0",
        "price": "2700,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358999_novotech",
        "sale": "0",
        "price": "3860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359000_novotech",
        "sale": "0",
        "price": "3860,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359001_novotech",
        "sale": "0",
        "price": "3350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359002_novotech",
        "sale": "0",
        "price": "3350,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359003_novotech",
        "sale": "0",
        "price": "5030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359004_novotech",
        "sale": "0",
        "price": "5030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359005_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359006_novotech",
        "sale": "0",
        "price": "4500,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359007_novotech",
        "sale": "0",
        "price": "7360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359008_novotech",
        "sale": "0",
        "price": "7360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135189_novotech",
        "sale": "1",
        "price": "6760,00",
        "price_sale": "4230,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370084_novotech",
        "sale": "0",
        "price": "503,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135179_novotech",
        "sale": "1",
        "price": "13000,00",
        "price_sale": "9300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135180_novotech",
        "sale": "1",
        "price": "13000,00",
        "price_sale": "9300,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135181_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135182_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135185_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135186_novotech",
        "sale": "0",
        "price": "1200,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135187_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135188_novotech",
        "sale": "0",
        "price": "1100,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135190_novotech",
        "sale": "1",
        "price": "6760,00",
        "price_sale": "4230,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135191_novotech",
        "sale": "1",
        "price": "6400,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "135192_novotech",
        "sale": "1",
        "price": "6400,00",
        "price_sale": "4000,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358991_novotech",
        "sale": "0",
        "price": "18140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358992_novotech",
        "sale": "0",
        "price": "18140,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358993_novotech",
        "sale": "0",
        "price": "10780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358994_novotech",
        "sale": "0",
        "price": "10780,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358995_novotech",
        "sale": "0",
        "price": "10710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358996_novotech",
        "sale": "0",
        "price": "10710,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359026_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359027_novotech",
        "sale": "0",
        "price": "2440,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359028_novotech",
        "sale": "0",
        "price": "2520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359029_novotech",
        "sale": "0",
        "price": "2520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359030_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "359031_novotech",
        "sale": "0",
        "price": "2890,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370727_novotech",
        "sale": "0",
        "price": "1360,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358454_novotech",
        "sale": "0",
        "price": "12010,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357920_novotech",
        "sale": "1",
        "price": "860,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358460_novotech",
        "sale": "0",
        "price": "2480,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358814_novotech",
        "sale": "0",
        "price": "5260,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358866_novotech",
        "sale": "0",
        "price": "7520,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358677_novotech",
        "sale": "0",
        "price": "2170,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369612_novotech",
        "sale": "1",
        "price": "670,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369614_novotech",
        "sale": "1",
        "price": "470,00",
        "price_sale": "200,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369434_novotech",
        "sale": "0",
        "price": "470,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357222_novotech",
        "sale": "0",
        "price": "4549,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357612_novotech",
        "sale": "1",
        "price": "3220,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358341_novotech",
        "sale": "0",
        "price": "10560,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370146_novotech",
        "sale": "0",
        "price": "1078,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369987_novotech",
        "sale": "1",
        "price": "3810,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358359_novotech",
        "sale": "0",
        "price": "7720,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370150_novotech",
        "sale": "1",
        "price": "500,00",
        "price_sale": "99,00",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369477_novotech",
        "sale": "1",
        "price": "2400,00",
        "price_sale": "99,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357598_novotech",
        "sale": "0",
        "price": "790,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "370827_novotech",
        "sale": "0",
        "price": "2030,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369797_novotech",
        "sale": "0",
        "price": "1400,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369305_novotech",
        "sale": "0",
        "price": "1180,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369640_novotech",
        "sale": "0",
        "price": "590,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "369946_novotech",
        "sale": "0",
        "price": "1310,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357462_novotech",
        "sale": "1",
        "price": "6720,00",
        "price_sale": "2600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "358317_novotech",
        "sale": "1",
        "price": "7700,00",
        "price_sale": "4600,00",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357597_novotech",
        "sale": "0",
        "price": "530,00",
        "price_sale": "0",
        "timestamp": "2023-03-01 10:05:09",
        "update_error": "0",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    },
    {
        "article": "357302_novotech",
        "sale": "0",
        "price": "278,00",
        "price_sale": "0",
        "timestamp": "2000-01-01 12:34:56",
        "update_error": "1",
        "vendor_uuid": "ad66b8f8-a535-11e7-812a-005056a9741d",
        "FandecoCrossedUsed": "Нет",
        "ЭтоПакет": "Нет"
    }
]

📁 Collection: Beru

🔑 Authentication oauth2

Param value Type
username undefined string
password undefined string

campaigns

Method: GET https://api.partner.market.yandex.ru/v2/campaigns.json

📁 Collection: configurators

save

Method: GET https://artelamp-ru.massive.ru/rest/config/save

Response: 200

{
    "success": true,
    "message": "yes",
    "object": {
        "id": 15
    },
    "code": 200
}