> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/stores/site-currency/introduction.md ## Article Content: # About the Site Currency API The Site Currency API allows you to manage which currencies can be displayed in a Wix store. When you enable currencies for a store, visitors can view prices in their preferred currency. Prices are automatically converted using up-to-date exchange rates. Use this API to: - Configure which currencies visitors can select in a store - Retrieve the list of enabled currencies for a store - Provide a localized pricing experience for international visitors ## Key Concepts + **Currency conversion**: When currencies are enabled for a store, Wix automatically converts prices from their original currency to the selected display currency using current exchange rates. The original prices in products, services, and other catalog items remain unchanged. + **Exchange rates**: Exchange rates are managed automatically by Wix and updated regularly. You don't need to manage or configure exchange rates when using this API. + **Currency codes**: This API accepts only valid ISO 4217 three-letter currency codes (such as `USD`, `EUR`, `GBP`). Invalid currency codes will be rejected. ## How It Works 1. **Set currencies**: Use [Set Currencies](https://dev.wix.com/docs/api-reference/business-solutions/stores/site-currency/set-currencies.md) to define which currencies visitors can view prices in. The list you provide completely replaces any previously configured currencies. 2. **Display currency selector**: Once currencies are configured, users can display a currency selector on their site (typically a dropdown) where visitors choose their preferred currency. 3. **Automatic conversion**: When a visitor selects a currency, Wix automatically converts all prices on the site to that currency. 4. **Disable conversion**: To disable currency conversion entirely, call [Set Currencies](https://dev.wix.com/docs/api-reference/business-solutions/stores/site-currency/set-currencies.md) with an empty array. @sdk_package_setup