Set the Archive status of a Stock item
Integer ID for the stock item.
Integer. 0 means that Stock item is not archived. Any other value means it is.
FM_api('Stock_setIsArchived', [ 'id'=>'7', 'is_archived'=>'1' ] );
{"ok":1}
Last updated 3 years ago