According to the Adobe Commerce Merchant Documentation, you can use configurable products to sell products with variations, such as size and color, that affect the price and inventory of the product. A configurable product consists of a base product and several simple products that represent each variation.
References: https://docs.magento.com/user-guide/catalog/product-create-configurable.html
[Reference: Configurable Product | Adobe Commerce - Experience League: https://experienceleague.adobe.com/docs/commerce-admin/catalog/products/types/product-create-configurable.html?lang=en, Explanation:, A configurable product is a single product that has multiple variations. The variations are created by combining different attributes, such as size and color. The customer can select the attributes they want to create their desired combination., In this case, the merchant wants to sell t-shirts of different sizes and colors. They can create a configurable product with the following attributes: size and color. The customer can then select the size and color they want to create their desired combination., The other options, bundle product and grouped product, are not suitable for this use case. A bundle product is a collection of products that are sold together as a single unit. A grouped product is a collection of products that are related to each other, but they can be purchased separately., In this case, the merchant does not want to sell the t-shirts as a single unit. They want the customer to be able to select the size and color they want. Therefore, a configurable product is the best option., Here are the steps on how to create a configurable product:, Go to Stores > Products., Click Add Product., Select Configurable Product as the product type., Enter the product name and description., Add the attributes that you want to use to create the variations., Save the product., The customer will now be able to select the size and color they want to create their desired combination., ]
Submit