-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
64 lines (64 loc) · 1.63 KB
/
server.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
{
"stock": [{
"id": 1,
"amount": 3
},
{
"id": 2,
"amount": 5
},
{
"id": 3,
"amount": 2
},
{
"id": 4,
"amount": 1
},
{
"id": 5,
"amount": 5
},
{
"id": 6,
"amount": 10
}
],
"products": [{
"id": 1,
"title": "Mizuno Wave Prophecy 9",
"price": 739.9,
"image": "http://static.netshoes.com.br/produtos/tenis-mizuno-wave-prophecy-9-masculino/20/D16-5355-120/D16-5355-120_zoom1.jpg"
},
{
"id": 2,
"title": "Under Armour Charged Skyline",
"price": 139.9,
"image": "http://static.netshoes.com.br/produtos/tenis-under-armour-charged-skyline/37/B78-4579-937/B78-4579-937_zoom1.jpg"
},
{
"id": 3,
"title": "Under Armour Charged Skyline",
"price": 219.9,
"image": "http://static.netshoes.com.br/produtos/tenis-under-armour-charged-skyline/26/B78-4579-026/B78-4579-026_zoom1.jpg"
},
{
"id": 4,
"title": "Mizuno Wave Prophecy 9",
"price": 139.9,
"image": "http://static.netshoes.com.br/produtos/tenis-mizuno-wave-prophecy-9-masculino/20/D16-5355-120/D16-5355-120_zoom1.jpg"
},
{
"id": 5,
"title": "Under Armour Charged Skyline",
"price": 219.9,
"image": "http://static.netshoes.com.br/produtos/tenis-under-armour-charged-skyline/26/B78-4579-026/B78-4579-026_zoom1.jpg"
},
{
"id": 6,
"title": "Under Armour Charged Skyline",
"price": 139.9,
"image": "http://static.netshoes.com.br/produtos/tenis-under-armour-charged-skyline/37/B78-4579-937/B78-4579-937_zoom1.jpg"
}
]
}