# Bundle Product

<div align="left"><img src="https://4991187-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 bundle is a *build your own*, customizable product. Each item in a bundle can be based on one of the following product types: simple product / virtual product.

The bundled product options are visible to the customers on product pages.

### To create a bundle product: <a href="#to-create-a-bundle-product" id="to-create-a-bundle-product"></a>

1. Access the admin > Catalog > **Products**
2. Tap the **dropdown arrow** on the Add Product button
3. Tap **Bundle Product**
4. Complete the **Required Settings**&#x20;
5. Complete the **Basic Settings**&#x20;
6. Add the **bundle items.**
7. When complete, tap **Save**.&#x20;

| **FIELD**              | **STATUS**    | **DESCRIPTION**                                                                                                                                                                                                                                                                                                                                    |
| ---------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ship Bundle Items      | **SUPPORTED** | Determines whether the bundle items are shipped separately or together.                                                                                                                                                                                                                                                                            |
| Option Title           | **SUPPORTED** | Determines the option title that is visible on the front-end                                                                                                                                                                                                                                                                                       |
| Input type             | **SUPPORTED** | <p>Determines how the bundle options are rendered on the front-end.</p><p>The following option input types are supported by ScandiPWA:</p><ul><li>Drop-down</li><li>Checkbox.</li></ul><p><strong>NOTE!</strong> Radio buttons and multiple select input type options are rendered as drop-down and checkbox correspondingly on the front-end.</p> |
| Required               | **SUPPORTED** | The checkbox determines whether the selection of the bundle option is required on the front-end.                                                                                                                                                                                                                                                   |
| Add Product Options    | **SUPPORTED** | Determines which products are available as bundle options.                                                                                                                                                                                                                                                                                         |
| Default Quantity       | **SUPPORTED** | Determines the quantity of a bundle option that is added to the cart with the bundle product. Default Quantity that is included in a bundle item cannot be changed by the customer.                                                                                                                                                                |
| User Defined           | **SUPPORTED** | Determines whether you allow customers to change the quantity of a bundle item.                                                                                                                                                                                                                                                                    |
| Bundle option position | **SUPPORTED** | To change the order of items in a bundle section, click the **Move** icon at the beginning of the row and drag the item into position.                                                                                                                                                                                                             |


---

# 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.3.0/catalog/creating-products/bundle-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.
