Service - Inventory Location Standard

From Izara Wiki
Revision as of 06:50, 2 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Standard location type for inventory = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === inventoryLocationStandard === <syntaxhighlight lang="JavaScript"> { objectType: "inventoryLocationStandard", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Standard location type for inventory

Repository

...


Object Schemas

Additional Information
Per Service Schemas

objType

inventoryLocationStandard

{
	objectType: "inventoryLocationStandard",
	canDelete: false,
	belongTo: { 
		serviceTag: "user",
		objectType: "user"
	},
	addOnDataStructure: [],
	storageResources: {
		myGraph: {
			storageType: "graph",
			graphServerTag: "GraphHandler"
		}
    },
    fieldNames: {
		// from inventoryLocation
    },
    identifiers: [
		{
			type: "inventoryLocationId",
			fieldName: "inventoryId"
		}
    ]
}

Working documents

Inventory Location Standard