Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketLocalization
The market localization of a field within a resource, which is determined by the market ID.
Signature:
export interface MarketLocalization
Property | Modifiers | Type | Description |
---|---|---|---|
key | Scalars[‘String’][‘output’] | A reference to the value being localized on the resource that this market localization belongs to. | |
market | Market | The market that the localization is specific to. | |
outdated | Scalars[‘Boolean’][‘output’] | Whether the original content has changed since this market localization was updated. | |
updatedAt? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) The date and time when the market localization was updated. | |
value? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The value of the market localization. |