--- title: ValidationUpdateInput - GraphQL Admin description: The input fields required to update a validation. api_version: 2026-04 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 metadata: domain: admin --- # 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. *** ## Mutations using this input * [validation​Update.validation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/validationUpdate#arguments-validation) ARGUMENT *** ## Map ### Mutations using this input * [validation​Update.validation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/validationUpdate#arguments-validation)