I have create a csv file, and import to magento to update the Stock Availability.
sku,qty,is_in_stock
Prod1,200,1
But it just create the product and update the qty, it cant update the Stock Availability, it still "out of stock"
Would i have missed something?