check shipping amount in woocommerce_after_checkout_validation?

Found it!

global $woocommerce;

$shipping_method = $_POST['shipping_method'][0];
$shipping_amount = $woocommerce->cart->get_shipping_total();