---
title: FulfillmentOrderRejectCancellationRequestPayload - GraphQL Admin
description: Return type for `fulfillmentOrderRejectCancellationRequest` mutation.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/payloads/FulfillmentOrderRejectCancellationRequestPayload
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/payloads/FulfillmentOrderRejectCancellationRequestPayload.md
---

# Fulfillment​Order​Reject​Cancellation​Request​Payload

payload

Return type for `fulfillmentOrderRejectCancellationRequest` mutation.

## Fields

* fulfillment​Order

  [Fulfillment​Order](https://shopify.dev/docs/api/admin-graphql/unstable/objects/FulfillmentOrder)

  The fulfillment order whose cancellation request was rejected.

* 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​Reject​Cancellation​Request](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentOrderRejectCancellationRequest)

  mutation

  Rejects a cancellation request sent to a fulfillment service for a fulfillment order.

  * id

    [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

    required

    ### Arguments

    The ID of the fulfillment order associated with the cancellation request.

  * message

    [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

    An optional reason for rejecting the cancellation request.

  ***

***

## Map

### Mutations with this payload

* [fulfillment​Order​Reject​Cancellation​Request](https://shopify.dev/docs/api/admin-graphql/unstable/types/fulfillmentOrderRejectCancellationRequest)
