First running version
This commit is contained in:
37
reference_impl/mock-services/data/inventory.json
Normal file
37
reference_impl/mock-services/data/inventory.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"itemId": "DESSERT_CHOCO",
|
||||
"name": "チョコレートケーキ",
|
||||
"category": "dessert",
|
||||
"stock": 25,
|
||||
"unit": "個",
|
||||
"costPerUnit": 350
|
||||
},
|
||||
{
|
||||
"itemId": "DESSERT_PUDDING",
|
||||
"name": "プリン",
|
||||
"category": "dessert",
|
||||
"stock": 40,
|
||||
"unit": "個",
|
||||
"costPerUnit": 200
|
||||
},
|
||||
{
|
||||
"itemId": "DESSERT_TIRAMISU",
|
||||
"name": "ティラミス",
|
||||
"category": "dessert",
|
||||
"stock": 18,
|
||||
"unit": "個",
|
||||
"costPerUnit": 420
|
||||
},
|
||||
{
|
||||
"itemId": "DRINK_WINE",
|
||||
"name": "赤ワイン",
|
||||
"category": "drink",
|
||||
"stock": 12,
|
||||
"unit": "本",
|
||||
"costPerUnit": 1500
|
||||
}
|
||||
],
|
||||
"updatedAt": "2026-03-27T06:00:00Z"
|
||||
}
|
||||
Reference in New Issue
Block a user