Service - Inventory Location Standard

From Izara Wiki
Revision as of 01:17, 5 January 2026 by Sven the Barbarian (talk | contribs)
(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: "Business",
		objectType: "business"
	},
	addOnDataStructure: [],
	storageResources: {
		myGraph: {
			storageType: "graph",
			graphServerTag: "GraphHandler"
		}
    },
    fieldNames: {
		// from inventoryLocation
    },
    identifiers: [
		{
			type: "inventoryLocationId",
			fieldName: "inventoryId"
		}
    ]
}

Working documents

Inventory Location Standard