rollshtor / data.json
Kgshop's picture
Sync data.json 2025-07-25 20:49:25
3cf82c5 verified
{
"products": [
{
"name": "РоллШторы",
"price": 1500.0,
"description": "",
"category": "Двойные РолШторы",
"photos": [
"_20250725063739706435.jpg"
],
"colors": [
"Серый",
"Золото"
],
"in_stock": true,
"is_top": true
}
],
"categories": [
"Двойные РолШторы",
"День и Ночь (РоллШторы)",
"Однотонные (РоллШторы)"
],
"orders": {
"20250725062545-8dd969": {
"id": "20250725062545-8dd969",
"created_at": "2025-07-25 06:25:45",
"cart": [
{
"name": "Тестовый",
"price": 300.0,
"quantity": 1,
"color": "N/A",
"photo": "_20250725062529231418.jpg",
"photo_url": "https://huggingface.co/datasets/Kgshop/rollshtor/resolve/main/photos/_20250725062529231418.jpg"
}
],
"total_price": 300.0,
"user_info": null,
"status": "new"
},
"20250725063912-cceead": {
"id": "20250725063912-cceead",
"created_at": "2025-07-25 06:39:12",
"cart": [
{
"name": "РоллШторы",
"price": 1500.0,
"quantity": 150,
"color": "Золото",
"photo": "_20250725063739706435.jpg",
"photo_url": "https://huggingface.co/datasets/Kgshop/rollshtor/resolve/main/photos/_20250725063739706435.jpg"
}
],
"total_price": 225000.0,
"user_info": null,
"status": "new"
},
"20250725065229-603843": {
"id": "20250725065229-603843",
"created_at": "2025-07-25 06:52:29",
"cart": [
{
"name": "РоллШторы",
"price": 1500.0,
"length": 5.0,
"width": 3.0,
"quantity": 15.0,
"color": "Золото",
"photo": "_20250725063739706435.jpg",
"photo_url": "https://huggingface.co/datasets/Kgshop/rollshtor/resolve/main/photos/_20250725063739706435.jpg"
}
],
"total_price": 22500.0,
"user_info": null,
"status": "new"
}
}
}