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