Service - Inventory Raw Material
Revision as of 10:33, 2 January 2026 by Sven the Barbarian (talk | contribs)
Overview
Handler service for standard raw material inventory type.
Repository
...
Schemas
ObjectSchemas
inventoryRawMaterial
{
"objectType": "inventoryRawMaterial",
"extendObjType": {
"serviceTag": "InventoryManager",
"objectType": "inventory"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "inventoryRawMaterial",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
inventoryUnitRawMaterial
{
"objectType": "inventoryUnitRawMaterial",
"extendObjType": {
"serviceTag": "InventoryManager",
"objectType": "inventoryUnit"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": { // ? if has flows attached on a unit level
"storageType": "dynamoDB",
"tableName": "inventoryUnitRawMaterial",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...