Zend certified PHP/Magento developer

$_item->getProduct() doesn’t work for Shipping Email

$_item->getProduct() is used on Order Confirmation emails to get the product instance.
This does not work on Shipment & Credit Memo emails.
How can the Product instance (Not the item) be retrieved here?