--- title: FulfillmentOrderCancelPayload - GraphQL Admin description: Return type for `fulfillmentOrderCancel` 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/fulfillmentordercancelpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/fulfillmentordercancelpayload.md --- # Fulfillment​Order​Cancel​Payload payload Return type for `fulfillmentOrderCancel` mutation. ## Fields * fulfillment​Order [Fulfillment​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) The fulfillment order that was marked as canceled. * replacement​Fulfillment​Order [Fulfillment​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) The fulfillment order that was created to replace the canceled fulfillment order. * 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​Cancel](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrderCancel) mutation Marks a fulfillment order as canceled. *** ## Map ### Mutations with this payload * [fulfillment​Order​Cancel](https://shopify.dev/docs/api/admin-graphql/latest/types/fulfillmentOrderCancel)