Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderMovePayload > movedFulfillmentOrder
The fulfillment order which now contains the moved line items and is assigned to the destination location.
**First scenario:** All line items belonging to the original fulfillment order are re-assigned.
In this case, this will be the original fulfillment order.
**Second scenario:** A subset of the line items belonging to the original fulfillment order are re-assigned.
If the new location is already assigned to fulfill line items on the order, then this will be an existing active fulfillment order. Otherwise, this will be a new fulfillment order with the moved line items assigned.
Signature:
movedFulfillmentOrder?: Maybe<FulfillmentOrder>;