Yes, we are using ‘WooCommerce Table Rate Shipping’.
This appears to be stripping out the decimal points before it gets to the feed.
It’s using wc_format_decimal() with the $trim_zeros variable set to true. So that 44.00 becomes 44.
Is there a way to modify this data before it reaches the feed?