---
title: Shopware Product Management | Shopware Community Hub
description: >-
  This section provides a comprehensive guide to managing products in Shopware,
  including adding, categorizing, and organizing your product catalog
  effectively.
canonical_url: 'https://hub.shopware.com/learn/unit/shopware-product-management'
---

# Shopware Product Management

<LearningObjectives>

- Efficiently **navigate** to Shopware's administration and Storefront interfaces.
- Add, edit, and organize **products** within Shopware, utilizing its product management tools.
- Apply **categorization techniques** and **attribute configurations** to enhance product listings.

</LearningObjectives>

# Shopware Product Management

Product management is essential for ecommerce success, and Shopware provides robust tools for efficient inventory management. Shopware's product management feature helps businesses manage their product catalog efficiently.

See the linked user documentation for details. For a quick overview, product management includes:

- **[Product catalog management](https://docs.shopware.com/en/shopware-6-en/catalogues):** Easily create, edit, and organize products with detailed information like descriptions, pricing, images, etc.

- **[Properties](https://docs.shopware.com/en/shopware-6-en/products/properties?category=shopware-6-en/catalogues):** Manage product variations such as sizes, colors, or materials within a single product listing.

- **[Customizable product configurations](https://docs.shopware.com/en/shopware-6-en/catalogues/product-overview?category=shopware-6-en/catalogues):** Set custom attributes, product relationships, and advanced pricing rules (e.g., bulk discounts).

- **[Inventory management](https://docs.shopware.com/en/ecommerceterminologies#inventory-and-order-management-related-terminologies):** Track stock levels, availability, and manage out-of-stock scenarios.

- **[Digital and physical products](https://docs.shopware.com/en/shopware-6-en/catalogues/products):** Support for both physical goods and digital products like downloads or services.

- **[Advanced SEO features](https://docs.shopware.com/en/shopware-6-en/settings/seo):** Optimize product listings for search engines with customizable URLs, meta descriptions, and tags.

Now let's explore this feature and get into action.

<ShopdevInstance plugin="lp01" step="DoNotDisplay"/>

## Tryout: Adding products

Adding products in Shopware is a straightforward process. Follow these steps:

1. **Navigate to the products section:**

    - In the left sidebar of the admin page, go to **Catalogs** > **Products**.
    ![products section](../CO-02-explore-shopware-features/assets/productMgmt-productSection.png)

2. **Click on "Add Product":**

    - On the product overview page, click the **"Add Product"** button. (In the dropdown, you can select a digital product alternatively.)
    ![products added](../CO-02-explore-shopware-features/assets/productMgmt-addProduct.png)

3. **Fill in product details:**

    - **Basic information:**
        - Enter the product name (e.g., "Casual T-shirt").
        - Add a product description that highlights key features.
        - Enter the manufacturer
    ![product details](../CO-02-explore-shopware-features/assets/productMgmt-productDetails.png)

    - **Pricing:**
        - Choose a [tax rate](https://docs.shopware.com/en/shopware-6-en/settings/taxes)
        - Set the price
        - Set product availability information like stocks
    - **Upload images:**
        - Upload high-quality product image by clicking on **open media** or **upload file**.

4. **Save the product:**

    - Click the **"Save"** button to publish the product.

5. **View product:**

    - Now, navigate to **Catalogs** > **Products** to check for the created product.
    ![products section](../CO-02-explore-shopware-features/assets/productMgmt-productsAdded.png)

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

### Hands-On exercise

**Task:** Add three products to your Shopware shop, including different names, descriptions, prices, and images.

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

## Tryout: Categorizing products

Organizing products into categories makes it easier for customers to navigate your shop. Shopware allows you to create and manage categories effortlessly. Let's look at step-by-step instructions for creating and managing categories.

1. **Access the categories section:**

    - In the admin panel, navigate to **Catalogs** > **Categories**.
    ![category section](../CO-02-explore-shopware-features/assets/productMgmt-categorySection.png)

2. **Create new categories:**

    - Click on the **"..."** beside "My Store" or "Home" or "Footer" menu to add a new category at the desired level.
    - Enter the category name (e.g., "Apparel").
    - Configure settings like category type, image, etc., and activate and save the category.
    ![add category](../CO-02-explore-shopware-features/assets/productMgmt-addCategory.png)

3. **Assign products to categories:**

    - Next, add product to the category either by manually selecting it or [dynamically by selecting a predefined set](https://docs.shopware.com/en/shopware-6-de/Catalogues/Dynamicproductgroups) in the products tab.
    ![add products to category](../CO-02-explore-shopware-features/assets/productMgmt-addProdCategory.png)

### Hands-On exercise

**Task:** Create two categories - "Men's Clothing" and "Women's Clothing" under "Apparel" and assign the previously created three products to these categories.

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

## Tryout: Product properties

Product [properties](https://docs.shopware.com/en/shopware-6-en/products/properties?category=shopware-6-en/catalogues) define specific characteristics of your products, helping customers make informed decisions, associating products with different properties results in unique product [variants](https://docs.shopware.com/en/shopware-6-en/catalogues/products#variants). Let's see how to configure these properties.

1. **Access settings:**

    - Go to **Catalogues** > **Properties** in the admin panel.

2. **Add new attributes:**

    - Click on **"Add property"** to create a new property (e.g., "Size").
    - Define the display type and save.
    ![properties](../CO-02-explore-shopware-features/assets/productMgmt-properties.png)

3. **Define variants:**

    - After saving, you can see the property values section. Select the **Add value** option here.
    - Select the relevant variant from the options available while adding or editing a product.
    - Here, you can define the values like "S", "M", "L".
    ![variants](../CO-02-explore-shopware-features/assets/productMgmt-variants.png)

4. **Assign variants to products:**

    - Select a product to which you want to assign the properties.
    - Click the variants tab > generate variants
    - Select the property and variant you want to assign to this product. Click on "Next" and save variants.
    ![variants added](../CO-02-explore-shopware-features/assets/productMgmt-variantsAdded.png)

### Hands-On exercise

**Task:** Create "Color" property with options (Red, Blue, Green). Assign these attributes to your previously added products.

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

## Tryout: Exploring the Storefront

To see how your products appear to customers:

1. **Assign products to Storefront**

    - Go to **Storefront** in the admin page's left sidebar.
    - Select the "Products" tab and add products that need to be visible in the storefront.
    - Click save.
    ![storefornt](../CO-02-explore-shopware-features/assets/productMgmt-storefront.png)

2. **Access the Storefront:**

    - In the left sidebar of the admin page, **Storefront**. Click on the eye symbol. Your storefront will open in a new tab.

3. **Navigate to product categories:**

    - Click on the category **Home**.
    - You will be able to see all the products now.
    ![products-storefront](../CO-02-explore-shopware-features/assets/productMgmt-storefrontView.png)

4. **View product details:**

    - Click on individual products to see their details, including descriptions, images, and prices.

### Hands-On exercise

**Task:** Navigate your storefront to find the products you added, ensuring they are correctly categorized and displayed.

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

## Conclusion

Effective product management in Shopware allows you to create a streamlined and engaging customer shopping experience. Following the hands-on steps in this guide will give you practical experience adding products, categorizing them, and managing attributes. For deeper insights, you can refer to the [Ecommerce management course from User & Administration Essentials Learningpath](https://hub.shopware.com/learn/course/user-ecommerce-management) and our [official documentation](https://docs.shopware.com/en/shopware-6-en/catalogues).

Next, we will delve into the **order management** feature in the next unit.
