> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-data-de/import-anleitung/importiere-deine-produktdaten/import-uber-einen-webshop/shopify/wahrungsabweichungen-bei-shopify-importen.md).

# Währungsabweichungen bei Shopify-Importen

Nachdem du deine Produkte importiert hast, fällt dir vielleicht auf, dass die Währung in Channable nicht mit der Währung übereinstimmt, die in deinem Shopify-Store angezeigt wird. Zum Beispiel kann ein Produkt, das auf Shopify in GBP gelistet ist, in Channable als EUR erscheinen.

#### Warum das passiert

Channable importiert immer die Währung aus der Quelle deiner Shopify-Daten. Wenn Shopify einen Preis automatisch anhand von Wechselkursen in eine lokale Währung umrechnet, bleibt in den zugrunde liegenden Daten oft die ursprüngliche Währung erhalten. Channable übernimmt diesen ursprünglichen Wert.

#### Feste Preise und Shopify Markets

Diese Abweichung tritt oft auf, wenn du Shopify Markets mit mehrfachen Ländern in einem einzigen Markt verwendest.

* **Automatische Umrechnung:** Wenn mehrere Länder einen Markt teilen (z. B. einen "Pacific"-Markt mit Australien und Neuseeland), rechnet Shopify den Basispreis (AUD) Zu der lokalen Währung (NZD) für den Kunden um. Channable importiert weiterhin den Basispreis (AUD).
* **Die Lösung:** Damit Channable eine bestimmte Währung für eine bestimmte Region importiert, ist das Erstellen eines Markts für ein einzelnes Land in Shopify nötig. So kannst du einen festen Preis in der lokalen Währung festlegen, den Channable dann als Quelle erkennt.


---

# 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://helpcenter.channable.com/import-data/import-data-de/import-anleitung/importiere-deine-produktdaten/import-uber-einen-webshop/shopify/wahrungsabweichungen-bei-shopify-importen.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.
