Service - Inventory Goods
Revision as of 06:37, 2 January 2026 by Sven the Barbarian (talk | contribs)
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
...