Service - Inventory Intangible Goods
Jump to navigation
Jump to search
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
...