# MarketWebPresence - customer - OBJECT Version: 2025-01 ## Description The web presence of the market, defining its SEO strategy. This can be a different domain (e.g. `example.ca`), subdomain (e.g. `ca.example.com`), or subfolders of the primary domain (e.g. `example.com/en-ca`). Each web presence comprises one or more language variants. If a market does not have its own web presence, it is accessible on the shop’s primary domain via [country selectors](https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector). Note: while the domain/subfolders defined by a market’s web presence are not applicable to custom storefronts, which must manage their own domains and routing, the languages chosen here do govern [the languages available on the Storefront API](https://shopify.dev/custom-storefronts/internationalization/multiple-languages) for the countries in this market. ### Access Scopes ## Fields * [domain](/docs/api/customer/2025-01/objects/Domain): Domain - The domain of the web presence. This field will be null if `subfolderSuffix` isn't null. * [id](/docs/api/customer/2025-01/scalars/ID): ID! - A globally-unique identifier. * [rootUrls](/docs/api/customer/2025-01/objects/MarketWebPresenceRootUrl): MarketWebPresenceRootUrl! - The list of root URLs for each of the web presence’s locales. * [subfolderSuffix](/docs/api/customer/2025-01/scalars/String): String - The market-specific suffix of the subfolders defined by the web presence. Example: in `/en-us` the subfolder suffix is `us`. This field will be null if `domain` isn't null. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples