Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderMovePayload
Return type for fulfillmentOrderMove
mutation.
Signature:
export interface FulfillmentOrderMovePayload
Property | Modifiers | Type | Description |
---|---|---|---|
movedFulfillmentOrder? | Maybe<FulfillmentOrder> | <p>(Optional) The fulfillment order which now contains the moved line items and is assigned to the destination location.</p><p>**First scenario:** All line items belonging to the original fulfillment order are re-assigned.</p><p>In this case, this will be the original fulfillment order.</p><p>**Second scenario:** A subset of the line items belonging to the original fulfillment order are re-assigned.</p><p>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.</p> | |
originalFulfillmentOrder? | Maybe<FulfillmentOrder> | <p>(Optional) The final state of the original fulfillment order.</p><p>As a result of the move operation, the original fulfillment order might be moved to the new location or remain in the original location. The original fulfillment order might have the same status or be closed.</p> | |
remainingFulfillmentOrder? | Maybe<FulfillmentOrder> | (Optional) This field is deprecated. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |