Hi jacorr27,
We corrected it on our end, it will be in the next release.
You can correct it by editing the file: YourSite\administrator\components\com_hikashop\controllers\product.php
And near the line 14, replace the line:
$this->display=array('listing','show','selectcategory','addcategory','selectrelated','addrelated','getprice','addimage','selectimage','addfile','selectfile','variant','updatecart','export');
By:
$this->display=array('unpublish','publish','listing','show','selectcategory','addcategory','selectrelated','addrelated','getprice','addimage','selectimage','addfile','selectfile','variant','updatecart','export');