Hi @flashfog,
Thank you for writing in, there is no really specific term for that but post-product. The template that responsible for the shop page is the woocommerce.php but its a function called woocommerce_content(); is really the one responsible for rendering those post-products. If you’re comfortable editing a function you can find it on \wp-content\plugins\woocommerce\includes, you can put your own custom function on your child theme’s functions.php file.
Please do note that we can not provide support for customizations, it would ultimately be your responsibility to take it from here.
Cheers!