private function save_product_shipping_data( $product, $data ) {
        if ( isset( $data['weight'] ) ) {
            $product->set_weight( '' === $data['weight'] ? '' : wc_format_decimal( $data['weight'] ) );
        }