GetCancelDetailResponse
This type defines the response payload for the >GET /post-order/v2/cancellation/{cancelId} method. A call to this method returns the details of the cancellation request specified by the caseId path parameter of the request.
Call that uses GetCancelDetailResponse:
Field
cancelDetail ( CancelDetail ) [0..?]
Contains information about a canceled order. If the value of the fieldgroups query parameter is set to
FULL
, the response also contains a record of all activity performed on the cancellation request plus the identifiers for each line item in the order.
See the Field Index to learn which calls use cancelDetail.