FulfillmentOrderLocationForMove - admin-graphql - OBJECT
Version: 2024-01
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:
UnsignedInt64! -
Total number of fulfillment order line items that can be moved from their current assigned location to the
given location.
-
location:
Location! -
The location being considered as the fulfillment order's new assigned location.
-
message:
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:
Boolean! -
Whether the fulfillment order can be moved to the location.
-
unavailableLineItemsCount:
UnsignedInt64! -
Total number of fulfillment order line items that can't be moved from their current assigned location to the
given location.
Connections
Related queries
Related mutations
Related Unions
Examples