Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketWebPresenceCreateInput
The input fields used to create a web presence for a market.
Signature:
export interface MarketWebPresenceCreateInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| alternateLocales? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) The alternate locales for the market’s web presence. | |
| defaultLocale | Scalars[‘String’][‘input’] | 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 the subfolderSuffix isn’t null. |
|
| subfolderSuffix? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The market-specific suffix of the subfolders defined by the web presence. For example: in /en-us, the subfolder suffix is us. Only ASCII characters are allowed. This field must be null if the domainId isn’t null. |