forked from microsoft/inventory-hub-java-on-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInventoryCosmosDBProductItems.json
64 lines (64 loc) · 1.1 KB
/
InventoryCosmosDBProductItems.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
{
"productItems": [
{
"id": "1",
"productId": "1",
"productName": "coffee",
"description": "Coffee"
},
{
"id": "2",
"productId": "2",
"productName": "tea",
"description": "Tea"
},
{
"id": "3",
"productId": "3",
"productName": "bagelPlain",
"description": "Bagel Plain"
},
{
"id": "4",
"productId": "4",
"productName": "chocolateMilk",
"description": "Chocolate Milk"
},
{
"id": "5",
"productId": "5",
"productName": "danish",
"description": "Danish"
},
{
"id": "6",
"productId": "6",
"productName": "proteinBox",
"description": "Protein Box"
},
{
"id": "7",
"productId": "7",
"productName": "eggSandwich",
"description": "Egg Sandwich"
},
{
"id": "8",
"productId": "8",
"productName": "bltSandwich",
"description": "BLT Sandwich"
},
{
"id": "9",
"productId": "9",
"productName": "fruitSmoothie",
"description": "Fruit Smoothie"
},
{
"id": "10",
"productId": "10",
"productName": "Yogurt",
"description": "Yogurt"
}
]
}