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]
| Flag | Short | Default | Description |
|---|---|---|---|
--low-stock | -l | false | Show only low stock items |
--threshold | -t | 10 | Low 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
...
stock search
Search warehouse stock by SKU or product code.
Usage: efision -r <region> stock search --sku <SKU>
| Flag | Short | Required | Description |
|---|---|---|---|
--sku | -s | Yes | SKU 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