Skip to main content

system.kanoa.inventory.getPartInventoryStock(paramsDict)

Returns part inventory balance and policy altogether


Parameters

paramsDict Dictionary

- hasOnHandBoolean
- hasOnOrderBoolean
- inventoryAssetIdInteger
- inventoryAssetNameString
- inventoryAssetPathString
- inventoryAssetTypeNameString
- isBelowReorderThresholdBoolean
- isBelowSafetyStockBoolean
- isStockedBoolean
- partCategoryPathString
- partIdInteger
- partInventoryBalanceIdInteger
- partInventoryPolicyIdInteger
- partNumberString

Returns

data pyDataset


Example

data = system.kanoa.inventory.getPartInventoryStock({'inventoryAssetId': 1, 'isBelowReorderThreshold': True, 'isStocked': True})