# FulfillmentOrderSplitResult - admin - OBJECT
Version: 2025-01

## Description
The result of splitting 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
* [fulfillmentOrder](/docs/api/admin/2025-01/objects/FulfillmentOrder): FulfillmentOrder! - The original fulfillment order as a result of the split.
* [remainingFulfillmentOrder](/docs/api/admin/2025-01/objects/FulfillmentOrder): FulfillmentOrder! - The remaining fulfillment order as a result of the split.
* [replacementFulfillmentOrder](/docs/api/admin/2025-01/objects/FulfillmentOrder): FulfillmentOrder - The replacement fulfillment order if the original fulfillment order wasn't in a state to be split.

## Connections



## Related queries

## Related mutations
* [fulfillmentOrderSplit](/docs/api/admin/2025-01/mutations/fulfillmentOrderSplit) Splits a fulfillment order or orders based on line item inputs and quantities.

## Related Unions

## Examples