CreateReturnResponse
The base response type of the POST /post-order/v2/return/create method, which is used to create a return request.
Call that uses CreateReturnResponse:
Fields
detail ( GetDetailResponse ) [0..?]
This container consists of detailed information on the return request. This container will not be returned if the fieldGroups query parameter is used and its value is set to
SUMMARY
or NONE
.
See the Field Index to learn which calls use detail.
eligibilityResult ( ReturnEligibilityPerItemType ) [0..?]
This container consists of information on the return item and the results for each eligibility check type that was run against the order line item.
See the Field Index to learn which calls use eligibilityResult.
The unique eBay-assigned ID of the newly created return request. This field is only returned if the return request was successfully created.
See the Field Index to learn which calls use returnId.
summary ( ReturnSummaryType ) [0..?]
This container consists of summarized information on the return item. This container will not be returned if the fieldGroups query parameter is used and its value is set to
FULL
or NONE
.
See the Field Index to learn which calls use summary.