masadonline commited on
Commit
73484a0
·
verified ·
1 Parent(s): 0849030

Upload 4 files

Browse files
docs/CustomerOrders.json ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "Order_ID": "ORD001",
4
+ "Customer_ID": "CUST001",
5
+ "Product_ID": "PRD1001",
6
+ "Order_Date": "2024-01-01",
7
+ "Quantity": 2,
8
+ "Total_Amount": 20.00,
9
+ "Order_Status": "Shipped"
10
+ },
11
+ {
12
+ "Order_ID": "ORD002",
13
+ "Customer_ID": "CUST002",
14
+ "Product_ID": "PRD1003",
15
+ "Order_Date": "2024-01-02",
16
+ "Quantity": 1,
17
+ "Total_Amount": 8.00,
18
+ "Order_Status": "Delivered"
19
+ },
20
+ {
21
+ "Order_ID": "ORD003",
22
+ "Customer_ID": "CUST003",
23
+ "Product_ID": "PRD1005",
24
+ "Order_Date": "2024-01-03",
25
+ "Quantity": 3,
26
+ "Total_Amount": 36.00,
27
+ "Order_Status": "Pending"
28
+ },
29
+ {
30
+ "Order_ID": "ORD004",
31
+ "Customer_ID": "CUST004",
32
+ "Product_ID": "PRD1007",
33
+ "Order_Date": "2024-01-04",
34
+ "Quantity": 2,
35
+ "Total_Amount": 18.00,
36
+ "Order_Status": "Shipped"
37
+ },
38
+ {
39
+ "Order_ID": "ORD005",
40
+ "Customer_ID": "CUST005",
41
+ "Product_ID": "PRD1009",
42
+ "Order_Date": "2024-01-05",
43
+ "Quantity": 1,
44
+ "Total_Amount": 30.00,
45
+ "Order_Status": "Delivered"
46
+ },
47
+ {
48
+ "Order_ID": "ORD006",
49
+ "Customer_ID": "CUST006",
50
+ "Product_ID": "PRD1011",
51
+ "Order_Date": "2024-01-06",
52
+ "Quantity": 2,
53
+ "Total_Amount": 36.00,
54
+ "Order_Status": "Pending"
55
+ },
56
+ {
57
+ "Order_ID": "ORD007",
58
+ "Customer_ID": "CUST007",
59
+ "Product_ID": "PRD1013",
60
+ "Order_Date": "2024-01-07",
61
+ "Quantity": 1,
62
+ "Total_Amount": 22.00,
63
+ "Order_Status": "Shipped"
64
+ },
65
+ {
66
+ "Order_ID": "ORD008",
67
+ "Customer_ID": "CUST008",
68
+ "Product_ID": "PRD1015",
69
+ "Order_Date": "2024-01-08",
70
+ "Quantity": 3,
71
+ "Total_Amount": 75.00,
72
+ "Order_Status": "Delivered"
73
+ },
74
+ {
75
+ "Order_ID": "ORD009",
76
+ "Customer_ID": "CUST009",
77
+ "Product_ID": "PRD1017",
78
+ "Order_Date": "2024-01-09",
79
+ "Quantity": 2,
80
+ "Total_Amount": 100.00,
81
+ "Order_Status": "Pending"
82
+ },
83
+ {
84
+ "Order_ID": "ORD010",
85
+ "Customer_ID": "CUST010",
86
+ "Product_ID": "PRD1019",
87
+ "Order_Date": "2024-01-10",
88
+ "Quantity": 1,
89
+ "Total_Amount": 60.00,
90
+ "Order_Status": "Shipped"
91
+ },
92
+ {
93
+ "Order_ID": "ORD011",
94
+ "Customer_ID": "CUST011",
95
+ "Product_ID": "PRD1002",
96
+ "Order_Date": "2024-01-11",
97
+ "Quantity": 2,
98
+ "Total_Amount": 30.00,
99
+ "Order_Status": "Delivered"
100
+ },
101
+ {
102
+ "Order_ID": "ORD012",
103
+ "Customer_ID": "CUST012",
104
+ "Product_ID": "PRD1004",
105
+ "Order_Date": "2024-01-12",
106
+ "Quantity": 4,
107
+ "Total_Amount": 20.00,
108
+ "Order_Status": "Pending"
109
+ },
110
+ {
111
+ "Order_ID": "ORD013",
112
+ "Customer_ID": "CUST013",
113
+ "Product_ID": "PRD1006",
114
+ "Order_Date": "2024-01-13",
115
+ "Quantity": 1,
116
+ "Total_Amount": 14.00,
117
+ "Order_Status": "Shipped"
118
+ },
119
+ {
120
+ "Order_ID": "ORD014",
121
+ "Customer_ID": "CUST014",
122
+ "Product_ID": "PRD1008",
123
+ "Order_Date": "2024-01-14",
124
+ "Quantity": 2,
125
+ "Total_Amount": 50.00,
126
+ "Order_Status": "Delivered"
127
+ },
128
+ {
129
+ "Order_ID": "ORD015",
130
+ "Customer_ID": "CUST015",
131
+ "Product_ID": "PRD1010",
132
+ "Order_Date": "2024-01-15",
133
+ "Quantity": 3,
134
+ "Total_Amount": 21.00,
135
+ "Order_Status": "Pending"
136
+ },
137
+ {
138
+ "Order_ID": "ORD016",
139
+ "Customer_ID": "CUST016",
140
+ "Product_ID": "PRD1012",
141
+ "Order_Date": "2024-01-16",
142
+ "Quantity": 1,
143
+ "Total_Amount": 20.00,
144
+ "Order_Status": "Shipped"
145
+ },
146
+ {
147
+ "Order_ID": "ORD017",
148
+ "Customer_ID": "CUST017",
149
+ "Product_ID": "PRD1014",
150
+ "Order_Date": "2024-01-17",
151
+ "Quantity": 2,
152
+ "Total_Amount": 80.00,
153
+ "Order_Status": "Delivered"
154
+ },
155
+ {
156
+ "Order_ID": "ORD018",
157
+ "Customer_ID": "CUST018",
158
+ "Product_ID": "PRD1016",
159
+ "Order_Date": "2024-01-18",
160
+ "Quantity": 1,
161
+ "Total_Amount": 70.00,
162
+ "Order_Status": "Pending"
163
+ },
164
+ {
165
+ "Order_ID": "ORD019",
166
+ "Customer_ID": "CUST019",
167
+ "Product_ID": "PRD1018",
168
+ "Order_Date": "2024-01-19",
169
+ "Quantity": 3,
170
+ "Total_Amount": 45.00,
171
+ "Order_Status": "Shipped"
172
+ },
173
+ {
174
+ "Order_ID": "ORD020",
175
+ "Customer_ID": "CUST020",
176
+ "Product_ID": "PRD1020",
177
+ "Order_Date": "2024-01-20",
178
+ "Quantity": 2,
179
+ "Total_Amount": 70.00,
180
+ "Order_Status": "Delivered"
181
+ },
182
+ {
183
+ "Order_ID": "ORD021",
184
+ "Customer_ID": "CUST021",
185
+ "Product_ID": "PRD1021",
186
+ "Order_Date": "2024-01-21",
187
+ "Quantity": 1,
188
+ "Total_Amount": 20.00,
189
+ "Order_Status": "Pending"
190
+ },
191
+ {
192
+ "Order_ID": "ORD022",
193
+ "Customer_ID": "CUST022",
194
+ "Product_ID": "PRD1022",
195
+ "Order_Date": "2024-01-22",
196
+ "Quantity": 2,
197
+ "Total_Amount": 200.00,
198
+ "Order_Status": "Shipped"
199
+ },
200
+ {
201
+ "Order_ID": "ORD023",
202
+ "Customer_ID": "CUST023",
203
+ "Product_ID": "PRD1023",
204
+ "Order_Date": "2024-01-23",
205
+ "Quantity": 3,
206
+ "Total_Amount": 90.00,
207
+ "Order_Status": "Delivered"
208
+ },
209
+ {
210
+ "Order_ID": "ORD024",
211
+ "Customer_ID": "CUST024",
212
+ "Product_ID": "PRD1024",
213
+ "Order_Date": "2024-01-24",
214
+ "Quantity": 1,
215
+ "Total_Amount": 15.00,
216
+ "Order_Status": "Pending"
217
+ },
218
+ {
219
+ "Order_ID": "ORD025",
220
+ "Customer_ID": "CUST025",
221
+ "Product_ID": "PRD1025",
222
+ "Order_Date": "2024-01-25",
223
+ "Quantity": 2,
224
+ "Total_Amount": 50.00,
225
+ "Order_Status": "Shipped"
226
+ },
227
+ {
228
+ "Order_ID": "ORD026",
229
+ "Customer_ID": "CUST026",
230
+ "Product_ID": "PRD1026",
231
+ "Order_Date": "2024-01-26",
232
+ "Quantity": 1,
233
+ "Total_Amount": 30.00,
234
+ "Order_Status": "Delivered"
235
+ },
236
+ {
237
+ "Order_ID": "ORD027",
238
+ "Customer_ID": "CUST027",
239
+ "Product_ID": "PRD1027",
240
+ "Order_Date": "2024-01-27",
241
+ "Quantity": 1,
242
+ "Total_Amount": 200.00,
243
+ "Order_Status": "Pending"
244
+ },
245
+ {
246
+ "Order_ID": "ORD028",
247
+ "Customer_ID": "CUST028",
248
+ "Product_ID": "PRD1028",
249
+ "Order_Date": "2024-01-28",
250
+ "Quantity": 2,
251
+ "Total_Amount": 80.00,
252
+ "Order_Status": "Shipped"
253
+ },
254
+ {
255
+ "Order_ID": "ORD029",
256
+ "Customer_ID": "CUST029",
257
+ "Product_ID": "PRD1029",
258
+ "Order_Date": "2024-01-29",
259
+ "Quantity": 1,
260
+ "Total_Amount": 100.00,
261
+ "Order_Status": "Delivered"
262
+ },
263
+ {
264
+ "Order_ID": "ORD030",
265
+ "Customer_ID": "CUST030",
266
+ "Product_ID": "PRD1030",
267
+ "Order_Date": "2024-01-30",
268
+ "Quantity": 2,
269
+ "Total_Amount": 160.00,
270
+ "Order_Status": "Pending"
271
+ },
272
+ {
273
+ "Order_ID": "ORD031",
274
+ "Customer_ID": "CUST031",
275
+ "Product_ID": "PRD1031",
276
+ "Order_Date": "2024-01-31",
277
+ "Quantity": 1,
278
+ "Total_Amount": 120.00,
279
+ "Order_Status": "Shipped"
280
+ },
281
+ {
282
+ "Order_ID": "ORD032",
283
+ "Customer_ID": "CUST032",
284
+ "Product_ID": "PRD1032",
285
+ "Order_Date": "2024-02-01",
286
+ "Quantity": 3,
287
+ "Total_Amount": 120.00,
288
+ "Order_Status": "Delivered"
289
+ },
290
+ {
291
+ "Order_ID": "ORD033",
292
+ "Customer_ID": "CUST033",
293
+ "Product_ID": "PRD1033",
294
+ "Order_Date": "2024-02-02",
295
+ "Quantity": 2,
296
+ "Total_Amount": 60.00,
297
+ "Order_Status": "Pending"
298
+ },
299
+ {
300
+ "Order_ID": "ORD034",
301
+ "Customer_ID": "CUST034",
302
+ "Product_ID": "PRD1034",
303
+ "Order_Date": "2024-02-03",
304
+ "Quantity": 1,
305
+ "Total_Amount": 150.00,
306
+ "Order_Status": "Shipped"
307
+ },
308
+ {
309
+ "Order_ID": "ORD035",
310
+ "Customer_ID": "CUST035",
311
+ "Product_ID": "PRD1035",
312
+ "Order_Date": "2024-02-04",
313
+ "Quantity": 2,
314
+ "Total_Amount": 80.00,
315
+ "Order_Status": "Delivered"
316
+ },
317
+ {
318
+ "Order_ID": "ORD036",
319
+ "Customer_ID": "CUST036",
320
+ "Product_ID": "PRD1036",
321
+ "Order_Date": "2024-02-05",
322
+ "Quantity": 1,
323
+ "Total_Amount": 180.00,
324
+ "Order_Status": "Pending"
325
+ },
326
+ {
327
+ "Order_ID": "ORD037",
328
+ "Customer_ID": "CUST037",
329
+ "Product_ID": "PRD1037",
330
+ "Order_Date": "2024-02-06",
331
+ "Quantity": 3,
332
+ "Total_Amount": 45.00,
333
+ "Order_Status": "Shipped"
334
+ },
335
+ {
336
+ "Order_ID": "ORD038",
337
+ "Customer_ID": "CUST038",
338
+ "Product_ID": "PRD1038",
339
+ "Order_Date": "2024-02-07",
340
+ "Quantity": 2,
341
+ "Total_Amount": 20.00,
342
+ "Order_Status": "Delivered"
343
+ },
344
+ {
345
+ "Order_ID": "ORD039",
346
+ "Customer_ID": "CUST039",
347
+ "Product_ID": "PRD1039",
348
+ "Order_Date": "2024-02-08",
349
+ "Quantity": 1,
350
+ "Total_Amount": 20.00,
351
+ "Order_Status": "Pending"
352
+ },
353
+ {
354
+ "Order_ID": "ORD040",
355
+ "Customer_ID": "CUST040",
356
+ "Product_ID": "PRD1040",
357
+ "Order_Date": "2024-02-09",
358
+ "Quantity": 2,
359
+ "Total_Amount": 50.00,
360
+ "Order_Status": "Shipped"
361
+ },
362
+ {
363
+ "Order_ID": "ORD041",
364
+ "Customer_ID": "CUST041",
365
+ "Product_ID": "PRD1041",
366
+ "Order_Date": "2024-02-10",
367
+ "Quantity": 1,
368
+ "Total_Amount": 50.00,
369
+ "Order_Status": "Delivered"
370
+ },
371
+ {
372
+ "Order_ID": "ORD042",
373
+ "Customer_ID": "CUST042",
374
+ "Product_ID": "PRD1042",
375
+ "Order_Date": "2024-02-11",
376
+ "Quantity": 2,
377
+ "Total_Amount": 40.00,
378
+ "Order_Status": "Pending"
379
+ },
380
+ {
381
+ "Order_ID": "ORD043",
382
+ "Customer_ID": "CUST043",
383
+ "Product_ID": "PRD1043",
384
+ "Order_Date": "2024-02-12",
385
+ "Quantity": 1,
386
+ "Total_Amount": 30.00,
387
+ "Order_Status": "Shipped"
388
+ },
389
+ {
390
+ "Order_ID": "ORD044",
391
+ "Customer_ID": "CUST044",
392
+ "Product_ID": "PRD1044",
393
+ "Order_Date": "2024-02-13",
394
+ "Quantity": 3,
395
+ "Total_Amount": 45.00,
396
+ "Order_Status": "Delivered"
397
+ },
398
+ {
399
+ "Order_ID": "ORD045",
400
+ "Customer_ID": "CUST045",
401
+ "Product_ID": "PRD1045",
402
+ "Order_Date": "2024-02-14",
403
+ "Quantity": 2,
404
+ "Total_Amount": 200.00,
405
+ "Order_Status": "Pending"
406
+ },
407
+ {
408
+ "Order_ID": "ORD046",
409
+ "Customer_ID": "CUST046",
410
+ "Product_ID": "PRD1046",
411
+ "Order_Date": "2024-02-15",
412
+ "Quantity": 1,
413
+ "Total_Amount": 25.00,
414
+ "Order_Status": "Shipped"
415
+ },
416
+ {
417
+ "Order_ID": "ORD047",
418
+ "Customer_ID": "CUST047",
419
+ "Product_ID": "PRD1047",
420
+ "Order_Date": "2024-02-16",
421
+ "Quantity": 1,
422
+ "Total_Amount": 300.00,
423
+ "Order_Status": "Delivered"
424
+ },
425
+ {
426
+ "Order_ID": "ORD048",
427
+ "Customer_ID": "CUST048",
428
+ "Product_ID": "PRD1048",
429
+ "Order_Date": "2024-02-17",
430
+ "Quantity": 2,
431
+ "Total_Amount": 100.00,
432
+ "Order_Status": "Pending"
433
+ },
434
+ {
435
+ "Order_ID": "ORD049",
436
+ "Customer_ID": "CUST049",
437
+ "Product_ID": "PRD1049",
438
+ "Order_Date": "2024-02-18",
439
+ "Quantity": 1,
440
+ "Total_Amount": 60.00,
441
+ "Order_Status": "Shipped"
442
+ },
443
+ {
444
+ "Order_ID": "ORD050",
445
+ "Customer_ID": "CUST050",
446
+ "Product_ID": "PRD1050",
447
+ "Order_Date": "2024-02-19",
448
+ "Quantity": 3,
449
+ "Total_Amount": 60.00,
450
+ "Order_Status": "Delivered"
451
+ }
452
+ ]
docs/FAQ.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e3f6b823dfcd1242923d250ace7918a008469b1394fb708cb45068cdfe91683
3
+ size 43889
docs/ProductReturnPolicy.pdf ADDED
Binary file (66.1 kB). View file
 
