# MarketWebPresenceCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to create a web presence for a market. ### Access Scopes ## Fields * [alternateLocales](/docs/api/admin-graphql/2024-10/scalars/String): String - The alternate locales for the market’s web presence. * [defaultLocale](/docs/api/admin-graphql/2024-10/scalars/String): String! - The default locale for the market’s web presence. * [domainId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The web presence's domain ID. This field must be `null` if the `subfolderSuffix` isn't `null`. * [subfolderSuffix](/docs/api/admin-graphql/2024-10/scalars/String): String - 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`. ## Input objects with this input object * [marketWebPresenceCreate](/docs/api/admin-graphql/2024-10/mutations/marketWebPresenceCreate) ## Examples