--- title: FulfillmentOrderSplitUserError - GraphQL Admin description: An error that occurs during the execution of `FulfillmentOrderSplit`. api_version: 2025-04 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-04/objects/fulfillmentordersplitusererror md: https://shopify.dev/docs/api/admin-graphql/2025-04/objects/fulfillmentordersplitusererror.md --- # Fulfillment​Order​Split​User​Error object An error that occurs during the execution of `FulfillmentOrderSplit`. ## Fields * code [Fulfillment​Order​Split​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/2025-04/enums/FulfillmentOrderSplitUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/2025-04/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/2025-04/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [fulfillment​Order​Split](https://shopify.dev/docs/api/admin-graphql/2025-04/mutations/fulfillmentOrderSplit) mutation Splits a fulfillment order or orders based on line item inputs and quantities. * fulfillment​Order​Splits [\[Fulfillment​Order​Split​Input!\]!](https://shopify.dev/docs/api/admin-graphql/2025-04/input-objects/FulfillmentOrderSplitInput) required ### Arguments The fulfillment orders, line items and quantities to be split into new fulfillment orders. *** *** ## <\~> FulfillmentOrderSplitUserError Mutations ### Mutated by * <\~>[fulfillment​Order​Split](https://shopify.dev/docs/api/admin-graphql/2025-04/mutations/fulfillmentOrderSplit) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/2025-04/interfaces/DisplayableError) interface *** ## ||-FulfillmentOrderSplitUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/2025-04/interfaces/DisplayableError)