-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
66 lines (66 loc) · 1.57 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
65
66
{
"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": "Tênis Nike Air Max 90 Premium Shangai Masculino",
"price": 419.99,
"image": "https://images.lojanike.com.br/500x500/produto/207910_1931578_20200121135317.jpg"
},
{
"id": 2,
"title": "Tênis Nike Air Max 90 Premium Tokyo Masculino",
"price": 419.99,
"image": "https://images.lojanike.com.br/500x500/produto/207956_1933834_20200123115118.jpg"
},
{
"id": 3,
"title": "Tênis Nike Air Max 90 Premium New York Masculino",
"price": 419.99,
"image": "https://images.lojanike.com.br/500x500/produto/207939_1936526_20200128112330.jpg"
},
{
"id": 5,
"title": "Tênis Nike Air Max 90 Premium Paris Masculino",
"price": 419.99,
"image": "https://images.lojanike.com.br/500x500/produto/194013_1930858_20200121135142.jpg"
},
{
"id": 6,
"title": "Tênis Nike Air Max 90 Premium London Masculino",
"price": 419.99,
"image": "https://images.lojanike.com.br/500x500/produto/206671_1930419_20200121135108.jpg"
},
{
"id": 4,
"title": "Tênis Nike Air Max 90 Premium Paris Masculino",
"price": 419.99,
"image": "https://images.lojanike.com.br/500x500/produto/194013_1930858_20200121135142.jpg"
}
]
}