woocommerce api echo out response

Found it! thanks!

echo '<pre>';
  print_r($woocommerce->http->getResponse()->getbody());
echo '</pre>';