Standard Product Types in Magento

Magento has 6 standard product types, including: Simple product, grouped product, configurable product, virtual product, bundle product and downloadable product.

Simple product:  is an instance of physical products, having a single configuration (one-size-fits-all). For example: a cell-phone, a monitor…

Grouped product:  is a product type that allows you to create a new product using one or more existing products, such as Magento Red Furniture Set product in Magento’s sample data. This product group has 3 separated products: Ottoman, Chair, Couch and each one is available for purchases. When buying a grouped product, customers can choose each separated product to add to cart:

Configurable product:  is a product type allowing customers to select the variant that they want by choosing options. For instance: Zolof The Rock And Roll Destroyer: LOL Cat T-shirt has its size and color for customers to choose. A simple way in this case is that you can create some simple products with different colors and sizes to sell. However, configurable product type helps you create the product more convenient, faster, and easier to manage products.

Virtual product:  is a product type used for products that don’t have a physical instance. It’s always used for service products or intellectual products (as software). Those products don’t need to be shipped.

Bundle product:  is also known as a kit. A bundle product is one product in the customer’s shopping cart but in fact, it is made of a number of other products. Magento’s sample data has Computer product which is bundled from other products: Case, Processor, Memory.

Downloadable product:  is similar to the virtual product (like an instance of the virtual product).  But these products have one or more digital files for download. This is great for software, digital music files and other electronic products. Otherwise, downloadable files can be used as a configuration for customers to choose when adding to cart.