UploadInventory
UploadInventory[product]⟹inventory
returns an inventory object specifying how to keep the specified product in stock.
UploadInventory[existingInventory]⟹inventory
returns the inventory object updated according to the specified options.
Details
Input
Output
Expiration Options
Organizational Information Options
Restocking Options
General Options
Examples
Basic Examples (5)
Create an Inventory object for the automatic reordering of a kit product:
Create an Inventory object for the automatic reordering of a non-kit product:
Create an Inventory object for the automatic reordering of a stock solution:
Edit the values of an already-existing inventory object:
Edit the values of an already-existing inventory stock solution:
Options (23)
Expires (2)
MaxNumberOfHours (2)
MaxNumberOfUses (2)
ModelStocked (3)
ReorderAmount (2)
ReorderThreshold (2)
ShelfLife (2)
Site (1)
Status (2)
StockingMethod (2)
Use the StockingMethod option to specify whether to measure how much is in stock by the total volume or number of unopened containers/items in the lab:
If not specified, StockingMethod is automatically set to TotalAmount if ReorderThreshold or ReorderAmount is set to a mass or amount, or NumberOfStockedContainers if ReorderThreshold or ReorderAmount are set to integers: