GetDetailResponse
This type provides details on a return request that is returned in the POST /post-order/v2/return and GET /post-order/v2/return/{returnId} responses.
Type that uses GetDetailResponse:
Calls that use GetDetailResponse:
Fields
detail ( ReturnDetailType ) [0..?]
This container consists of detailed information on the return request. This container is not returned if the fieldgroups query parameter is omitted, or if it is used and its value is set to
SUMMARY
or NONE
.
See the Field Index to learn which calls use detail.
summary ( ReturnSummaryType ) [0..?]
This container consists of summarized information on the return request. This container is not returned if the fieldgroups query parameter is omitted, or if it is used and its value is set to
FULL
or NONE
.'
See the Field Index to learn which calls use summary.