Warehouse Management
Manage warehouses, inventory, and stock levels.
Overview
Warehouse management in Gauzy enables:
- Multiple warehouse locations
- Product inventory tracking
- Stock level management
- Warehouse-product relationships
Setting Up Warehouses
- Navigate to Inventory → Warehouses
- Click Add Warehouse
- Enter details:
- Name and code
- Contact information
- Address/location
- Description
- Save
Inventory Management
Add Products to Warehouse
- Open a warehouse
- Click Add Products
- Select products
- Enter initial stock quantities
- Save
Update Stock
PUT /api/warehouse/:id/inventory
{
"productId": "uuid",
"quantity": 150
}
Stock Reports
| Report | Description |
|---|---|
| Stock Levels | Current quantities |
| Low Stock Alert | Items below threshold |
| Stock Movement | In/out history |
| Warehouse Comparison | Stock across locations |
Related Pages
- Warehouse Endpoints — API
- Products & Inventory — products
- Merchant Endpoints — merchants