-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.json
90 lines (90 loc) · 1.65 KB
/
products.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
[
{
"name": "Red Love Cup",
"price": 25,
"old_price": 37,
"category": "cup",
"id": "red love cup",
"featured": false
},
{
"name": "Black Tea Cup",
"price": 15,
"old_price": 29,
"category": "cup",
"id": "black tea cup",
"featured": false
},
{
"name": "B&W Essentials Mug",
"price": 19,
"category": "mug",
"id": "b&w essentials mug",
"featured": false
},
{
"name": "Winter Style Mug",
"price": 25,
"category": "mug",
"id": "winter style mug",
"featured": false
},
{
"name": "Ceramic Tea",
"price": 46,
"category": "cup",
"id": "ceramic tea",
"featured": false
},
{
"name": "No Handle Bar Cup",
"price": 34,
"category": "cup",
"id": "no handle bar cup",
"featured": false
},
{
"name": "Espresso Cup by Mugs.co",
"price": 25,
"category": "mug",
"id": "espresso cup by mugs.co",
"featured": false
},
{
"name": "Summer Designer Cup",
"price": 29,
"category": "cup",
"id": "summer designer cup",
"featured": false
},
{
"name": "Pink Premium Ceramic",
"price": 99,
"category": "cup",
"id": "pink premium ceramic",
"featured": true
},
{
"name": "Golden Designers Mug",
"price": 50,
"old_price": 69,
"category": "mug",
"id": "golden designers mug",
"featured": true
},
{
"name": "B&W Essentials Mug",
"price": 19,
"category": "mug",
"id": "b&w essentials mug",
"featured": false
},
{
"name": "Black Cup",
"price": 15,
"old_price": 29,
"category": "cup",
"id": "black cup",
"featured": false
}
]