> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/advanced-features/product-catalog-integration.md).

# How do I add multiple currency feeds in Maker?

## Product Catalog Integration Pages

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

Product Catalog Integration

Product Type

Adding single or multi-currency feed

Using Multi-currency Feed

### Integration Steps

To sync your store catalog with Maker, we need the catalog feed that you provide to google for google ads, in the format that Google specifies .

We need a publicly accessible URL, either to a CSV or XML file.

If you're a Shopify or Magento customer and don't have a feed already, we recommend using either a Shopify or Magento plugin for this or have your engineers export the catalog in the Google feed format . We recommend Feed for Google Shopping and Google Shopping Feed XML/CSV as Shopify plugins.

Maker supports two unique catalog feeds for Dual currency support.

* Include the field "Product type." We use this label for displaying "Products from this Collection" in the Quick View modal and pull in collections dynamically in Maker Nav (for any non-Shopify store). We will use this text string to find other products with exactly that product type and show them as "Products from this Collection." Next to a product, you can add comma separated product types to list multiple types a product can have. For example, a product under "new arrivals > tees", would have to be tagged as "tops > tees, new arrivals > tees" so then that product will show up in both the categories. Some examples used by other customers to define Product Type are:
  * Bedding>Duvet/Shams>Duvet Covers
  * Girls > Clothing > Shirts & Tops, new arrivals > Shirts & Tops
* Include Group ID in the feed to show any product variants.
* Include size and color variants.
* Include hi-res images in the feed.
* Share additional images, if possible.

### Adding single or multi-currency Catalog Feed

The initial product catalog sync can be setup by the Maker team or added directly by the Master account admin during account initial setup. Here are the instructions to add single or multiple catalog feeds:

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

### Using Multi-currency Catalog Feed in Maker Pages

Once the additional catalog feeds have been setup, you will see an addition option, found in the story's document settings or the Element panel, to choose the currency settings for the story.

{% stepper %}
{% step %}

### Click on your avatar in Maker Pages

<figure><img src="/files/JILxWvSGC8zr334TpCej" alt="How do I add multiple currency feeds in Maker? — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Edit Settings"

<figure><img src="/files/nXR4w4R2JjLVbbvwsBE9" alt="How do I add multiple currency feeds in Maker? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Product Feed"

<figure><img src="/files/TlcwlV5b2rWHJaiMMtug" alt="How do I add multiple currency feeds in Maker? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the link "click here"

<figure><img src="/files/uytqw7wryq9Jd6MTX9X2" alt="How do I add multiple currency feeds in Maker? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "+ Currency" and add the link to additional currency product catalogs and click on "Save."

<figure><img src="/files/2ZHXstQsRFjfjfmsAY3r" alt="How do I add multiple currency feeds in Maker? — step 5"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.maker.co/maker-pages/advanced-features/product-catalog-integration.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.
