Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketWebPresenceUpdateInput
The input fields used to update a web presence for a market.
Signature:
export interface MarketWebPresenceUpdateInput
Property | Modifiers | Type | Description |
---|---|---|---|
alternateLocales? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) The alternate locales for the market’s web presence. | |
defaultLocale? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The default locale for the market’s web presence. | |
domainId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The web presence’s domain ID. This field must be null if subfolderSuffix is not null. |
|
subfolderSuffix? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The market-specific suffix of the subfolders defined by the web presence. Example: in /en-us the subfolder suffix is us . Only ASCII characters are allowed. This field must be null if domainId is not null. |