Kgshop commited on
Commit
f5737ac
·
verified ·
1 Parent(s): db26298

Sync data.json 2025-06-28 05:26:40

Browse files
Files changed (1) hide show
  1. data.json +27 -1
data.json CHANGED
@@ -22,5 +22,31 @@
22
  "categories": [
23
  "БОКСЕР/BOKSÖR"
24
  ],
25
- "orders": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
22
  "categories": [
23
  "БОКСЕР/BOKSÖR"
24
  ],
25
+ "orders": {
26
+ "20250628052640-e2c6c8": {
27
+ "id": "20250628052640-e2c6c8",
28
+ "created_at": "2025-06-28 05:26:40",
29
+ "cart": [
30
+ {
31
+ "name": "111 ВЕЛИКАН БОКСЕР",
32
+ "price": 150.0,
33
+ "quantity": 20,
34
+ "color": "темно-синий",
35
+ "photo": "111_20250628052518544221.jpg",
36
+ "photo_url": "https://huggingface.co/datasets/Kgshop/muratund/resolve/main/photos/111_20250628052518544221.jpg"
37
+ },
38
+ {
39
+ "name": "111 ВЕЛИКАН БОКСЕР",
40
+ "price": 150.0,
41
+ "quantity": 10,
42
+ "color": "Черный",
43
+ "photo": "111_20250628052518544221.jpg",
44
+ "photo_url": "https://huggingface.co/datasets/Kgshop/muratund/resolve/main/photos/111_20250628052518544221.jpg"
45
+ }
46
+ ],
47
+ "total_price": 4500.0,
48
+ "user_info": null,
49
+ "status": "new"
50
+ }
51
+ }
52
  }