> 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/troubleshooting-the-bundle-feed.md).

# Troubleshooting the bundle feed

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.

Find your symptom below. Each one comes down to a known cause.

### Bundle products show errors or never update

Check how the bundle feed is registered in Google Merchant Center. It must be a **primary** data source. Bundles aren't Shopify products, so they don't exist in your main product feed, and a supplemental feed can only update products that already exist in a primary one. Registered as supplemental, bundle offers error rather than list.

### A bundle is missing from the feed

The bundle feed carries **active** bundles only. Check the bundle's status in Shopify: publish it and it joins the feed, unpublish it and it drops out.

### Bundles show the wrong currency in a market

Each market's Merchant Center account needs its own feed URL: that market's store domain with the matching `country` code, generated per market in **Settings → Google Merchant Center**. A URL with the wrong domain or country code feeds the wrong market's pricing.

Changes to your Shopify Markets can also knock a feed out of sync with its currency, for example deleting your default market or moving it to draft. If a market's feed is suddenly serving the wrong currency, contact Roadmap support to re-sync it.

### Other listings look stale or wrong

The Roadmap bundle feed only carries your bundles. Everything else in Merchant Center comes from your primary product feed, so if regular listings show old images or outdated details, check that data source's health instead.

{% hint style="info" %}
When you raise a feed issue with Roadmap support, granting access to your Merchant Center account lets the team inspect what Google is actually seeing, which speeds everything up.
{% endhint %}

#### Related guides

* [Show your bundles on Google Shopping](/bundles/show-your-bundles-on-google-shopping.md)
* [Google Shopping](/integrations/google-shopping.md)


---

# 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/troubleshooting-the-bundle-feed.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.
