-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
100 lines (100 loc) · 3.46 KB
/
db.json
File metadata and controls
100 lines (100 loc) · 3.46 KB
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
{
"category": [
{
"id": 1,
"title": "men",
"prefix": "men",
"img": "https://cdn-eu.dynamicyield.com/api/9876644/images/cfb357649428__hp-w12-22032022-h_m-men.jpg"
},
{
"id": 2,
"title": "women",
"prefix": "women",
"img": "https://cdn-eu.dynamicyield.com/api/9876644/images/30d354267a09b__hp-w12-22032022-h_m-women_dresses.jpg"
},
{
"id": 3,
"title": "kids",
"prefix": "kids",
"img": "https://cdn-eu.dynamicyield.com/api/9876644/images/37d243d334c63__hp-w12-22032022-h_m-kids1.jpg"
},
{
"id": 4,
"title": "baby",
"prefix": "baby",
"img": "https://cdn-eu.dynamicyield.com/api/9876644/images/28948d47ae6e8__h_m-w39-28092022-4066c-1x1.jpg"
},
{
"id": 5,
"title": "sport",
"prefix": "sport",
"img": "https://cdn-eu.dynamicyield.com/api/9876644/images/1dda9ae79a671__h_m-w40-06102022-7416b-1x1.jpg"
}
],
"products": [
{
"id": 1,
"title": "Jersey top",
"price": "249.00",
"cat_prefix": "men",
"img": "https://eg.hm.com/assets/styles/HNM/14482498/6103a8463876770c30cdba3535b7be1f333315fe/2/image-thumb__3464789__product_listing/cb91f8f128ac2125e0ec3a008a2e8d2497d15434.jpg",
"max": 4
},
{
"id": 2,
"title": "Regular Fit Jersey top",
"price": "229.00",
"cat_prefix": "men",
"img": "https://eg.hm.com/assets/styles/HNM/14482498/6103a8463876770c30cdba3535b7be1f333315fe/2/image-thumb__3464789__product_listing/cb91f8f128ac2125e0ec3a008a2e8d2497d15434.jpg",
"max": 4
},
{
"id": 3,
"title": "Cotton polo shirt",
"price": "200.00",
"cat_prefix": "men",
"img": "https://eg.hm.com/assets/styles/HNM/13994073/eeb1d90c4764366000eb8b8571396e81f0de5c44/2/image-thumb__3142108__product_listing/4d6db9e8f936d3d82b13bc5861b0310fa214c74d.jpg",
"max": 3
},
{
"id": 4,
"title": "Cotton t-shirt",
"price": "100.00",
"cat_prefix": "women",
"img": "https://eg.hm.com/assets/styles/HNM/13650519/6cc34f51caee1d6cfe776b933d667075fa30d90d/2/image-thumb__2888777__product_listing/16c27492b022ac2eef03853f85d5b279a29ebeed.jpg",
"max": 2
},
{
"id": 5,
"title": "Sweatshirt shorts",
"price": "300.00",
"cat_prefix": "women",
"img": "https://eg.hm.com/assets/styles/HNM/12652575/3e316aab8ce1b596545d144d0efd362975b3856f/2/image-thumb__1998684__product_listing/48756e509aa05341e4a618ba4c1b0a5ce24ebcae.jpg",
"max": 3
},
{
"id": 6,
"title": "Velour top",
"price": "300.00",
"cat_prefix": "kids",
"img": "https://eg.hm.com/assets/styles/HNM/14478215/543d925539f4a3b92a79df2dfe46d5d481e1c7ae/2/image-thumb__3463278__product_listing/c1417d02c7a93e6d2aca7965003b4f7d490f0ae8.jpg",
"max": 2
},
{
"id": 9,
"title": "Pile all-in-one suit with ears",
"price": "500.00",
"cat_prefix": "baby",
"img": "https://eg.hm.com/assets/styles/HNM/10803913/c334b471ad8f564ed1b5dd410c95d94544ee0904/2/image-thumb__1594613__product_listing/5941e37dccc9b0172ac2ab7c266c1cd794cb547f.jpg",
"max": 2
},
{
"id": 17,
"title": "Regular Fit football shirt",
"price": "449.00",
"cat_prefix": "sport",
"img": "https://eg.hm.com/assets/styles/HNM/14472541/cb9d35f1480ce5c8b0be39ad7fd35ab9f8004ce0/2/image-thumb__3453052__product_listing/70408034bd9792a93abbc8ad322565337f535e24.jpg",
"max": 2
}
]
}