-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
94 lines (93 loc) · 2.46 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
91
92
93
{
"items": [
{
"sys": { "id": "1" },
"fields": {
"title": "Dog treat bone shape",
"stock": "available",
"price": 5.99,
"image": { "fields": { "file": { "url": "./images/product1.jpeg" } } }
}
},
{
"sys": { "id": "2" },
"fields": {
"title": "Dog Bed L size",
"price":69.99,
"image": { "fields": { "file": { "url": "./images/product4.jpeg" } } }
}
},
{
"sys": { "id": "3" },
"fields": {
"title": "Dog Collar",
"price": 20.99,
"image": { "fields": { "file": { "url": "./images/product3.jpeg" } } }
}
},
{
"sys": { "id": "4" },
"fields": {
"title": "Ultra Ball 6cm for Dog 2 Pack",
"price": 15.99,
"image": { "fields": { "file": { "url": "./images/product10.jpeg" } } }
}
},
{
"sys": { "id": "5" },
"fields": {
"title": "Dog House Grey size Large",
"price": 315.99,
"image": { "fields": { "file": { "url": "./images/product11.jpeg" } } }
}
},
{
"sys": { "id": "6" },
"fields": {
"title": "Cat treat 180g Beef Flavour",
"price": 5.99,
"image": { "fields": { "file": { "url": "./images/product2.jpeg" } } }
}
},
{
"sys": { "id": "7" },
"fields": {
"title": "Cat Scratcher",
"price": 9.99,
"image": { "fields": { "file": { "url": "./images/product5.jpeg" } } }
}
},
{
"sys": { "id": "8" },
"fields": {
"title": "Fish Tank 21L",
"price": 59.99,
"image": { "fields": { "file": { "url": "./images/product6.jpeg" } } }
}
},
{
"sys": { "id": "9" },
"fields": {
"title": "Blood Worm 300g Pack",
"price": 17.99,
"image": { "fields": { "file": { "url": "./images/product7.jpeg" } } }
}
},
{
"sys": { "id": "10" },
"fields": {
"title": "Meal Worms 100g",
"price": 12.99,
"image": { "fields": { "file": { "url": "./images/product8.jpeg" } } }
}
},
{
"sys": { "id": "11" },
"fields": {
"title": "Bird Cage Cream",
"price": 58.99,
"image": { "fields": { "file": { "url": "./images/product9.jpeg" } } }
}
}
]
}