> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/bundles.md).

# Bundles

- [Fixed vs variant bundles](https://docs.roadmap.so/bundles/fixed-vs-variant-bundles.md): Choose the right bundle type based on shopper choice, pricing, and fulfilment needs.
- [Bundle fulfilment & ERP integration](https://docs.roadmap.so/bundles/bundle-fulfilment-and-erp-integration.md): See how bundle orders appear in Shopify and why most ERP and 3PL workflows need no changes.
- [Bundle sales analytics & exports](https://docs.roadmap.so/bundles/bundle-sales-analytics-and-exports.md): Filter bundle performance, understand key metrics, and export the right report.
- [Create a variant bundle](https://docs.roadmap.so/bundles/create-a-variant-bundle.md): Build a bundle where shoppers choose products or variants before adding it to cart.
- [Fixed product bundle setup](https://docs.roadmap.so/bundles/fixed-product-bundle-setup.md): Create a fixed bundle, complete the Shopify product setup, and publish it safely.
- [Shopify bundles that fulfil as SKUs](https://docs.roadmap.so/bundles/shopify-bundles-that-fulfil-as-skus.md): See how Roadmap bundles stay grouped for shoppers while Shopify orders still use real SKUs.
- [Show your bundles on Google Shopping](https://docs.roadmap.so/bundles/show-your-bundles-on-google-shopping.md): Get your Roadmap bundles listed on Google Shopping with the hosted bundle feed, registered in Google Merchant Center as a primary data source.
- [Troubleshooting the bundle feed](https://docs.roadmap.so/bundles/troubleshooting-the-bundle-feed.md): Fix the common Google Merchant Center issues with the Roadmap bundle feed: bundle listings that error or won't update, missing bundles, and wrong-currency markets.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roadmap.so/bundles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
