# FulfillmentOrderCancelPayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `fulfillmentOrderCancel` mutation. ### Access Scopes ## Fields * [fulfillmentOrder](/docs/api/admin-graphql/2024-07/objects/FulfillmentOrder): FulfillmentOrder - The fulfillment order that was marked as canceled. * [replacementFulfillmentOrder](/docs/api/admin-graphql/2024-07/objects/FulfillmentOrder): FulfillmentOrder - The fulfillment order that was created to replace the canceled fulfillment order. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [fulfillmentOrderCancel](/docs/api/admin-graphql/2024-07/mutations/fulfillmentOrderCancel) ## Examples