# New Field: Order Shipping Address Validation Result — Shopify developer changelog --- ## New Field: Order Shipping Address Validation Result As of `2024-07`, you can use the `validationResultSummary` field on the [mailingAddress](https://shopify.dev/docs/api/admin-graphql/2024-04/objects/MailingAddresss) type to query the validation status of an [order's shipping address](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Order#field-order-shippingaddress). Possible values defined in `MailingAddressValidationResult` enumerated type with possible values of `ERROR`, `WARNING`, `NO_ISSUES` and `null`. A `null` value indicates that the address has not undergone validation. Learn more about how Shopify validates customer addresses at [help.shopify.com](https://help.shopify.com/manual/orders/manage-orders/shipping-address-validation) *Published: July 01, 2024* Tags: API, Update Link: https://shopify.dev/changelog/new-field-order-shipping-address-validation-result ---