Kgshop commited on
Commit
776a58e
·
verified ·
1 Parent(s): d60e744

Sync data.json 2026-03-25 10:54:40

Browse files
Files changed (1) hide show
  1. data.json +27 -1
data.json CHANGED
@@ -24,5 +24,31 @@
24
  "categories": [
25
  "Рюкзаки и акссесуары"
26
  ],
27
- "orders": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  }
 
24
  "categories": [
25
  "Рюкзаки и акссесуары"
26
  ],
27
+ "orders": {
28
+ "20260325105440-8cec1e": {
29
+ "id": "20260325105440-8cec1e",
30
+ "created_at": "2026-03-25 10:54:40",
31
+ "cart": [
32
+ {
33
+ "name": "Рюкзак 65 л",
34
+ "price": 10500.0,
35
+ "quantity": 10,
36
+ "color": "Хаки",
37
+ "photo": "65_20260325105226255740.jpeg",
38
+ "photo_url": "https://huggingface.co/datasets/Kgshop/deserts/resolve/main/photos/65_20260325105226255740.jpeg"
39
+ },
40
+ {
41
+ "name": "Рюкзак 65 л",
42
+ "price": 10500.0,
43
+ "quantity": 5,
44
+ "color": "Черный",
45
+ "photo": "65_20260325105226255740.jpeg",
46
+ "photo_url": "https://huggingface.co/datasets/Kgshop/deserts/resolve/main/photos/65_20260325105226255740.jpeg"
47
+ }
48
+ ],
49
+ "total_price": 157500.0,
50
+ "user_info": null,
51
+ "status": "new"
52
+ }
53
+ }
54
  }