bparekh99 commited on
Commit
eadb45f
·
verified ·
1 Parent(s): af2927a

Upload customer_order_management.json

Browse files
Files changed (1) hide show
  1. customer_order_management.json +330 -0
customer_order_management.json ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"M10001": {
2
+ "name": "Alice Brown",
3
+ "address": "123 Elm St, NY, USA",
4
+ "last_order": "iPhone 14 Pro",
5
+ "last_order_no": 1001,
6
+ "card_no": "4111-5678-9012-3456",
7
+ "joined_on": "2023-02-14",
8
+ "return_placed_requested": "Placed",
9
+ "return_status": "Approved",
10
+ "refund_status": "Processed",
11
+ "order_status": "returned",
12
+ "reason_for_return_rejection": "N/A",
13
+ "expected_delivery": "2025-02-21",
14
+ "membership_type": "Gold",
15
+ "last_order_invoice": "INV-1001",
16
+ "total_orders": 15,
17
+ "total_refund": 3,
18
+ "account_flagged": 0,
19
+ "refund_window": "14 days",
20
+ "return_conditions": {"general_information": [
21
+ "Device must be unused and in original packaging",
22
+ "No physical damage or scratches",
23
+ "All accessories must be included",
24
+ "Apple ID and iCloud must not be linked"
25
+ ],
26
+ "checks": [
27
+ "Excessive return history from customer",
28
+ "Fraudulent activity detected (IMEI flagged)",
29
+ "Device usage logs indicate significant usage",
30
+ "AppleCare claim initiated or completed"
31
+ ]
32
+ }
33
+ },
34
+ "M10002": {
35
+ "name": "Bob Smith",
36
+ "address": "456 Oak Ave, CA, USA",
37
+ "last_order": "Samsung Galaxy S23",
38
+ "last_order_no": 1002,
39
+ "card_no": "5500-2345-6789-0123",
40
+ "joined_on": "2021-06-21",
41
+ "return_placed_requested": "Requested",
42
+ "return_status": "Pending",
43
+ "refund_status": "Not Started",
44
+ "order_status": "Processing return",
45
+ "reason_for_return_rejection": "N/A",
46
+ "expected_delivery": "2025-03-16",
47
+ "membership_type": "Silver",
48
+ "last_order_invoice": "INV-1002",
49
+ "total_orders": 8,
50
+ "total_refund": 1,
51
+ "account_flagged": 0,
52
+ "refund_window": "30 days",
53
+ "return_conditions": {
54
+ "general_information": [
55
+ "Device must be unused and in original packaging",
56
+ "No physical damage or cracks",
57
+ "All accessories and original box must be included",
58
+ "Samsung account must be unlinked"
59
+ ],
60
+ "checks": [
61
+ "Customer has a history of excessive returns",
62
+ "IMEI flagged for fraudulent activity",
63
+ "Device logs show significant usage",
64
+ "Samsung Care+ claim initiated or completed"
65
+ ]
66
+ }
67
+ },
68
+ "M10003": {
69
+ "name": "Charlie Doe",
70
+ "address": "789 Maple Rd, TX, USA",
71
+ "last_order": "MacBook Air M2",
72
+ "last_order_no": 1003,
73
+ "card_no": "3401-8765-4321-0987",
74
+ "joined_on": "2022-09-10",
75
+ "return_placed_requested": "None",
76
+ "return_status": "N/A",
77
+ "refund_status": "N/A",
78
+ "order_status": "Delivered",
79
+ "reason_for_return_rejection": "N/A",
80
+ "expected_delivery": "2025-03-17",
81
+ "membership_type": "Platinum",
82
+ "last_order_invoice": "INV-1003",
83
+ "total_orders": 5,
84
+ "total_refund": 0,
85
+ "account_flagged": 0,
86
+ "refund_window": "14 days",
87
+ "return_conditions": {
88
+ "general_information": [
89
+ "Laptop must be in original condition with no physical damage",
90
+ "Original packaging and accessories must be included",
91
+ "macOS must not be set up with an Apple ID",
92
+ "No custom configurations (RAM or SSD upgrades) applied"
93
+ ],
94
+ "checks": [
95
+ "Frequent return requests from customer",
96
+ "Device usage logs indicate extended use",
97
+ "AppleCare+ claim initiated or completed",
98
+ "Signs of unauthorized modifications detected"
99
+ ]
100
+ }
101
+ },
102
+ "M10004": {
103
+ "name": "Diana Lee",
104
+ "address": "159 Pine St, FL, USA",
105
+ "last_order": "Sony WH-1000XM5",
106
+ "last_order_no": 1004,
107
+ "card_no": "6011-1234-5678-9012",
108
+ "joined_on": "2020-12-05",
109
+ "return_placed_requested": "Placed",
110
+ "return_status": "Under Review",
111
+ "refund_status": "Pending",
112
+ "order_status": "Processing return",
113
+ "reason_for_return_rejection": "N/A",
114
+ "expected_delivery":"2025-03-10",
115
+ "membership_type": "Gold",
116
+ "last_order_invoice": "INV-1004",
117
+ "total_orders": 20,
118
+ "total_refund": 6,
119
+ "account_flagged": 1,
120
+ "refund_window": "30 days",
121
+ "return_conditions": {
122
+ "general_information": [
123
+ "Headphones must be in unused condition with original packaging",
124
+ "No visible wear on ear cushions or headband",
125
+ "All accessories must be included (charging cable, case, adapter)"
126
+ ],
127
+ "checks": [
128
+ "Customer has a history of excessive returns",
129
+ "Signs of significant use detected in Bluetooth logs",
130
+ "Accessory damage or replacement detected"
131
+ ]
132
+ }
133
+ },
134
+ "M10005": {
135
+ "name": "Evan Green",
136
+ "address": "753 Birch Blvd, WA, USA",
137
+ "last_order": "Google Pixel 8",
138
+ "last_order_no": 1005,
139
+ "card_no": "5100-3456-7890-1234",
140
+ "joined_on": "2024-03-18",
141
+ "return_placed_requested": "Requested",
142
+ "return_status": "Rejected",
143
+ "refund_status": "Not Started",
144
+ "order_status": "Canceled",
145
+ "reason_for_return_rejection": "Unverified defects",
146
+ "expected_delivery": "2025-02-27",
147
+ "membership_type": "Silver",
148
+ "last_order_invoice": "N/A",
149
+ "total_orders": 3,
150
+ "total_refund": 0,
151
+ "account_flagged": 0,
152
+ "refund_window": "30 days",
153
+ "return_conditions": {
154
+ "general_information": [
155
+ "Device must be unused and in original packaging",
156
+ "No physical damage, scratches, or water damage",
157
+ "All accessories (charger, cable, SIM ejector tool) must be included",
158
+ "Device must not be linked to a Google account"
159
+ ],
160
+ "checks": [
161
+ "Excessive return history from customer",
162
+ "Fraudulent activity detected (IMEI flagged)",
163
+ "Device bootloader unlocked or software modified",
164
+ "Signs of extended usage (battery cycles, screen time logs)"
165
+ ]
166
+ }
167
+ },
168
+ "M10006": {
169
+ "name": "Fiona White",
170
+ "address": "951 Cedar Ln, IL, USA",
171
+ "last_order": "Dell XPS 15",
172
+ "last_order_no": 1006,
173
+ "card_no": "3700-7890-1234-5678",
174
+ "joined_on": "2021-11-30",
175
+ "return_placed_requested": "None",
176
+ "return_status": "N/A",
177
+ "refund_status": "N/A",
178
+ "order_status": "Delivered",
179
+ "reason_for_return_rejection": "N/A",
180
+ "expected_delivery": "2025-02-27",
181
+ "membership_type": "Platinum",
182
+ "last_order_invoice": "INV-1006",
183
+ "total_orders": 7,
184
+ "total_refund": 1,
185
+ "account_flagged": 0,
186
+ "refund_window": "14 days",
187
+ "return_conditions": {
188
+ "general_information": [
189
+ "Laptop must be unused and in original packaging",
190
+ "No physical damage, dents, or scratches",
191
+ "All accessories (charger, adapter, manuals) must be included",
192
+ "Windows must not be activated with a Microsoft account"
193
+ ],
194
+ "checks": [
195
+ "Frequent returns from customer flagged in history",
196
+ "BIOS settings altered (boot sequence modified, firmware updated)",
197
+ "Customization detected (RAM or SSD upgrades applied)",
198
+ "Hardware tampering detected (case opened, screws removed)"
199
+ ]
200
+ }
201
+ },
202
+ "M10007": {
203
+ "name": "George King",
204
+ "address": "852 Spruce Dr, MA, USA",
205
+ "last_order": "Bose QC45",
206
+ "last_order_no": 1007,
207
+ "card_no": "6011-4321-0987-6543",
208
+ "joined_on": "2019-07-22",
209
+ "return_placed_requested": "Placed",
210
+ "return_status": "Approved",
211
+ "refund_status": "Processed",
212
+ "order_status": "Retruned",
213
+ "reason_for_return_rejection": "N/A",
214
+ "expected_delivery": "2025-02-20",
215
+ "membership_type": "Gold",
216
+ "last_order_invoice": "INV-1007",
217
+ "total_orders": 12,
218
+ "total_refund": 3,
219
+ "account_flagged": 0,
220
+ "refund_window": "30 days",
221
+ "return_conditions": {
222
+ "general_information": [
223
+ "Headphones must be in original packaging",
224
+ "No visible signs of use (ear cushions, headband must be clean)",
225
+ "All accessories (charging cable, adapter, carrying case) must be included",
226
+ "Device must not have Bluetooth pairing history stored"],
227
+ "checks": [
228
+ "Customer flagged for excessive returns",
229
+ "Signs of extended usage (battery wear, audio driver logs)",
230
+ "Tampering detected (disassembled, internal modifications made)",
231
+ "Packaging shows signs of being resealed or tampered with"
232
+ ]}
233
+ },
234
+ "M10008": {
235
+ "name": "Hannah Fox",
236
+ "address": "369 Redwood Ct, AZ, USA",
237
+ "last_order": "iPad Pro 12.9",
238
+ "last_order_no": 1008,
239
+ "card_no": "4111-2345-6789-0123",
240
+ "joined_on": "2023-05-08",
241
+ "return_placed_requested": "Requested",
242
+ "return_status": "Under Review",
243
+ "refund_status": "Pending",
244
+ "order_status": "Processing Return",
245
+ "reason_for_return_rejection": "N/A",
246
+ "expected_delivery": "2025-03-3",
247
+ "membership_type": "Silver",
248
+ "last_order_invoice": "INV-1008",
249
+ "total_orders": 9,
250
+ "total_refund": 2,
251
+ "account_flagged": 0,
252
+ "refund_window": "14 days",
253
+ "return_conditions": {
254
+ "general_information": [
255
+ "Device must be unused and in original packaging",
256
+ "No physical damage or scratches",
257
+ "All accessories, including charger and box, must be included",
258
+ "Apple ID and iCloud must not be linked"
259
+ ],
260
+ "checks": [
261
+ "Excessive return history from customer",
262
+ "Fraudulent activity detected (IMEI flagged)",
263
+ "Device usage logs indicate significant usage",
264
+ "AppleCare claim initiated or completed"
265
+ ]
266
+ }
267
+ },
268
+ "M10009": {
269
+ "name": "Ian Black",
270
+ "address": "147 Willow Way, NV, USA",
271
+ "last_order": "Xbox Series X",
272
+ "last_order_no": 1009,
273
+ "card_no": "5500-8765-4321-0987",
274
+ "joined_on": "2022-01-15",
275
+ "return_placed_requested": "None",
276
+ "return_status": "N/A",
277
+ "refund_status": "N/A",
278
+ "order_status": "Delivered",
279
+ "reason_for_return_rejection": "N/A",
280
+ "expected_delivery": "2025-03-10",
281
+ "membership_type": "Platinum",
282
+ "last_order_invoice": "INV-1009",
283
+ "total_orders": 6,
284
+ "total_refund": 0,
285
+ "account_flagged": 0,
286
+ "refund_window": "30 days",
287
+ "return_conditions": {
288
+ "general_information": [
289
+ "Console must be in original packaging with all accessories",
290
+ "No physical damage, scratches, or dents",
291
+ "Console must not be linked to a Microsoft account",
292
+ "No games or media installed on internal storage"],
293
+ "checks": [
294
+ "Frequent returns from the same customer",
295
+ "Device flagged for fraudulent activity",
296
+ "Signs of overheating or hardware tampering",
297
+ "Warranty or service claim already initiated"]}
298
+ },
299
+ "M10010": {
300
+ "name": "Jessica Adams",
301
+ "address": "321 Cypress St, CO, USA",
302
+ "last_order": "Apple Watch Ultra",
303
+ "last_order_no": 1010,
304
+ "card_no": "6011-5678-1234-8901",
305
+ "joined_on": "2018-08-22",
306
+ "return_placed_requested": "Placed",
307
+ "return_status": "Approved",
308
+ "refund_status": "Processed",
309
+ "order_status": "Returned",
310
+ "reason_for_return_rejection": "N/A",
311
+ "expected_delivery": "2025-03-01",
312
+ "membership_type": "Gold",
313
+ "last_order_invoice": "INV-1010",
314
+ "total_orders": 18,
315
+ "total_refund": 5,
316
+ "account_flagged": 1,
317
+ "refund_window": "30 days",
318
+ "return_conditions": {
319
+ "general_information": [
320
+ "Apple Watch must be unused and in original packaging",
321
+ "No physical damage, dents, or scratches on the case or screen",
322
+ "All accessories (charger, band, documentation) must be included",
323
+ "Device must not be paired with an Apple ID or iCloud account"],
324
+ "checks": [
325
+ "Frequent returns from customer flagged in history",
326
+ "Find My feature must be disabled",
327
+ "WatchOS software must not be altered or downgraded",
328
+ "Hardware tampering detected (case opened, screws removed, water damage indicators triggered)"]}
329
+ }
330
+ }