# MarketWebPresenceUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to update 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 `subfolderSuffix` is not null. * [subfolderSuffix](/docs/api/admin-graphql/2024-10/scalars/String): String - 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. ## Input objects with this input object * [marketWebPresenceUpdate](/docs/api/admin-graphql/2024-10/mutations/marketWebPresenceUpdate) ## Examples