_supplierSet
Set Supplier
Parameters
id
Integer. ID of the stock item to update
supplier_id
Integer. ID of the supplier
Example
FM_api('Stock_supplierSet',
[
'id'=>'1',
'supplier_id'=>'55'
]
);Result
On Success
On Failure
If no stock ID provided
Last updated