Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Stock (Warehouse)

Warehouse stock management commands. All commands require the global -r <region> flag.


stock list

List warehouse stock levels.

Usage: efision -r <region> stock list [OPTIONS]
FlagShortDefaultDescription
--low-stock-lfalseShow only low stock items
--threshold-t10Low stock threshold quantity

Example (all stock):

efision -r au stock list

Example (low stock alert):

efision -r au stock list --low-stock --threshold 5
Low Stock (< 5)
============================================================

Region: AU
Threshold: 5

Fetching stock... done.

Found 23 items:

--------------------------------------------------------------------------------------------------------------
Product Code                   Type            Qty        Warehouse        Available
--------------------------------------------------------------------------------------------------------------
INOVIT-SP-001                  Wheels              3     Main Warehouse   3
...

Search warehouse stock by SKU or product code.

Usage: efision -r <region> stock search --sku <SKU>
FlagShortRequiredDescription
--sku-sYesSKU or product code to search

Example:

efision -r au stock search --sku "INOVIT-SP-001"
Warehouse Search
============================================================

Region: AU
SKU:    INOVIT-SP-001

Searching... done.

Found 2 locations:

------------------------------------------------------------
Product:   INOVIT-SP-001
Type:      Wheels
Warehouse: Main Warehouse
Quantity:  50
Available: 45
------------------------------------------------------------
Product:   INOVIT-SP-001
Type:      Wheels
Warehouse: Overflow
Quantity:  20
Available: 20