--- title: "New Field: Order Shipping Address Validation Result - Shopify developer changelog" description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-field-order-shipping-address-validation-result md: https://shopify.dev/changelog/new-field-order-shipping-address-validation-result.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2024 Tags: * Admin GraphQL API * 2024-07 # 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)