Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopLocale
A locale that’s been enabled on a shop.
Signature:
export interface ShopLocale
Property | Modifiers | Type | Description |
---|---|---|---|
locale | Scalars[‘String’][‘output’] | The locale ISO code. | |
marketWebPresences | Array<MarketWebPresence> | The market web presences that use the locale. | |
name | Scalars[‘String’][‘output’] | The human-readable locale name. | |
primary | Scalars[‘Boolean’][‘output’] | Whether the locale is the default locale for the shop. | |
published | Scalars[‘Boolean’][‘output’] | Whether the locale is visible to buyers. |