You can check the Product type based on the SKU. If you have only product SKU and want to know about product type Bundle, you can know it easily.
First Load the Product repository by Product SKU, Call the getTypeId() method from the object and match it with Type class predefined product type constant. Continue reading “How to Check Product type is bundle by sku in magento 2?”