# New `created_fulfillment_hold` field on `fulfillment_orders/placed_on_hold` webhook — Shopify developer changelog --- ## New `created_fulfillment_hold` field on `fulfillment_orders/placed_on_hold` webhook As of Admin API version 2024-10, you can use the `created_fulfillment_hold` field on `fulfillment_orders/placed_on_hold` webhook to see the fulfillment hold that was created. **Why was this field added** A fulfillment hold gets deleted when a hold is released. It is possible that the `FulfillmentOrder.FulfillmentHolds` field will be empty by the time the subscriber receives the webhook. The new field `created_fulfillment_hold` will always show hold that was created regardless of whether it has already been released/deleted. Learn more about `fulfillment_orders/placed_on_hold` webhook on [Shopify.dev](https://shopify.dev/docs/api/webhooks/2024-10?reference=toml#list-of-topics-fulfillment_orders/placed_on_hold). *Published: October 01, 2024* Tags: API, New Link: https://shopify.dev/changelog/new-created_fulfillment_hold-field-on-fulfillment_orders-placed_on_hold-webhook ---