Sync data.json 2025-06-10 06:53:19
Browse files
data.json
CHANGED
|
@@ -19,7 +19,31 @@
|
|
| 19 |
"Тестовая"
|
| 20 |
],
|
| 21 |
"suppliers": [],
|
| 22 |
-
"orders": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"config": {
|
| 24 |
"usd_to_kgs_rate": 87.0,
|
| 25 |
"prices_enabled": true
|
|
|
|
| 19 |
"Тестовая"
|
| 20 |
],
|
| 21 |
"suppliers": [],
|
| 22 |
+
"orders": {
|
| 23 |
+
"20250610065319-cdb018": {
|
| 24 |
+
"id": "20250610065319-cdb018",
|
| 25 |
+
"created_at": "2025-06-10 06:53:19",
|
| 26 |
+
"cart": [
|
| 27 |
+
{
|
| 28 |
+
"name": "Тестовый",
|
| 29 |
+
"price_usd_final": 20.0,
|
| 30 |
+
"original_price_usd": 20.0,
|
| 31 |
+
"discount_percent_at_order": 0,
|
| 32 |
+
"price_kgs_at_order": 1740.0,
|
| 33 |
+
"original_price_kgs_at_order": 1740.0,
|
| 34 |
+
"quantity": 1,
|
| 35 |
+
"color": "N/A",
|
| 36 |
+
"photo": "_20250610065300688208_0.jpg",
|
| 37 |
+
"photo_url": "https://huggingface.co/datasets/Kgshop/gerou/resolve/main/photos/_20250610065300688208_0.jpg"
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"total_price_kgs": 1740.0,
|
| 41 |
+
"usd_to_kgs_rate_at_order": 87.0,
|
| 42 |
+
"prices_were_enabled_at_order": true,
|
| 43 |
+
"user_info": null,
|
| 44 |
+
"status": "new"
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
"config": {
|
| 48 |
"usd_to_kgs_rate": 87.0,
|
| 49 |
"prices_enabled": true
|