# FulfillmentHold - admin-graphql - OBJECT Version: 2024-10 ## Description A fulfillment hold currently applied on a fulfillment order. ### Access Scopes `read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope or `read_third_party_fulfillment_orders` access scope. ## Fields * [displayReason](/docs/api/admin-graphql/2024-10/scalars/String): String! - The localized reason for the fulfillment hold for display purposes. * [heldBy](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the app or service that applied the fulfillment hold. * [heldByRequestingApp](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - A boolean value that indicates whether the requesting app created the fulfillment hold. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [reason](/docs/api/admin-graphql/2024-10/enums/FulfillmentHoldReason): FulfillmentHoldReason! - The reason for the fulfillment hold. * [reasonNotes](/docs/api/admin-graphql/2024-10/scalars/String): String - Additional information about the fulfillment hold reason. ## Connections ## Related queries ## Related mutations * [fulfillmentOrderHold](/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderHold) Applies a fulfillment hold on a fulfillment order. ## Related Unions ## Examples