---
title: >-
  The Order resource now validates key properties for the shipping and billing
  addresses - 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/the-order-resource-now-validates-key-properties-for-the-shipping-and-billing-addresses
  md: >-
    https://shopify.dev/changelog/the-order-resource-now-validates-key-properties-for-the-shipping-and-billing-addresses.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2018-11-21T12:09:45-05:00'
  postedAt: '2017-06-05T00:00:00-04:00'
  updatedAt: '2024-02-02T10:04:52-05:00'
  effectiveAt: '2017-06-05T00:00:00-04:00'
---

June 5, 2017

Tags:

* API

# The Order resource now validates key properties for the shipping and billing addresses

We're making some changes to how addresses are validated when you import orders through the Order resource.

***

Shipping and billing addresses are now being validated to ensure the presence of the following fields:

* customer last name (`last_name`)
* first address line (`address1`)
* city
* country

If the address validation fails, then the order will still be created but the address import will fail silently. That is, the order will be created but the record in Shopify won't contain values for `shipping_address` or `billing_address` (depending on which address failed validation).
