Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

New Markets APIs

As of 2025-04, the Markets APIs have been updated to support additional customizations and conditions for each market, enabling merchants to tailor their shops' buyer experiences.

Primary Market

To transition away from the "primary market" concept, a new mutation, backupRegionUpdate allows you to set a shop-wide region to use when no better option can be determined from buyer signals. Instead of MarketRegionCreateInput, you must use BackupRegionUpdateInput.

Currency Settings

The Market.currencySettings field is now nullable. A null value indicates that the currency settings are inherited from the parent market.

Web Presence

A web presence can now exist without a market and can also be assigned to multiple markets. The field MarketWebPresence.market is deprecated in favour of MarketWebPresence.markets, which allows for this expanded functionality.

Catalogs

As of 2025-04, the Product's contextualPricing field and Product Variant's contextualPricing field will resolve prices only considering active markets. Previous versions will continue to consider draft markets in the calculation of these fields.

Was this section helpful?