Inventory API
Endpoints untuk mengelola inventory, stock movement, dan warehouse operations.GET /inventory
Get inventory levels across warehouses.POST /inventory/adjustment
Adjust stock manually.POST /inventory/transfer
Transfer stock between warehouses.Lihat Inventory Flow untuk business logic lengkap.