> For the complete documentation index, see [llms.txt](https://docs.fact-finder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fact-finder.com/shopify-connector/shopify-app/shopify-markets-and-custom-catalogs-support.md).

# Shopify Markets & Custom Catalogs Support

The FactFinder Export App provides comprehensive, native support for Shopify Markets. It synchronizes localized product data, custom pricing, and specific product assortments with dedicated FactFinder channels.

### Multi-catalog aggregation

A Shopify Market can contain multiple custom catalogs (e.g., standard, seasonal, or clearance). The app identifies up to 50 catalogs assigned to a market and aggregates their active products.

### Contextual pricing and currency

The app uses Shopify’s Contextual Pricing API. It exports the localized price and currency configured for the selected market and region.

This ensures that FactFinder always receives the correct regional price, even if you use fixed price overrides or dynamic exchange rates.

{% hint style="info" %}
Shopify updates its exchange rates daily. Products with the same base price can therefore have different converted prices. Shopify’s price-rounding rules also affect the final price.
{% endhint %}

### Localization and translations

Map a language or locale to the FactFinder channel. The export then retrieves localized Shopify data.

The export automatically translates:

* Product titles and descriptions
* Category paths
* Variant options
* Collections

{% hint style="info" %}
Custom metafields are exported in the store’s primary language. This is a Shopify Admin API limitation.
{% endhint %}

### Market-aware real-time synchronization

Real-Time Sync is market-aware. When Shopify creates or updates a product, the webhook listener checks its publications against the assigned market catalogs.

The app ignores updates for products excluded from the mapped market. This prevents those products from appearing in that market’s FactFinder search results.

### Configure a channel mapping

Configure channel mappings in [Configure the app](/shopify-connector/shopify-app/configuration.md).

For Markets, select the target market and region. This determines the assigned catalogs and contextual price and currency exported to FactFinder.


---

# 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.fact-finder.com/shopify-connector/shopify-app/shopify-markets-and-custom-catalogs-support.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.
