-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductDetail.json
28 lines (27 loc) · 983 Bytes
/
productDetail.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
{
"SneakFLES": {
"id": "SneakFLES",
"companyname": "Sneaker",
"name": "Fall Limited Edition Sneakers",
"description": "These low-profile sneakers are your perfect casual wear companion. Featuring adurable rubber outer sole, they’ll withstand everything the weather can offer.",
"price": 250.00,
"discount": {
"active": true,
"percent": 50
},
"images": {
"thumbnail": [
".//images/image-product-1-thumbnail.jpg",
".//images/image-product-2-thumbnail.jpg",
".//images/image-product-3-thumbnail.jpg",
".//images/image-product-4-thumbnail.jpg"
],
"main": [
".//images/image-product-1.jpg",
".//images/image-product-2.jpg",
".//images/image-product-3.jpg",
".//images/image-product-4.jpg"
]
}
}
}