--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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)