Set a Stock item's notes
Integer ID for the Stock item.
String. New notes for the Stock item.
FM_api('Stock_notesSet', [ 'id'=>'7', 'val'=>'susceptible to humidity. store in a dry place' ] );
{"ok":"1"}
Last updated 3 years ago