# Is Shopify Bundles compatible with Infinite Options?

No, Shopify Bundles is not compatible with Infinite Options.\
\
Shopify Bundles removes line item properties from the order data in the Shopify admin. Since Infinite Options relies on line item properties to store and display option selections when the app runs, the option details won’t appear in the backend of completed orders.

#### Why this happens

Infinite Options saves customer selections as **line item properties** when a product is added to the cart. These properties normally appear in:

* The cart
* Checkout
* The order details in the Shopify admin

When an order is created using the Shopify Bundles app, Shopify restructures the order in a way that strips out line item properties from the backend. Because of this, option data added by Infinite Options does not appear reliably or at all in the admin or order details.

This behavior is controlled by Shopify Bundles and isn’t something Infinite Options can change or develop around.

***


---

# 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://shoppad.gitbook.io/infinite-options/faqs-and-how-tos/is-shopify-bundles-compatible-with-infinite-options.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.
