> For the complete documentation index, see [llms.txt](https://dev.coronasafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.coronasafe.network/facility/inventoryitem.md).

# InventoryItem

```
 id AutoField
 facility ForeignKey (id)
 item ForeignKey (id)
 created_date DateTimeField
 deleted BooleanField
 external_id UUIDField
 modified_date DateTimeField
 quantitiy IntegerField 
```

`minimum_stock` will vary for each inventory item. It should be captured so that, we could trigger alerts