docs/Products.json ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "Product_ID": "PRD1001",
4
+ "Product_Name": "Soft Rattle Set",
5
+ "Product_Type": "Baby Toy",
6
+ "Product_Price_(USD)": 10,
7
+ "Quantity": 100
8
+ },
9
+ {
10
+ "Product_ID": "PRD1002",
11
+ "Product_Name": "Baby Einstein Take Along Tunes Musical Toy",
12
+ "Product_Type": "Baby Toy",
13
+ "Product_Price_(USD)": 15,
14
+ "Quantity": 100
15
+ },
16
+ {
17
+ "Product_ID": "PRD1003",
18
+ "Product_Name": "Fisher-Price Rock-a-Stack",
19
+ "Product_Type": "Baby Toy",
20
+ "Product_Price_(USD)": 8,
21
+ "Quantity": 100
22
+ },
23
+ {
24
+ "Product_ID": "PRD1004",
25
+ "Product_Name": "Sassy Who Loves Baby Face Book",
26
+ "Product_Type": "Baby Toy",
27
+ "Product_Price_(USD)": 5,
28
+ "Quantity": 100
29
+ },
30
+ {
31
+ "Product_ID": "PRD1005",
32
+ "Product_Name": "Manhattan Toy Winkel Rattle and Teether",
33
+ "Product_Type": "Baby Toy",
34
+ "Product_Price_(USD)": 12,
35
+ "Quantity": 100
36
+ },
37
+ {
38
+ "Product_ID": "PRD1006",
39
+ "Product_Name": "Lamaze Freddie the Firefly",
40
+ "Product_Type": "Baby Toy",
41
+ "Product_Price_(USD)": 14,
42
+ "Quantity": 100
43
+ },
44
+ {
45
+ "Product_ID": "PRD1007",
46
+ "Product_Name": "Infantino Textured Multi Ball Set",
47
+ "Product_Type": "Baby Toy",
48
+ "Product_Price_(USD)": 9,
49
+ "Quantity": 100
50
+ },
51
+ {
52
+ "Product_ID": "PRD1008",
53
+ "Product_Name": "Skip Hop Explore & More Follow-Me Bee Crawl Toy",
54
+ "Product_Type": "Baby Toy",
55
+ "Product_Price_(USD)": 25,
56
+ "Quantity": 100
57
+ },
58
+ {
59
+ "Product_ID": "PRD1009",
60
+ "Product_Name": "VTech Sit-to-Stand Learning Walker",
61
+ "Product_Type": "Baby Toy",
62
+ "Product_Price_(USD)": 30,
63
+ "Quantity": 100
64
+ },
65
+ {
66
+ "Product_ID": "PRD1010",
67
+ "Product_Name": "Bright Starts Oball Rattle & Roll Car",
68
+ "Product_Type": "Baby Toy",
69
+ "Product_Price_(USD)": 7,
70
+ "Quantity": 100
71
+ },
72
+ {
73
+ "Product_ID": "PRD1011",
74
+ "Product_Name": "Melissa & Doug Pound & Roll Tower",
75
+ "Product_Type": "Toddler Toy",
76
+ "Product_Price_(USD)": 18,
77
+ "Quantity": 100
78
+ },
79
+ {
80
+ "Product_ID": "PRD1012",
81
+ "Product_Name": "Green Toys Dump Truck",
82
+ "Product_Type": "Toddler Toy",
83
+ "Product_Price_(USD)": 20,
84
+ "Quantity": 100
85
+ },
86
+ {
87
+ "Product_ID": "PRD1013",
88
+ "Product_Name": "Mega Bloks First Builders Big Building Bag",
89
+ "Product_Type": "Toddler Toy",
90
+ "Product_Price_(USD)": 22,
91
+ "Quantity": 100
92
+ },
93
+ {
94
+ "Product_ID": "PRD1014",
95
+ "Product_Name": "Fisher-Price Laugh & Learn Smart Stages Chair",
96
+ "Product_Type": "Toddler Toy",
97
+ "Product_Price_(USD)": 40,
98
+ "Quantity": 100
99
+ },
100
+ {
101
+ "Product_ID": "PRD1015",
102
+ "Product_Name": "Hape Pound & Tap Bench with Slide Out Xylophone",
103
+ "Product_Type": "Toddler Toy",
104
+ "Product_Price_(USD)": 25,
105
+ "Quantity": 100
106
+ },
107
+ {
108
+ "Product_ID": "PRD1016",
109
+ "Product_Name": "Little Tikes Cozy Coupe",
110
+ "Product_Type": "Toddler Toy",
111
+ "Product_Price_(USD)": 70,
112
+ "Quantity": 100
113
+ },
114
+ {
115
+ "Product_ID": "PRD1017",
116
+ "Product_Name": "Radio Flyer Classic Tiny Trike",
117
+ "Product_Type": "Toddler Toy",
118
+ "Product_Price_(USD)": 50,
119
+ "Quantity": 100
120
+ },
121
+ {
122
+ "Product_ID": "PRD1018",
123
+ "Product_Name": "Melissa & Doug Shape Sorting Cube",
124
+ "Product_Type": "Toddler Toy",
125
+ "Product_Price_(USD)": 15,
126
+ "Quantity": 100
127
+ },
128
+ {
129
+ "Product_ID": "PRD1019",
130
+ "Product_Name": "VTech Go! Go! Smart Wheels Ultimate Amazement Park Playset",
131
+ "Product_Type": "Toddler Toy",
132
+ "Product_Price_(USD)": 60,
133
+ "Quantity": 100
134
+ },
135
+ {
136
+ "Product_ID": "PRD1020",
137
+ "Product_Name": "Playskool Explore N Grow Busy Ball Popper",
138
+ "Product_Type": "Toddler Toy",
139
+ "Product_Price_(USD)": 35,
140
+ "Quantity": 100
141
+ },
142
+ {
143
+ "Product_ID": "PRD1021",
144
+ "Product_Name": "LEGO DUPLO My First Number Train",
145
+ "Product_Type": "Preschool Toy",
146
+ "Product_Price_(USD)": 20,
147
+ "Quantity": 100
148
+ },
149
+ {
150
+ "Product_ID": "PRD1022",
151
+ "Product_Name": "Melissa & Doug Deluxe Wooden Standing Easel",
152
+ "Product_Type": "Preschool Toy",
153
+ "Product_Price_(USD)": 100,
154
+ "Quantity": 100
155
+ },
156
+ {
157
+ "Product_ID": "PRD1023",
158
+ "Product_Name": "Crayola Ultimate Art Case",
159
+ "Product_Type": "Preschool Toy",
160
+ "Product_Price_(USD)": 30,
161
+ "Quantity": 100
162
+ },
163
+ {
164
+ "Product_ID": "PRD1024",
165
+ "Product_Name": "Kinetic Sand",
166
+ "Product_Type": "Preschool Toy",
167
+ "Product_Price_(USD)": 15,
168
+ "Quantity": 100
169
+ },
170
+ {
171
+ "Product_ID": "PRD1025",
172
+ "Product_Name": "Play-Doh Kitchen Creations Ultimate Chef Set",
173
+ "Product_Type": "Preschool Toy",
174
+ "Product_Price_(USD)": 25,
175
+ "Quantity": 100
176
+ },
177
+ {
178
+ "Product_ID": "PRD1026",
179
+ "Product_Name": "Hot Wheels Track Builder",
180
+ "Product_Type": "Preschool Toy",
181
+ "Product_Price_(USD)": 30,
182
+ "Quantity": 100
183
+ },
184
+ {
185
+ "Product_ID": "PRD1027",
186
+ "Product_Name": "Barbie Dreamhouse",
187
+ "Product_Type": "Preschool Toy",
188
+ "Product_Price_(USD)": 200,
189
+ "Quantity": 100
190
+ },
191
+ {
192
+ "Product_ID": "PRD1028",
193
+ "Product_Name": "Fisher-Price Little People Farm",
194
+ "Product_Type": "Preschool Toy",
195
+ "Product_Price_(USD)": 40,
196
+ "Quantity": 100
197
+ },
198
+ {
199
+ "Product_ID": "PRD1029",
200
+ "Product_Name": "Paw Patrol My Size Lookout Tower",
201
+ "Product_Type": "Preschool Toy",
202
+ "Product_Price_(USD)": 100,
203
+ "Quantity": 100
204
+ },
205
+ {
206
+ "Product_ID": "PRD1030",
207
+ "Product_Name": "Osmo Little Genius Starter Kit",
208
+ "Product_Type": "Preschool Toy",
209
+ "Product_Price_(USD)": 80,
210
+ "Quantity": 100
211
+ },
212
+ {
213
+ "Product_ID": "PRD1031",
214
+ "Product_Name": "Magna-Tiles Clear Colors 100 Piece Set",
215
+ "Product_Type": "Preschool Toy",
216
+ "Product_Price_(USD)": 120,
217
+ "Quantity": 100
218
+ },
219
+ {
220
+ "Product_ID": "PRD1032",
221
+ "Product_Name": "Learning Resources Gears! Gears! Gears!",
222
+ "Product_Type": "Preschool Toy",
223
+ "Product_Price_(USD)": 40,
224
+ "Quantity": 100
225
+ },
226
+ {
227
+ "Product_ID": "PRD1033",
228
+ "Product_Name": "Educational Insights Design & Drill Activity Center",
229
+ "Product_Type": "Preschool Toy",
230
+ "Product_Price_(USD)": 30,
231
+ "Quantity": 100
232
+ },
233
+ {
234
+ "Product_ID": "PRD1034",
235
+ "Product_Name": "Hape Quadrilla Marble Run",
236
+ "Product_Type": "Preschool Toy",
237
+ "Product_Price_(USD)": 150,
238
+ "Quantity": 100
239
+ },
240
+ {
241
+ "Product_ID": "PRD1035",
242
+ "Product_Name": "Melissa & Doug Fire Chief Role Play Costume Set",
243
+ "Product_Type": "Preschool Toy",
244
+ "Product_Price_(USD)": 40,
245
+ "Quantity": 100
246
+ },
247
+ {
248
+ "Product_ID": "PRD1036",
249
+ "Product_Name": "KidKraft Uptown Espresso Kitchen",
250
+ "Product_Type": "Preschool Toy",
251
+ "Product_Price_(USD)": 180,
252
+ "Quantity": 100
253
+ },
254
+ {
255
+ "Product_ID": "PRD1037",
256
+ "Product_Name": "Ravensburger Disney Frozen 2 Memory Game",
257
+ "Product_Type": "Preschool Toy",
258
+ "Product_Price_(USD)": 15,
259
+ "Quantity": 100
260
+ },
261
+ {
262
+ "Product_ID": "PRD1038",
263
+ "Product_Name": "Mattel UNO Moo Game",
264
+ "Product_Type": "Preschool Toy",
265
+ "Product_Price_(USD)": 10,
266
+ "Quantity": 100
267
+ },
268
+ {
269
+ "Product_ID": "PRD1039",
270
+ "Product_Name": "The Sneaky Snacky Squirrel Game",
271
+ "Product_Type": "Preschool Toy",
272
+ "Product_Price_(USD)": 20,
273
+ "Quantity": 100
274
+ },
275
+ {
276
+ "Product_ID": "PRD1040",
277
+ "Product_Name": "Peaceable Kingdom Race to the Treasure! Cooperative Game",
278
+ "Product_Type": "Preschool Toy",
279
+ "Product_Price_(USD)": 25,
280
+ "Quantity": 100
281
+ },
282
+ {
283
+ "Product_ID": "PRD1041",
284
+ "Product_Name": "LEGO Classic Creative Transparent Bricks",
285
+ "Product_Type": "Toy for 5-8 year olds",
286
+ "Product_Price_(USD)": 50,
287
+ "Quantity": 100
288
+ },
289
+ {
290
+ "Product_ID": "PRD1042",
291
+ "Product_Name": "National Geographic Kids World Map",
292
+ "Product_Type": "Toy for 5-8 year olds",
293
+ "Product_Price_(USD)": 20,
294
+ "Quantity": 100
295
+ },
296
+ {
297
+ "Product_ID": "PRD1043",
298
+ "Product_Name": "Crayola Inspiration Art Case",
299
+ "Product_Type": "Toy for 5-8 year olds",
300
+ "Product_Price_(USD)": 30,
301
+ "Quantity": 100
302
+ },
303
+ {
304
+ "Product_ID": "PRD1044",
305
+ "Product_Name": "Klutz Book of Paper Airplanes",
306
+ "Product_Type": "Toy for 5-8 year olds",
307
+ "Product_Price_(USD)": 15,
308
+ "Quantity": 100
309
+ },
310
+ {
311
+ "Product_ID": "PRD1045",
312
+ "Product_Name": "Thames & Kosmos Kids First Robot Factory",
313
+ "Product_Type": "Toy for 5-8 year olds",
314
+ "Product_Price_(USD)": 100,
315
+ "Quantity": 100
316
+ },
317
+ {
318
+ "Product_ID": "PRD1046",
319
+ "Product_Name": "Scientific Explorer My First Mind Blowing Science Kit",
320
+ "Product_Type": "Toy for 5-8 year olds",
321
+ "Product_Price_(USD)": 25,
322
+ "Quantity": 100
323
+ },
324
+ {
325
+ "Product_ID": "PRD1047",
326
+ "Product_Name": "Nintendo Switch",
327
+ "Product_Type": "Toy for 5-8 year olds",
328
+ "Product_Price_(USD)": 300,
329
+ "Quantity": 100
330
+ },
331
+ {
332
+ "Product_ID": "PRD1048",
333
+ "Product_Name": "Razor A Scooter",
334
+ "Product_Type": "Toy for 5-8 year olds",
335
+ "Product_Price_(USD)": 50,
336
+ "Quantity": 100
337
+ },
338
+ {
339
+ "Product_ID": "PRD1049",
340
+ "Product_Name": "Franklin Sports Shoot N Score Basketball Hoop",
341
+ "Product_Type": "Toy for 5-8 year olds",
342
+ "Product_Price_(USD)": 60,
343
+ "Quantity": 100
344
+ },
345
+ {
346
+ "Product_ID": "PRD1050",
347
+ "Product_Name": "Wilson NFL Super Grip Football",
348
+ "Product_Type": "Toy for 5-8 year olds",
349
+ "Product_Price_(USD)": 20,
350
+ "Quantity": 100
351
+ }
352
+ ]