_notesGet

Get a Stock item's notes

Parameters

id

Integer ID for the stock item.

Example

FM_api('Stock_notesGet',
	[
		'id'=>'7'
	]
);

Example Result

"susceptible to humidity. store in a dry place"

The result is returned as a string, with no object enclosing it.

Last updated