# Configurable Product

<div align="left"><img src="https://502840146-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 configurable product looks like a single product with a list of options for each variation. Each option is actually a separate simple product with a unique SKU, which makes it possible to track inventory for each product variation.

ScandiPWA theme supports configurable product display on the storefront. By default, when opening a product description page of a configurable product, none of the options are preselected.

### To create a configurable product: <a href="#configurableproduct-tocreateaconfigurableproduct" id="configurableproduct-tocreateaconfigurableproduct"></a>

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

| FIELD                                             | STATUS        | **DESCRIPTION**                                                                                                                                                                                                                                                                                                                                        |
| ------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Apply a single set of / unique images to all SKUs | **SUPPORTED** | Browse to each image that you want to include in the product gallery, or drag them to the box to apply a single set of images.                                                                                                                                                                                                                         |
| Apply unique images by attribute to each SKU      | **SUPPORTED** | <p>You can upload a unique image for each product option that will appear in the shopping cart when someone buys the specific product option.</p><p><strong>NOTE!</strong> In ScandiPWA, cart thumbnail for configurable products is always set to <em>Product Thumbnail Itself.</em></p>                                                              |
| Apply single price to all SKUs                    | **SUPPORTED** | <p>You can apply a single price for all the product options of your configurable product. </p><p><strong>NOTE!</strong> On product listing and product description pages, when no attribute value/product option is selected, the ScandiPWA theme displays the <em>small</em> image of the child product that it received from the server first.  </p> |
| Apply unique prices by attribute to each SKU      | **SUPPORTED** | ScandiPWA respects adding different prices for different product options. The price will change correspondingly on the storefront when a specific product option is selected.                                                                                                                                                                          |
| Apply single quantity to each SKU                 | **SUPPORTED** | You can apply a single quantity for all the product options of your configurable product.                                                                                                                                                                                                                                                              |
| Apply unique quantity by attribute to each SKU    | **SUPPORTED** | ScandiPWA respects adding different stocks for different product options. When a specific product option becomes out of stock, the attribute combination becomes unavailable.                                                                                                                                                                          |

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

After any change, 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/catalog/creating-products/configurable-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.
