-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver-product-data.json
38 lines (38 loc) · 1.1 KB
/
server-product-data.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
[
{
"id": 1,
"title": "Fullstack Hoodie",
"description": "Lightweight, breathable hoodie with the Fullstack Crest. Guaranteed to keep you looking fresh while warm.",
"product_type": "hoodies/jackets",
"image_tag": "hoodie.png",
"created_at": 2017,
"price": 19.99
},
{
"id": 2,
"title": "Fullstack Tee",
"description": "The original Fullstack clothing item. Always prepared to keep your style in check.",
"product_type": "shirts/t-shirts",
"image_tag": "tee.png",
"created_at": 2017,
"price": 15.99
},
{
"id": 3,
"title": "Fullstack Fitted Cap",
"description": "Stay comfortable and cool with the first Fullstack Fitted Cap, featuring a normal bill and medium crown.",
"product_type": "caps/hats",
"image_tag": "cap.png",
"created_at": 2018,
"price": 15.99
},
{
"id": 4,
"title": "Fullstack Jacket",
"description": "Keep warm and protected with the rugged, durable Fullstack lightweight jacket.",
"product_type": "hoodies/jackets",
"image_tag": "jacket.png",
"created_at": 2018,
"price": 49.99
}
]