Service - Inventory Location Standard
Revision as of 01:17, 5 January 2026 by Sven the Barbarian (talk | contribs)
Overview
Standard location type for inventory
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
objType
inventoryLocationStandard
{
objectType: "inventoryLocationStandard",
canDelete: false,
belongTo: {
serviceTag: "Business",
objectType: "business"
},
addOnDataStructure: [],
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
fieldNames: {
// from inventoryLocation
},
identifiers: [
{
type: "inventoryLocationId",
fieldName: "inventoryId"
}
]
}