Update a Stock Category details.
The ID of the Stock Category.
New name of the Stock Category to be updated.
Stock to be updated.
FM_api('StockCategory_update', ['id' => '3', 'name' => 'TEST NAME', 'stock' => 'TEST STOCK']);
{"ok":1}
Last updated 3 years ago