Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderRejectCancellationRequestPayload
Return type for fulfillmentOrderRejectCancellationRequest
mutation.
Signature:
export interface FulfillmentOrderRejectCancellationRequestPayload
Property | Modifiers | Type | Description |
---|---|---|---|
fulfillmentOrder? | Maybe<FulfillmentOrder> | (Optional) The fulfillment order whose cancellation request was rejected. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |