421 B
421 B
Runbook: Receiving and Racking
Receiving
- Create shipment for PO; scan items.
- POST /api/v1/shipments/:id/receive with assetIds to set assets to received.
- Update shipment status to received.
Racking
- Assign asset to position: PATCH /api/v1/assets/:id with positionId.
- Set asset status to staged.
Capacity
GET /api/v1/capacity/sites/:siteId and GET /api/v1/capacity/gpu-inventory for dashboards.