_descriptionGet
Parameters
id
Example
FM_api('Stock_descriptionGet',
[
'id'=>'7'
]
);Example Result
"PLA filament for 3D printers"Last updated
Get a Stock item's description
Integer ID for the stock item.
FM_api('Stock_descriptionGet',
[
'id'=>'7'
]
);"PLA filament for 3D printers"The result is returned as a string, with no object enclosing it.
Last updated