# FulfillmentOrderLocationForMove - admin-graphql - OBJECT Version: 2024-07 ## Description A location that a fulfillment order can potentially move to. ### Access Scopes `read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope or `read_third_party_fulfillment_orders` access scope. ## Fields * [availableLineItemsCount](/docs/api/admin-graphql/2024-07/objects/Count): Count - Total number of fulfillment order line items that can be moved from their current assigned location to the given location. * [location](/docs/api/admin-graphql/2024-07/objects/Location): Location! - The location being considered as the fulfillment order's new assigned location. * [message](/docs/api/admin-graphql/2024-07/scalars/String): String - A human-readable string with the reason why the fulfillment order, or some of its line items, can't be moved to the location. * [movable](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean! - Whether the fulfillment order can be moved to the location. * [unavailableLineItemsCount](/docs/api/admin-graphql/2024-07/objects/Count): Count - Total number of fulfillment order line items that can't be moved from their current assigned location to the given location. ## Connections * [availableLineItems](/docs/api/admin-graphql/2024-07/connections/FulfillmentOrderLineItemConnection): FulfillmentOrderLineItemConnection! * [unavailableLineItems](/docs/api/admin-graphql/2024-07/connections/FulfillmentOrderLineItemConnection): FulfillmentOrderLineItemConnection! ## Related queries ## Related mutations ## Related Unions ## Examples