# ShopLocale - admin - OBJECT
Version: 2025-01

## 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/2025-01/scalars/String): String! - The locale ISO code.
* [marketWebPresences](/docs/api/admin/2025-01/objects/MarketWebPresence): MarketWebPresence! - The market web presences that use the locale.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The human-readable locale name.
* [primary](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the locale is the default locale for the shop.
* [published](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the locale is visible to buyers.

## Connections



## Related queries
* [shopLocales](/docs/api/admin/2025-01/queries/shopLocales) A list of locales available on a shop.

## Related mutations
* [shopLocaleEnable](/docs/api/admin/2025-01/mutations/shopLocaleEnable) Adds a locale for a shop. The newly added locale is in the unpublished state.
* [shopLocaleUpdate](/docs/api/admin/2025-01/mutations/shopLocaleUpdate) Updates a locale for a shop.

## Related Unions

## Examples