---
title: External Ids for Fulfillment Order Holds - 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/external-ids-for-fulfillment-order-holds'
  md: 'https://shopify.dev/changelog/external-ids-for-fulfillment-order-holds.md'
metadata:
  effectiveApiVersion: 2023-01
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-12-07T13:52:26-05:00'
  postedAt: '2023-01-01T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:36-05:00'
  effectiveAt: '2023-01-01T00:00:00-05:00'
---

January 1, 2023

Tags:

* API
* 2023-01

# External Ids for Fulfillment Order Holds

As of **2023-01**, you can tag fulfillment order holds with an external ID.

This can be used to track states within your own application on why a fulfillment order has been placed on hold and when it needs to be released. This can be done by utilizing the new `FulfillmentOrderHoldInput.externalId` field argument described [here](https://shopify.dev/api/admin-graphql/unstable/input-objects/FulfillmentOrderHoldInput).

To learn more about the fulfillment order API see the [fulfillment order object documentation](https://shopify.dev/api/admin-graphql/unstable/objects/FulfillmentOrder#field-fulfillmentorder-fulfillmentHolds)
