Stock Import
Upload an Excel or CSV file to bulk-import stock product records into the system.
Import Configuration
POST /api/v1/input-stock
Importing stock… please wait
Expected File Format
The stock import file should contain stock product data with columns for item code, quantity, branch, and any other relevant stock fields. Ensure the first row contains column headers.
| item_code | item_name | quantity | branch_id | unit_price |
|---|---|---|---|---|
| 12345 | Product Name | 50 | 1 | 250.00 |