---
title: Release Fulfillment Hold Automation API Changes - 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/release-fulfillment-hold-automation-api-changes
  md: >-
    https://shopify.dev/changelog/release-fulfillment-hold-automation-api-changes.md
metadata:
  effectiveApiVersion: 2022-07
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-06-15T14:57:47-04:00'
  postedAt: '2022-07-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:34-05:00'
  effectiveAt: '2022-07-01T00:00:00-04:00'
---

July 1, 2022

Tags:

* API
* 2022-07

# Release Fulfillment Hold Automation API Changes

This change adds the public GraphQL fields associated with fulfillment hold automations to the 2022-07 Admin API GraphQL release. Specifically, this adds the following field

* MailingAddress.coordinatesValidated

This new boolean field can be used by partners to determine if the coordinates of a mailing address have been validated by Shopify. This unlocks ability to hold fulfillments on unvalidated mailing address and ensure that merchants check prior to requesting fulfillments from their 3PL.

Learn more about holding fulfillments with [GraphQL](https://shopify.dev/api/admin-graphql/2022-04/mutations/fulfillmentOrderHold) and with [REST](https://shopify.dev/api/admin-rest/2022-04/resources/fulfillmentorder#post-fulfillment-orders-fulfillment-order-id-hold) Learn more about [Shopify Flow](https://help.shopify.com/en/manual/shopify-flow)
