--- title: MailingAddressValidationResult - GraphQL Admin description: Highest level of validation concerns identified for the address. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/mailingaddressvalidationresult md: https://shopify.dev/docs/api/admin-graphql/latest/enums/mailingaddressvalidationresult.md --- # Mailing​Address​Validation​Result enum Highest level of validation concerns identified for the address. ## Valid values * ERROR Indicates that the address has been validated and is very likely to contain invalid information. * NO\_​ISSUES Indicates that the address has been validated and no issues were found. * WARNING Indicates that the address has been validated and might contain invalid information. *** ## Fields * [Mailing​Address.validationResultSummary](https://shopify.dev/docs/api/admin-graphql/latest/objects/MailingAddress#field-MailingAddress.fields.validationResultSummary) OBJECT Represents a customer mailing address. For example, a customer's default address and an order's billing address are both mailling addresses. *** ## Map ### Fields with this enum * <-|[Mailing​Address.validationResultSummary](https://shopify.dev/docs/api/admin-graphql/latest/objects/MailingAddress#field-MailingAddress.fields.validationResultSummary)