# Bundle products in LitCommerce

This article introduces bundle products and how LitCommerce handles them.

## <mark style="color:$primary;">**What is a bundle product?**</mark>

A bundle product combines multiple items into one purchasable product, usually available at a discounted or promotional price. For example, a tableware bundle can contain four plates and three mugs.

Bundle products help improve conversion rates, simplify purchasing, streamline inventory management and overall optimize sales performance.

## <mark style="color:$primary;">**Handling bundle products in LitCommerce**</mark>

LitCommerce only supports bundle products created via Shopify Bundles. Refer to [this article](https://help.shopify.com/en/manual/products/bundles/shopify-bundles) for more details about the app.

<figure><img src="/files/EMPJghC98SVH0xBcksIG" alt=""><figcaption></figcaption></figure>

During the bundle product creation process, note the following limitations of the Shopify Bundles app:

Component limits:

* Fixed bundles: Up to 30 components.
* Dynamic bundles: Up to 150 components.
* Up to 2000 units per component.

Options and variants:

* Maximum of 3 options and 100 variants total per bundle.

### <mark style="color:$info;">**Product processing**</mark>

Once the bundle products are created, LitCommerce can import them to the All Products tab and mark them with a `Bundle` tag.

{% hint style="info" %}
**Bundles that contain all simple products will be imported to LitCommerce under the simple format, while the ones that include at least one variant product will be imported as variants.**
{% endhint %}

<figure><img src="/files/GlfmJMpC9sBLLmtHNjnA" alt=""><figcaption></figcaption></figure>

If you would like to link these bundle products to the corresponding channel listings, ensure that they have the appropriate product format and the listings are not already linked to other Main Store products.

In addition, you can list bundle products from the All Products tab to the channels using LitCommerce.

{% hint style="info" %}
**Most channels limit variant attribute names to 30–50 characters.**

\
**If your bundle product contains variants, you may want to make sure that their Option Names stay within these limits, as they will be used as variant attribute names during publishing.**
{% endhint %}

<figure><img src="/files/l1WALnGjCEBePCw5zmjx" alt=""><figcaption></figcaption></figure>

### <mark style="color:$info;">**Inventory and order processing**</mark>

LitCommerce can sync the correct bundle products’ inventory from Shopify to the tool.

When an order is placed on a sales channel and LitCommerce detects that the linked Main Store product is a bundle, the order will:

* Be imported into the LitCommerce Orders section and processed as part of the normal workflow.

* Be imported into the Shopify Main Store as an unlinked order (products will not be displayed in the order details).

* Have its inventory deducted directly from the original products in Shopify based on the quantity configuration set in Shopify Bundles.

* Not have its order status updated when changes are made to the corresponding order on the sales channel.

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# 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://help.litcommerce.com/marketplace-integration/app-features/bundle-products-in-litcommerce.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.
