--- title: FulfillmentOrderSubmitFulfillmentRequestPayload - GraphQL Admin description: Return type for `fulfillmentOrderSubmitFulfillmentRequest` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/fulfillmentordersubmitfulfillmentrequestpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/fulfillmentordersubmitfulfillmentrequestpayload.md --- # Fulfillment​Order​Submit​Fulfillment​Request​Payload payload Return type for `fulfillmentOrderSubmitFulfillmentRequest` mutation. ## Fields * original​Fulfillment​Order [Fulfillment​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) The original fulfillment order intended to request fulfillment for. * submitted​Fulfillment​Order [Fulfillment​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/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. * unsubmitted​Fulfillment​Order [Fulfillment​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/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. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [fulfillment​Order​Submit​Fulfillment​Request](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrderSubmitFulfillmentRequest) mutation Sends a fulfillment request to the fulfillment service of a fulfillment order. *** ## Map ### Mutations with this payload * [fulfillment​Order​Submit​Fulfillment​Request](https://shopify.dev/docs/api/admin-graphql/latest/types/fulfillmentOrderSubmitFulfillmentRequest)