Skip to main content

Product Inventory

Summary

A physical or logical subdivision of a plant where materials or goods are stored. It's used to manage and track inventory levels.

Schema

Data Definitions

Data TypeField NameRulesAbout
ProductcatalogItemExactly OneThe product this inventory is for.
StringplantCodeZero or OneThe canonical plant code for the plant.
MagnitudequantityAvailableExactly OneThe amount of materials or goods available.
StorageLocationstorageLocationExactly OneThe storage location for the inventory.

Note omitted fields: attributeField, extendedBy, externalIdentity, recordedBy, sourceSystemCode, sourceSystemId, uniqueText

Sample JSON

{
"@type": "ProductInventory",
"catalogItem": "https://schema.limbergraph.com/limber/Product#e56701d9-e2fa-44ed-b117-bb62e0d5a581",
"plantCode": "6910",
"quantityAvailable": {
"@type": "Magnitude",
"decimalValue": "0",
"uom": "https://schema.limbergraph.com/limber/UnitOfMeasure#each",
"uniqueText": "b66d498c-1f13-4f7c-b575-28379df32fe5"
},
"storageLocation": "https://schema.limbergraph.com/limber/StorageLocation#cc3f926d-7b99-4dea-be35-aafbb56fe327",
"uniqueText": "00a119c1-d10f-4af7-ae0f-bbbea47491ad"
}