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