masadonline commited on
Commit
80720eb
·
verified ·
1 Parent(s): 33254a3

Update docs/Products.json

Browse files
Files changed (1) hide show
  1. docs/Products.json +352 -202
docs/Products.json CHANGED
@@ -1,202 +1,352 @@
1
- [
2
- {
3
- "product_id": "PRD-001",
4
- "name": "Premium Wireless Headphones",
5
- "category": "Audio",
6
- "price": 129.99,
7
- "description": "Experience crystal-clear sound with our Premium Wireless Headphones. Featuring active noise cancellation, 30-hour battery life, and comfortable over-ear design for extended listening sessions.",
8
- "features": [
9
- "Active Noise Cancellation",
10
- "30-hour battery life",
11
- "Bluetooth 5.2",
12
- "Built-in microphone",
13
- "Voice assistant support"
14
- ],
15
- "in_stock": true,
16
- "warranty": "2-year limited warranty",
17
- "reviews": {
18
- "average_rating": 4.8,
19
- "total_reviews": 523
20
- }
21
- },
22
- {
23
- "product_id": "PRD-002",
24
- "name": "4K Ultra HD TV",
25
- "category": "Television",
26
- "price": 899.99,
27
- "description": "Transform your home entertainment with our 65-inch 4K Ultra HD TV. Featuring QLED technology, HDR support, and smart TV capabilities for streaming your favorite content.",
28
- "features": [
29
- "65-inch QLED display",
30
- "4K Ultra HD resolution",
31
- "HDR10+ support",
32
- "Smart TV features",
33
- "Voice control"
34
- ],
35
- "in_stock": true,
36
- "warranty": "3-year limited warranty",
37
- "reviews": {
38
- "average_rating": 4.7,
39
- "total_reviews": 312
40
- }
41
- },
42
- {
43
- "product_id": "PRD-003",
44
- "name": "Smart Watch Pro",
45
- "category": "Wearables",
46
- "price": 249.99,
47
- "description": "Stay connected and track your health with our Smart Watch Pro. Monitor your heart rate, sleep patterns, and activity levels while receiving notifications from your smartphone.",
48
- "features": [
49
- "Health monitoring",
50
- "Sleep tracking",
51
- "Waterproof design",
52
- "5-day battery life",
53
- "GPS tracking"
54
- ],
55
- "in_stock": true,
56
- "warranty": "1-year limited warranty",
57
- "reviews": {
58
- "average_rating": 4.6,
59
- "total_reviews": 847
60
- }
61
- },
62
- {
63
- "product_id": "PRD-004",
64
- "name": "Wireless Charging Pad",
65
- "category": "Accessories",
66
- "price": 39.99,
67
- "description": "Eliminate cable clutter with our Wireless Charging Pad. Compatible with all Qi-enabled devices, delivering fast charging for smartphones and earbuds.",
68
- "features": [
69
- "15W fast charging",
70
- "Qi compatibility",
71
- "LED charging indicator",
72
- "Compact design",
73
- "Non-slip surface"
74
- ],
75
- "in_stock": true,
76
- "warranty": "1-year limited warranty",
77
- "reviews": {
78
- "average_rating": 4.5,
79
- "total_reviews": 289
80
- }
81
- },
82
- {
83
- "product_id": "PRD-005",
84
- "name": "Bluetooth Speaker",
85
- "category": "Audio",
86
- "price": 79.99,
87
- "description": "Take your music anywhere with our Portable Bluetooth Speaker. Featuring 20 hours of playtime, waterproof design, and powerful bass for outdoor adventures.",
88
- "features": [
89
- "Waterproof (IPX7)",
90
- "20-hour battery life",
91
- "Built-in microphone",
92
- "Bluetooth 5.0",
93
- "Stereo pairing capability"
94
- ],
95
- "in_stock": true,
96
- "warranty": "1-year limited warranty",
97
- "reviews": {
98
- "average_rating": 4.4,
99
- "total_reviews": 621
100
- }
101
- },
102
- {
103
- "product_id": "PRD-006",
104
- "name": "Phone Case",
105
- "category": "Accessories",
106
- "price": 24.99,
107
- "description": "Protect your smartphone with our rugged Phone Case. Military-grade drop protection in a slim design that preserves your phone's aesthetic.",
108
- "features": [
109
- "Military-grade protection",
110
- "Slim design",
111
- "Wireless charging compatible",
112
- "Raised edges for screen protection",
113
- "Available in multiple colors"
114
- ],
115
- "in_stock": true,
116
- "warranty": "Lifetime limited warranty",
117
- "reviews": {
118
- "average_rating": 4.3,
119
- "total_reviews": 1245
120
- }
121
- },
122
- {
123
- "product_id": "PRD-007",
124
- "name": "HDMI Cable",
125
- "category": "Accessories",
126
- "price": 15.99,
127
- "description": "Connect your devices with our high-speed HDMI Cable. Supporting 4K resolution at 60Hz for crystal-clear video and audio transmission.",
128
- "features": [
129
- "4K @ 60Hz support",
130
- "High-speed data transfer",
131
- "Gold-plated connectors",
132
- "6-foot length",
133
- "Flexible and durable design"
134
- ],
135
- "in_stock": true,
136
- "warranty": "Lifetime warranty",
137
- "reviews": {
138
- "average_rating": 4.8,
139
- "total_reviews": 512
140
- }
141
- },
142
- {
143
- "product_id": "PRD-008",
144
- "name": "Wireless Keyboard",
145
- "category": "Computer Accessories",
146
- "price": 59.99,
147
- "description": "Enhance your productivity with our Wireless Keyboard. Featuring quiet keys, multi-device connectivity, and a sleek design for your workspace.",
148
- "features": [
149
- "Quiet membrane keys",
150
- "Connect up to 3 devices",
151
- "Compact layout",
152
- "2-year battery life",
153
- "Compatible with all operating systems"
154
- ],
155
- "in_stock": true,
156
- "warranty": "2-year limited warranty",
157
- "reviews": {
158
- "average_rating": 4.6,
159
- "total_reviews": 378
160
- }
161
- },
162
- {
163
- "product_id": "PRD-009",
164
- "name": "Wireless Mouse",
165
- "category": "Computer Accessories",
166
- "price": 34.99,
167
- "description": "Navigate with precision using our Wireless Mouse. Ergonomic design, customizable buttons, and long battery life for everyday use.",
168
- "features": [
169
- "Ergonomic design",
170
- "Customizable buttons",
171
- "High-precision sensor",
172
- "18-month battery life",
173
- "Universal compatibility"
174
- ],
175
- "in_stock": true,
176
- "warranty": "2-year limited warranty",
177
- "reviews": {
178
- "average_rating": 4.5,
179
- "total_reviews": 421
180
- }
181
- },
182
- {
183
- "product_id": "PRD-010",
184
- "name": "Laptop Stand",
185
- "category": "Computer Accessories",
186
- "price": 29.99,
187
- "description": "Improve your posture with our adjustable Laptop Stand. Elevate your screen to eye level, reduce neck strain, and enhance airflow for your device.",
188
- "features": [
189
- "Adjustable height",
190
- "Foldable design",
191
- "Compatible with laptops up to 17 inches",
192
- "Anti-slip surface",
193
- "Lightweight aluminum construction"
194
- ],
195
- "in_stock": true,
196
- "warranty": "1-year limited warranty",
197
- "reviews": {
198
- "average_rating": 4.4,
199
- "total_reviews": 287
200
- }
201
- }
202
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ]