inventoryItemQuantity
Logs real-time inventory stock levels, adjustments, and transaction-based quantity changes for accurate inventory tracking.
Columns
| Name | Type | References | Description |
| item | String | The unique identifier or name of the inventory item being tracked. This could be a Stock Keeping Unit (SKU), product name, or another reference. | |
| maxcount | Integer | The maximum allowable quantity of this inventory item that can be stored or ordered, managing stock levels and avoiding overstocking. | |
| mincount | Integer | The minimum required quantity of this inventory item before a reorder or replenishment action is triggered, ensuring that stock does not fall below a critical threshold. |