Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketLocalizationRegisterInput
The input fields and values for creating or updating a market localization.
Signature:
export interface MarketLocalizationRegisterInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| key | Scalars[‘String’][‘input’] | A reference to the value being localized on the resource that this market localization belongs to. | |
| marketId | Scalars[‘ID’][‘input’] | The ID of the market that the localization is specific to. | |
| marketLocalizableContentDigest | Scalars[‘String’][‘input’] | A hash digest representation of the content being localized. | |
| value | Scalars[‘String’][‘input’] | The value of the market localization. |