MacOS_Parsers/API-UI/mappings/brands.json
va1is bd765f8349 Метод добавления товаров из xlsx с UI
+ ZH - категории теперь лежат в рекордсфолдер
2025-10-27 11:47:32 +03:00

17 lines
341 B
JSON

{
"endpoint": "http://localhost:3005/create-brands",
"description": "Импорт списка брендов",
"structure": {
"brands": [
"string"
]
},
"fields": {
"brands": {
"type": "list",
"source": "названия брендов",
"example": ["IKEA", "ORGIE", "PASSION LABS"]
}
}
}