Service - Inventory Goods: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Overview = Handler service for standard goods inventory type. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryGoods === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryGoods", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB",...") |
No edit summary |
||
| Line 42: | Line 42: | ||
... | ... | ||
= Working documents = | = Working documents = | ||
Revision as of 06:37, 2 January 2026
Overview
Handler service for standard goods inventory type.
Repository
...
Schemas
ObjectSchemas
inventoryGoods
{
"objectType": "inventoryGoods",
"extendObjType": {
"serviceTag": "InventoryManager",
"objectType": "inventory"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "inventoryGoods",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...