Hi AnjaMC,
It is not a taxonomy, it is a calculated value, you can get it using using this together with your custom code:
$atum_product = \Atum\Inc\Helpers::get_atum_product( $product_id );
$inbound_stock = $atum_product->get_inbound_stock()
Best regards,
Juan Antonio.