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