See How It Works
Walk through a complete warehouse workflow in 5 steps
Receive Stock
Goods arrive at your warehouse. Scan barcodes or enter SKUs to record incoming inventory. Each receipt creates a stock movement for full traceability.
Store in Location
Transfer received stock to specific warehouse locations. storq.io uses a zone-aisle-shelf-bin hierarchy so every item has a precise home.
Create Order
Orders come in via the API or the dashboard. Each order lists the items and quantities needed. storq.io automatically checks stock availability.
{
"customer": "[email protected]",
"items": [
{
"sku": "WINE-CAB-2024",
"quantity": 12
}
]
}
{
"id": "ord_1a2b3c",
"status": "pending",
"items": 1,
"created_at": "2026-02-15T10:30:00Z"
}
Pick Items
Warehouse staff pick items from their locations using guided pick lists. Scan each item to confirm the right product and quantity, then mark the order as picked.
Pack & Ship
Pack the picked items, record the carrier and tracking number, and mark the order as shipped. Invoices are generated automatically.