--- title: MarketUpdateInput - GraphQL Admin description: The input fields used to update a market. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MarketUpdateInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MarketUpdateInput.txt --- # Market​Update​Input input\_object The input fields used to update a market. ## Fields * enabled [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) Whether the market is enabled to receive visitors and sales. **Note**: Regions in inactive markets cannot be selected on the storefront or in checkout. * handle [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) A unique identifier for the market. For example `"ca"`. * name [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The name of the market. Not shown to customers. *** ## Mutations using this input * [market​Update.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/marketUpdate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[market​Update.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/marketUpdate#argument-input)