The response schema for the cancelFulfillmentOrder operation.

Export

CancelFulfillmentOrderResponse

interface CancelFulfillmentOrderResponse {
    errors?: Error[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

CancelFulfillmentOrderResponse