/
teteruk
/
PV_Architect
Обзор
Документация
Войти
/
teteruk
/
PV_Architect
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
test/Import_file.json
181 строка
4 KB
dima@teteruk.com
мой первый коммит
02 авг 2026, 12:23
02 авг 2026, 12:23
d22bdcd
Код
Авторство
О чём код?
{ "store": { "id": "ST-0012", "name": "OfficePoint", "currency": "RUB", "last_updated": "2026-02-12T10:00:00Z" }, "categories": [ { "id": "CAT-001", "name": "Письменные принадлежности" }, { "id": "CAT-002", "name": "Бумажная продукция" }, { "id": "CAT-003", "name": "Организация документов" }, { "id": "CAT-004", "name": "Чертежные принадлежности" }, { "id": "CAT-005", "name": "Офисные аксессуары" } ], "products": [ { "sku": "PEN-0001", "name": "Ручка шариковая синяя", "category_id": "CAT-001", "brand": "ErichKrause", "price": 25.50, "vat_rate": 0.20, "stock_quantity": 540, "unit": "шт", "attributes": { "color": "синий", "tip_size_mm": 0.7, "mechanism": "с колпачком" } }, { "sku": "PEN-0002", "name": "Ручка гелевая черная", "category_id": "CAT-001", "brand": "Pilot", "price": 89.90, "vat_rate": 0.20, "stock_quantity": 320, "unit": "шт", "attributes": { "color": "черный", "tip_size_mm": 0.5, "mechanism": "автоматическая" } }, { "sku": "PPR-0101", "name": "Бумага офисная A4 80 г/м² (500 листов)", "category_id": "CAT-002", "brand": "Svetocopy", "price": 420.00, "vat_rate": 0.20, "stock_quantity": 210, "unit": "пачка", "attributes": { "format": "A4", "density_gsm": 80, "color": "белый" } }, { "sku": "NBK-0201", "name": "Тетрадь 48 листов в клетку", "category_id": "CAT-002", "brand": "Hatber", "price": 45.00, "vat_rate": 0.20, "stock_quantity": 600, "unit": "шт", "attributes": { "pages": 48, "ruling": "клетка", "cover_type": "мягкая" } }, { "sku": "FOL-0301", "name": "Папка-скоросшиватель A4", "category_id": "CAT-003", "brand": "Brauberg", "price": 35.00, "vat_rate": 0.20, "stock_quantity": 430, "unit": "шт", "attributes": { "format": "A4", "material": "пластик", "color": "прозрачный" } }, { "sku": "FIL-0302", "name": "Файл-вкладыш A4 (100 шт)", "category_id": "CAT-003", "brand": "Berlingo", "price": 310.00, "vat_rate": 0.20, "stock_quantity": 150, "unit": "упаковка", "attributes": { "format": "A4", "thickness_microns": 40, "surface": "глянцевая" } }, { "sku": "RUL-0401", "name": "Линейка пластиковая 30 см", "category_id": "CAT-004", "brand": "Maped", "price": 60.00, "vat_rate": 0.20, "stock_quantity": 275, "unit": "шт", "attributes": { "length_cm": 30, "material": "пластик", "color": "прозрачный" } }, { "sku": "CMP-0402", "name": "Циркуль металлический", "category_id": "CAT-004", "brand": "Koh-I-Noor", "price": 450.00, "vat_rate": 0.20, "stock_quantity": 80, "unit": "шт", "attributes": { "material": "металл", "max_radius_mm": 150 } }, { "sku": "STP-0501", "name": "Степлер №24/6", "category_id": "CAT-005", "brand": "Kangaro", "price": 520.00, "vat_rate": 0.20, "stock_quantity": 95, "unit": "шт", "attributes": { "staple_size": "24/6", "capacity_sheets": 25, "material": "металл" } }, { "sku": "TPE-0502", "name": "Клей-карандаш 21 г", "category_id": "CAT-005", "brand": "UHU", "price": 120.00, "vat_rate": 0.20, "stock_quantity": 340, "unit": "шт", "attributes": { "weight_g": 21, "type": "карандаш", "washable": true } } ] }