--- title: primaryMarket - GraphQL Admin description: The primary market of the shop. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/primarymarket md: https://shopify.dev/docs/api/admin-graphql/latest/queries/primarymarket.md --- # primary​Market query Requires The user must have markets API access. Deprecated. Use [backupRegion](https://shopify.dev/docs/api/admin-graphql/latest/queries/backupRegion) instead. The primary market of the shop. ## Possible returns * Market [Market!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Market) A market is a group of one or more regions that you want to target for international sales. By creating a market, you can configure a distinct, localized shopping experience for customers from a specific area of the world. For example, you can [change currency](https://shopify.dev/api/admin-graphql/current/mutations/marketCurrencySettingsUpdate), [configure international pricing](https://shopify.dev/apps/internationalization/product-price-lists), or [add market-specific domains or subfolders](https://shopify.dev/api/admin-graphql/current/objects/MarketWebPresence). *** ## Examples * ### primaryMarket reference ## Query Reference ```graphql { primaryMarket { # primaryMarket fields } } ```