--- title: ValidationUpdateInput - GraphQL Admin description: The input fields required to update a validation. 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/validationupdateinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/validationupdateinput.md --- # Validation​Update​Input input\_object The input fields required to update a validation. ## Fields * block​On​Failure [Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) Default:false Whether the validation should block on failures other than expected violations. * enable [Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) Default:false Whether the validation should be live on the merchant checkout. * metafields [\[Metafield​Input!\]](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetafieldInput) Default:\[] Additional metafields to associate to the validation. * title [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The title of the validation. *** ## Map No referencing types