--- title: Market - Customer API description: >- A market, which is a group of one or more regions targeted for international sales. A market allows configuration of a distinct, localized shopping experience for customers from a specific area of the world. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2025-01/objects/Market' md: 'https://shopify.dev/docs/api/customer/2025-01/objects/Market.md' --- # Market object A market, which is a group of one or more regions targeted for international sales. A market allows configuration of a distinct, localized shopping experience for customers from a specific area of the world. ## Fields * handle [String!](https://shopify.dev/docs/api/customer/2025-01/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The short, human-readable unique identifier for the market. * id [ID!](https://shopify.dev/docs/api/customer/2025-01/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * web​Presence [Market​Web​Presence](https://shopify.dev/docs/api/customer/2025-01/objects/MarketWebPresence) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The web presence of the market, defining its SEO strategy. This can be a different domain, subdomain, or subfolders of the primary domain. Each web presence comprises one or more language variants. If a market doesn't have its own web presence, then the market is accessible on the shop’s primary domain using [country selectors](https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector). *** ## Map ### Fields with this object * {}[CompanyLocation.market](https://shopify.dev/docs/api/customer/2025-01/objects/CompanyLocation#field-CompanyLocation.fields.market) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node) interface *** ## ||-Market Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node)