GetCancelDetailResponse
This type defines the response payload for the GET /post-order/v2/cancellation/{cancelId} method. This method returns the details of the cancellation request specified by the cancelId path parameter of the request.
Call that uses GetCancelDetailResponse:
Field
cancelDetail ( CancelDetail ) [0..?]
Contains information about a cancelled 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.