# Grouped Product

<div align="left"><img src="https://2769757322-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-MKAp4OHqU-3exwbJPC8%2F-MKEz34EdQLuLYOiF180%2Fsupported2.png?alt=media&#x26;token=b9b5e5d0-1000-4f93-af86-6197df550798" alt=""></div>

A grouped product consists of simple standalone products that are presented as a group. You can offer variations of a single product, or group them by season or theme.

ScandiPWA supports the display of grouped products on the storefront as well as respects the settings in the back-end.

### To create a grouped product: <a href="#groupedproduct-tocreateagroupproduct" id="groupedproduct-tocreateagroupproduct"></a>

1. Access the admin > Catalog > **Products**
2. Tap the **dropdown arrow** on the Add Product button
3. Tap **Grouped Product**
4. Complete the **Required Settings**&#x20;
5. Complete the **Basic Settings**&#x20;
6. Add **Products to the Group.**
7. Complete the **Product Information.** To see, which settings are supported by ScandiPWA, refer to [Product Settings](https://manual.scandipwa.com/v5.2.6/catalog/product-settings).&#x20;
8. When complete, tap **Save.**&#x20;

| SETTING                         | STATUS          | DESCRIPTION                                                                                                                                                                                     |
| ------------------------------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Products in Group Display Order | **SUPPORTED**   | The order of your items in the group can be changed. To change the order of the products, grab the Change Order icon in the first column, and drag the product to the new position in the list. |
| Grouped product image           | **COMING SOON** | In ScandiPWA, the cart thumbnail for grouped products is always set to *Product Thumbnail Itself* (access in admin > stores > configuration -> sales > checkout > shopping cart)                |
| Default Quantity                | **SUPPORTED**   | The default quantity of each item in the group that appears when you first open the product description page.                                                                                   |
| Remove                          | **SUPPORTED**   | You can remove the items from your group by clicking the **Remove** button.                                                                                                                     |

{% hint style="info" %}
**Caching Note**

After any change to a product, the product will be updated on the front-end immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and a new cache entry will be stored.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.scandipwa.com/v5.2.6/catalog/creating-products/grouped-product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
