-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitems.json
100 lines (100 loc) · 2.97 KB
/
items.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"items": [
[
{
"id": "001",
"image": "images/1.jpg",
"company": "Carlton London",
"item_name": "Rhodium-Plated CZ Floral Studs",
"original_price": 1045,
"current_price": 606,
"discount_percentage": 42,
"return_period": 14,
"delivery_date": "10 Oct 2023",
"rating": { "stars": 4.5, "count": 1400 }
},
{
"id": "002",
"image": "images/2.jpg",
"company": "CUKOO",
"item_name": "Women Padded Halter Neck Swimming Dress",
"original_price": 2599,
"current_price": 1507,
"discount_percentage": 42,
"return_period": 14,
"delivery_date": "10 Oct 2023",
"rating": { "stars": 4.3, "count": 24 }
},
{
"id": "003",
"image": "images/3.jpg",
"company": "NUEVOSDAMAS",
"item_name": "Women Red & White Printed A-Line Knee-Length Skirts",
"original_price": 1599,
"current_price": 495,
"discount_percentage": 69,
"return_period": 14,
"delivery_date": "10 Oct 2023",
"rating": { "stars": 4.1, "count": 249 }
},
{
"id": "004",
"image": "images/4.jpg",
"company": "ADIDAS",
"item_name": "Indian Cricket ODI Jersey",
"original_price": 999,
"current_price": 999,
"discount_percentage": 0,
"return_period": 14,
"delivery_date": "10 Oct 2023",
"rating": { "stars": 5, "count": 10 }
},
{
"id": "005",
"image": "images/5.jpg",
"company": "Roadster",
"item_name": "Pure Cotton T-shirt",
"original_price": 1399,
"current_price": 489,
"discount_percentage": 65,
"return_period": 14,
"delivery_date": "10 Oct 2023",
"rating": { "stars": 4.2, "count": 3500 }
},
{
"id": "006",
"image": "images/6.jpg",
"company": "Nike",
"item_name": "Men ReactX Running Shoes",
"original_price": 14995,
"current_price": 14995,
"discount_percentage": 0,
"return_period": 14,
"delivery_date": "10 Oct 2023",
"rating": { "stars": 0, "count": 0 }
},
{
"id": "007",
"image": "images/7.jpg",
"company": "The Indian Garage Co",
"item_name": "Men Slim Fit Regular Shorts",
"original_price": 1599,
"current_price": 639,
"discount_percentage": 60,
"rating": { "stars": 4.2, "count": 388 }
},
{
"id": "008",
"image": "images/8.jpg",
"company": "Nivea",
"item_name": "Men Fresh Deodrant 150ml",
"original_price": 285,
"current_price": 142,
"discount_percentage": 50,
"return_period": 14,
"delivery_date": "10 Oct 2023",
"rating": { "stars": 4.2, "count": 5200 }
}
]
]
}