Service - Inventory Goods

From Izara Wiki
Jump to navigation Jump to search

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

...

Working documents

Inventory Goods