# FulfillmentOrderSubmitFulfillmentRequestPayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `fulfillmentOrderSubmitFulfillmentRequest` mutation. ### Access Scopes ## Fields * [originalFulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder - The original fulfillment order intended to request fulfillment for. * [submittedFulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder - The fulfillment order that was submitted to the fulfillment service. This will be the same as the original fulfillment order field. The exception to this is partial fulfillment requests or fulfillment request for cancelled or incomplete fulfillment orders. * [unsubmittedFulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder - This field will only be present for partial fulfillment requests. This will represent the new fulfillment order with the remaining line items not submitted to the fulfillment service. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [fulfillmentOrderSubmitFulfillmentRequest](/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderSubmitFulfillmentRequest) ## Examples