Spaces:
Sleeping
Sleeping
Delete docs/CustomersOrder.json
Browse files- docs/CustomersOrder.json +0 -175
docs/CustomersOrder.json
DELETED
@@ -1,175 +0,0 @@
|
|
1 |
-
[
|
2 |
-
{
|
3 |
-
"order_id": "ORD-12345",
|
4 |
-
"customer_name": "John Smith",
|
5 |
-
"email": "[email protected]",
|
6 |
-
"order_date": "2025-05-15",
|
7 |
-
"status": "Shipped",
|
8 |
-
"estimated_delivery": "2025-05-22",
|
9 |
-
"tracking_number": "TRK789012345",
|
10 |
-
"shipping_address": {
|
11 |
-
"street": "123 Main St",
|
12 |
-
"city": "Springfield",
|
13 |
-
"state": "IL",
|
14 |
-
"zip": "62704",
|
15 |
-
"country": "USA"
|
16 |
-
},
|
17 |
-
"items": [
|
18 |
-
{
|
19 |
-
"product_id": "PRD-001",
|
20 |
-
"name": "Premium Wireless Headphones",
|
21 |
-
"quantity": 1,
|
22 |
-
"price": 129.99
|
23 |
-
},
|
24 |
-
{
|
25 |
-
"product_id": "PRD-003",
|
26 |
-
"name": "Smart Watch Pro",
|
27 |
-
"quantity": 1,
|
28 |
-
"price": 249.99
|
29 |
-
}
|
30 |
-
],
|
31 |
-
"subtotal": 379.98,
|
32 |
-
"tax": 22.80,
|
33 |
-
"shipping_cost": 15.00,
|
34 |
-
"total": 417.78,
|
35 |
-
"payment_method": "Credit Card"
|
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 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|