-
Notifications
You must be signed in to change notification settings - Fork 1
/
inventory.json
50 lines (50 loc) · 1.82 KB
/
inventory.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
{
"warehouse": "Distribution Center US-East",
"location": "Laconia, NH",
"available": {
"amount": 29.82,
"change": 3.2
},
"ready": {
"amount": 1.359000,
"change": 1.9
},
"products": [
{
"image":"https://raw.githubusercontent.com/adaptive-cards/api-templates/main/images/iStock_000005549109XSmall.jpg",
"name": "Retro 2-slice toaster",
"SKUs": "9.5k",
"previous_period": "+2.1 %"
},
{
"image":"https://github.com/adaptive-cards/api-templates/blob/main/images/iStock_000006023672XSmall.jpg?raw=true",
"name": "Presto espresso machine",
"SKUs": "2.74k",
"previous_period": "-0.5 %"
},
{
"image":"https://github.com/adaptive-cards/api-templates/blob/main/images/iStock_000003895265XSmall.jpg?raw=true",
"name": "Deli microwave",
"SKUs": "6.58k",
"previous_period": "-5.8 %"
},
{
"image":"https://github.com/adaptive-cards/api-templates/blob/main/images/iStock_000001558145XSmall.jpg?raw=true",
"name": "Baby Blue Limited Edition",
"SKUs": "1.91k",
"previous_period": "-12.8 %"
},
{
"image":"https://github.com/adaptive-cards/api-templates/blob/main/images/iStock_000003617056XSmall.jpg?raw=true",
"name": "Mr. Coffee",
"SKUs": "3.52k",
"previous_period": "+1.7 %"
},
{
"image":"https://github.com/adaptive-cards/api-templates/blob/main/images/iStock_000005301993XSmall.jpg?raw=true",
"name": "Commercial 2-slice toaster",
"SKUs": "0.54k",
"previous_period": "-24.7 %"
}
]
}