--- 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 metadata: effectiveApiVersion: 2024-07 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2024-06-13T15:40:41-04:00' postedAt: '2024-07-01T00:01:00-04:00' updatedAt: '2024-06-21T09:16:19-04:00' effectiveAt: '2024-07-01T00:01:00-04:00' --- 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)