Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketLocalizableContent
The market localizable content of a resource’s field.
Signature:
export interface MarketLocalizableContent
Property | Modifiers | Type | Description |
---|---|---|---|
digest? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The hash digest representation of the content value. | |
key | Scalars[‘String’][‘output’] | The resource field that’s being localized. | |
value? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The content value. |