Skip to content

Commit 77fab88

Browse files
authored
Merge pull request #10 from BuniMart/Elroys-fan
add Elroy's Confiscated Fan as new product
2 parents 4a24f6c + 1d3ca27 commit 77fab88

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

images/fan.jpg

84.4 KB
Loading

products.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,5 +467,40 @@
467467
"minimumOrderQuantity": 1,
468468
"images": ["/answers.png "],
469469
"thumbnail": "/answers.png"
470+
},
471+
{
472+
"id": 16,
473+
"title": "Elroy's Confiscated Fan",
474+
"description": "Amazing for cooling yourself down on a hot day! Equipped with 3 adjustable speeds, it is sold at the cheap price of just 999.99. Just make sure you don't play with it during class.",
475+
"category": ["exclusive-items"],
476+
"price": 999.99,
477+
"discountPercentage": 0,
478+
"rating": 3,
479+
"stock": 0,
480+
"tags": ["exclusive-items"],
481+
"brand": "Elroy's Exclusive",
482+
"warrantyInformation": "7 day warranty (unless confiscated by Ms.Buni)",
483+
"shippingInformation": "In-school delivery",
484+
"availabilityStatus": "Out of Stock",
485+
"reviews": [
486+
{
487+
"rating": 5,
488+
"comment": "This helped me cool down during cross country! After running (so-called 5 km), this fan is just what I needed!",
489+
"date": "2026-01-04T018:41:02.053Z",
490+
"reviewerName": "Interact Club",
491+
"reviewerEmail": "interact.wms@gmail.com"
492+
},
493+
{
494+
"rating": 1,
495+
"comment": "This was really fun to play with during class, but there is no warranty if my teacher confiscated it. Huge waste of money if you can't play with it.",
496+
"date": "2026-01-07T011:41:02.053Z",
497+
"reviewerName": "Gelroy Oh",
498+
"reviewerEmail": "gelroy.oh@x.dummyjson.com"
499+
}
500+
],
501+
"returnPolicy": "0-day return for unused items",
502+
"minimumOrderQuantity": 1,
503+
"images": ["/fan.jpg "],
504+
"thumbnail": "/fan.jpg"
470505
}
471506
]

0 commit comments

Comments
 (0)