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 Type | Field Name | Rules | About |
---|---|---|---|
Product | catalogItem | Exactly One | The product this inventory is for. |
String | plantCode | Zero or One | The canonical plant code for the plant. |
Magnitude | quantityAvailable | Exactly One | The amount of materials or goods available. |
StorageLocation | storageLocation | Exactly One | The 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"
}