--- title: MarketWebPresenceUpdateInput - GraphQL Admin description: The input fields used to update a web presence for a market. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/marketwebpresenceupdateinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/marketwebpresenceupdateinput.md --- # Market​Web​Presence​Update​Input input\_object The input fields used to update a web presence for a market. ## Fields * alternate​Locales [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The alternate locales for the market’s web presence. * default​Locale [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The default locale for the market’s web presence. * domain​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The web presence's domain ID. This field must be null if `subfolderSuffix` is not null. * subfolder​Suffix [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/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. *** ## Map No referencing types