Spaces:
Sleeping
Sleeping
Update docs/CustomerOrders.json
Browse files- docs/CustomerOrders.json +35 -174
docs/CustomerOrders.json
CHANGED
@@ -1,175 +1,36 @@
|
|
1 |
-
[
|
2 |
-
{
|
3 |
-
"order_id": "
|
4 |
-
"customer_name": "
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
"
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
"
|
34 |
-
"
|
35 |
-
|
36 |
-
},
|
37 |
-
{
|
38 |
-
"order_id": "ORD-23456",
|
39 |
-
"customer_name": "Sarah Johnson",
|
40 |
-
"email": "[email protected]",
|
41 |
-
"order_date": "2025-05-10",
|
42 |
-
"status": "Delivered",
|
43 |
-
"delivery_date": "2025-05-17",
|
44 |
-
"tracking_number": "TRK567890123",
|
45 |
-
"shipping_address": {
|
46 |
-
"street": "456 Oak Avenue",
|
47 |
-
"city": "Portland",
|
48 |
-
"state": "OR",
|
49 |
-
"zip": "97205",
|
50 |
-
"country": "USA"
|
51 |
-
},
|
52 |
-
"items": [
|
53 |
-
{
|
54 |
-
"product_id": "PRD-005",
|
55 |
-
"name": "Bluetooth Speaker",
|
56 |
-
"quantity": 2,
|
57 |
-
"price": 79.99
|
58 |
-
}
|
59 |
-
],
|
60 |
-
"subtotal": 159.98,
|
61 |
-
"tax": 9.60,
|
62 |
-
"shipping_cost": 12.50,
|
63 |
-
"total": 182.08,
|
64 |
-
"payment_method": "PayPal"
|
65 |
-
},
|
66 |
-
{
|
67 |
-
"order_id": "ORD-34567",
|
68 |
-
"customer_name": "Michael Lee",
|
69 |
-
"email": "[email protected]",
|
70 |
-
"order_date": "2025-05-18",
|
71 |
-
"status": "Processing",
|
72 |
-
"estimated_delivery": "2025-05-25",
|
73 |
-
"shipping_address": {
|
74 |
-
"street": "789 Pine Street",
|
75 |
-
"city": "San Diego",
|
76 |
-
"state": "CA",
|
77 |
-
"zip": "92101",
|
78 |
-
"country": "USA"
|
79 |
-
},
|
80 |
-
"items": [
|
81 |
-
{
|
82 |
-
"product_id": "PRD-002",
|
83 |
-
"name": "4K Ultra HD TV",
|
84 |
-
"quantity": 1,
|
85 |
-
"price": 899.99
|
86 |
-
},
|
87 |
-
{
|
88 |
-
"product_id": "PRD-007",
|
89 |
-
"name": "HDMI Cable",
|
90 |
-
"quantity": 2,
|
91 |
-
"price": 15.99
|
92 |
-
}
|
93 |
-
],
|
94 |
-
"subtotal": 931.97,
|
95 |
-
"tax": 77.33,
|
96 |
-
"shipping_cost": 25.00,
|
97 |
-
"total": 1034.30,
|
98 |
-
"payment_method": "Credit Card"
|
99 |
-
},
|
100 |
-
{
|
101 |
-
"order_id": "ORD-45678",
|
102 |
-
"customer_name": "Emily Chen",
|
103 |
-
"email": "[email protected]",
|
104 |
-
"order_date": "2025-05-05",
|
105 |
-
"status": "Delivered",
|
106 |
-
"delivery_date": "2025-05-12",
|
107 |
-
"tracking_number": "TRK345678901",
|
108 |
-
"shipping_address": {
|
109 |
-
"street": "101 Maple Road",
|
110 |
-
"city": "Boston",
|
111 |
-
"state": "MA",
|
112 |
-
"zip": "02108",
|
113 |
-
"country": "USA"
|
114 |
-
},
|
115 |
-
"items": [
|
116 |
-
{
|
117 |
-
"product_id": "PRD-004",
|
118 |
-
"name": "Wireless Charging Pad",
|
119 |
-
"quantity": 1,
|
120 |
-
"price": 39.99
|
121 |
-
},
|
122 |
-
{
|
123 |
-
"product_id": "PRD-006",
|
124 |
-
"name": "Phone Case",
|
125 |
-
"quantity": 1,
|
126 |
-
"price": 24.99
|
127 |
-
}
|
128 |
-
],
|
129 |
-
"subtotal": 64.98,
|
130 |
-
"tax": 3.90,
|
131 |
-
"shipping_cost": 8.99,
|
132 |
-
"total": 77.87,
|
133 |
-
"payment_method": "Apple Pay"
|
134 |
-
},
|
135 |
-
{
|
136 |
-
"order_id": "ORD-56789",
|
137 |
-
"customer_name": "David Wilson",
|
138 |
-
"email": "[email protected]",
|
139 |
-
"order_date": "2025-05-20",
|
140 |
-
"status": "Pending",
|
141 |
-
"estimated_delivery": "2025-05-27",
|
142 |
-
"shipping_address": {
|
143 |
-
"street": "234 Cedar Lane",
|
144 |
-
"city": "Chicago",
|
145 |
-
"state": "IL",
|
146 |
-
"zip": "60601",
|
147 |
-
"country": "USA"
|
148 |
-
},
|
149 |
-
"items": [
|
150 |
-
{
|
151 |
-
"product_id": "PRD-008",
|
152 |
-
"name": "Wireless Keyboard",
|
153 |
-
"quantity": 1,
|
154 |
-
"price": 59.99
|
155 |
-
},
|
156 |
-
{
|
157 |
-
"product_id": "PRD-009",
|
158 |
-
"name": "Wireless Mouse",
|
159 |
-
"quantity": 1,
|
160 |
-
"price": 34.99
|
161 |
-
},
|
162 |
-
{
|
163 |
-
"product_id": "PRD-010",
|
164 |
-
"name": "Laptop Stand",
|
165 |
-
"quantity": 1,
|
166 |
-
"price": 29.99
|
167 |
-
}
|
168 |
-
],
|
169 |
-
"subtotal": 124.97,
|
170 |
-
"tax": 7.50,
|
171 |
-
"shipping_cost": 11.99,
|
172 |
-
"total": 144.46,
|
173 |
-
"payment_method": "Credit Card"
|
174 |
-
}
|
175 |
]
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"order_id": "ORD1001",
|
4 |
+
"customer_name": "Alice Wonderland",
|
5 |
+
"whatsapp_contact": "whatsapp:+1XXXXXXXXXX",
|
6 |
+
"status": "Shipped",
|
7 |
+
"items": [
|
8 |
+
{"product_id": "P001", "name": "Smartwatch Series X", "quantity": 1},
|
9 |
+
{"product_id": "P003", "name": "Wireless Earbuds Pro", "quantity": 1}
|
10 |
+
],
|
11 |
+
"shipping_address": "123 Fantasy Lane, Dream City",
|
12 |
+
"estimated_delivery": "2025-05-28"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"order_id": "ORD1002",
|
16 |
+
"customer_name": "Bob The Builder",
|
17 |
+
"whatsapp_contact": "whatsapp:+1YYYYYYYYYY",
|
18 |
+
"status": "Processing",
|
19 |
+
"items": [
|
20 |
+
{"product_id": "P002", "name": "Ultra HD 4K TV", "quantity": 1}
|
21 |
+
],
|
22 |
+
"shipping_address": "456 Construction Ave, Toolsville",
|
23 |
+
"estimated_delivery": "2025-05-30"
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"order_id": "ORD1003",
|
27 |
+
"customer_name": "Charlie Brown",
|
28 |
+
"whatsapp_contact": "whatsapp:+1ZZZZZZZZZZ",
|
29 |
+
"status": "Delivered",
|
30 |
+
"items": [
|
31 |
+
{"product_id": "P004", "name": "Classic Comic Book Collection", "quantity": 1}
|
32 |
+
],
|
33 |
+
"shipping_address": "789 Peanut Street, Comic Town",
|
34 |
+
"delivered_on": "2025-05-20"
|
35 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
]
|