# ShopLocale - admin-graphql - OBJECT Version: 2024-10 ## Description A locale that's been enabled on a shop. ### Access Scopes `read_locales` access scope or `read_markets_home` access scope. ## Fields * [locale](/docs/api/admin-graphql/2024-10/scalars/String): String! - The locale ISO code. * [marketWebPresences](/docs/api/admin-graphql/2024-10/objects/MarketWebPresence): MarketWebPresence! - The market web presences that use the locale. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The human-readable locale name. * [primary](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the locale is the default locale for the shop. * [published](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the locale is visible to buyers. ## Connections ## Related queries * [shopLocales](/docs/api/admin-graphql/2024-10/queries/shopLocales) A list of locales available on a shop. ## Related mutations * [shopLocaleEnable](/docs/api/admin-graphql/2024-10/mutations/shopLocaleEnable) Adds a locale for a shop. The newly added locale is in the unpublished state. * [shopLocaleUpdate](/docs/api/admin-graphql/2024-10/mutations/shopLocaleUpdate) Updates a locale for a shop. ## Related Unions ## Examples