Shopify Markets: Expanding Your Store to International Customers | SoniNow Blog

Limited TimeLearn More

shopifyinternationalmarketslocalizationecommerce

Shopify Markets: Expanding Your Store to International Customers

Published

2026-06-23

Read Time

4 mins

Shopify Markets: Expanding Your Store to International Customers

Shopify Markets is the most significant international commerce feature Shopify has ever released. It allows merchants to create multiple localized buying experiences from a single store, handling currency conversion, language localization, duty and import tax calculations, and domain strategy — all within the Shopify admin. For merchants ready to expand beyond their home market, Shopify Markets eliminates much of the complexity that previously required multiple storefronts or third-party apps.

How Shopify Markets Works

Markets segments your store into different market configurations based on geography. Each market has its own set of currencies, languages, payment methods, and shipping rules. When a customer visits your store, Shopify detects their location using IP geolocation and serves the appropriate market configuration. The core product catalog, inventory, and orders remain centralized — you manage one store, one inventory pool, and one order dashboard while presenting localized experiences to different regions.

Enable Markets from your Shopify admin under Settings > Markets. Shopify automatically suggests a set of markets based on your existing shipping zones and customer locations. You can customize each market's settings independently.

Currency and Pricing Configuration

Each market can display prices in the local currency. Shopify handles real-time currency conversion using daily exchange rates, but for markets where you want specific pricing control, enable market-specific pricing. This lets you set fixed prices per market, accounting for local competition, taxes, and shipping costs. Market-specific pricing applies at the product variant level:

{% if customer.market == 'eu' %}
  <!-- Display EUR prices -->
  <span>{{ product.price | money_with_currency: 'EUR' }}</span>
{% endif %}

Use Shopify's bulk market pricing editor or import price lists via CSV to set prices for 100+ products across multiple markets efficiently. Automated rounding rules ensure prices end in .99 or .95 in each currency.

Localization and Language Management

Markets supports content localization through the Translate & Adapt app (formerly Langify). You can translate theme content, product descriptions, collections, blogs, and pages into each market's language. Shopify's theme liquid files use the t: filter to load translated strings from locale files in locales/:

<h1>{{ 'products.product.title' | t }}</h1>

For markets that share a language but different currencies (e.g., UK vs Australia), Markets handles the combination seamlessly. The Translate & Adapt app integrates with professional translation services or lets you provide manual translations per market.

Domain Strategy for International Stores

Shopify Markets supports three domain strategies:

  1. Subfolders/en-us/, /de-de/, /fr-fr/ (easiest to set up)
  2. Subdomainsus.store.com, de.store.com
  3. Country-code top-level domains (ccTLDs)store.com.au, store.de

Subfolders are the simplest to implement and work well for SEO when combined with hreflang tags. Subdomains provide clearer geographic segmentation. ccTLDs are the strongest SEO signal but require multiple domain registrations and can prevent centralized checkout.

Shopify automatically generates hreflang tags for each market, signaling to Google which language/region combination to show in search results. Verify your hreflang implementation in Google Search Console after launching.

Duties, Taxes, and Cross-Border Logistics

One of Markets' strongest features is Duties and Import Taxes at checkout. Shopify calculates estimated duties and taxes based on the destination market's tariff rules and displays them as a line item, preventing surprise fees for customers at delivery. This significantly improves checkout conversion for international orders. Enable this under Markets > your market > Duties and import taxes.

Configure shipping rates per market using Shopify's carrier-calculated rates or flat-rate tables. For the European Union market, for example, you might offer free shipping on orders over €100 with DDP (delivery duty paid) included. For Australia, you might offer a flat AUD $15 rate with duties included.

SEO and International Search Visibility

Each market generates its own sitemap with market-specific URLs and hreflang annotations. Submit each market's sitemap to Google Search Console as a separate property. Use Shopify's SEO settings per market to set localized meta titles, descriptions, and alt tags.

A critical technical detail: ensure your robots.txt does not block any market subfolder from crawling. The default Shopify robots.txt is generally correct, but verify it if you're using custom SEO configurations. Monitor the International Targeting report in Search Console to identify hreflang errors and fix them before they affect rankings.

Monitoring International Performance

Shopify Analytics provides market-specific dashboards showing traffic, conversion rates, average order value, and top products per market. Use this data to identify underperforming markets — if a market has high traffic but low conversion, the issue might be language quality, shipping costs, or payment method availability.

Shopify Markets makes international expansion accessible to merchants of all sizes. SoniNow's e-commerce team helps Shopify stores configure and optimize Markets for maximum international reach. Contact us to plan your global expansion strategy.