--- title: market - GraphQL Admin description: Returns a `Market` resource by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/market md: https://shopify.dev/docs/api/admin-graphql/latest/queries/market.md --- # market query Returns a `Market` resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the `Market` to return. *** ## 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 * ### market reference ## Query Reference ```graphql { market(id) { # market fields } } ```