eBay Post-Order APIVersion 2.7.7
 

CreateReturnRequest

The base request type of the POST /post-order/v2/return method, which allows you to create a return request from scratch or to convert a return request draft into a return request.

Call that uses CreateReturnRequest:

Fields

draftId ( string ) [0..?]
The unique eBay-assigned ID of a return request draft. This field is only applicable (and required) if the buyer is converting a return request draft into an actual return request with the POST /post-order/v2/return method.
See the Field Index to learn which calls use draftId.

returnRequest ( ReturnRequestType ) [0..?]
This container is used to provide details about the buyer's return request, including the order line item (and quantity) that is being returned, the reason for the return, and the buyer's preference to either get money back for item or to get a replacement item from the seller.
See the Field Index to learn which calls use returnRequest.