_move
Move a Stock Category into another Stock Category.
Parameters
id
The ID of the Stock Category to move.
to
The ID of the Stock Catergory to move into.
Example
FM_api('StockCategory_move', ['id' => '222402', 'to'=>'60']);
Result
{"ok":1}
Last updated