Service - Inventory Intangible Goods
Revision as of 12:46, 11 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for intangible goods inventory type. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryIntangibleGoods === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryIntangibleGoods", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storage...")
Overview
Handler service for intangible goods inventory type.
Repository
...
Schemas
ObjectSchemas
inventoryIntangibleGoods
{
"objectType": "inventoryIntangibleGoods",
"extendObjType": {
"serviceTag": "InventoryManager",
"objectType": "inventory"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "inventoryIntangibleGoods",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
inventoryUnitIntangibleGoods
{
"objectType": "inventoryUnitIntangibleGoods",
"extendObjType": {
"serviceTag": "InventoryManager",
"objectType": "inventoryUnit"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": { // ? if has flows attached on a unit level
"storageType": "dynamoDB",
"tableName": "inventoryUnitIntangibleGoods",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...