eBay Post-Order APIVersion 2.7.7
 

ReturnCloseInfoType

This type is used by the closeInfo container, which provides information on a closed return request.

Type that uses ReturnCloseInfoType:

Calls that use ReturnCloseInfoType:

Fields

buyerCloseComment ( string ) [0..?]
This string field will be returned if the buyer made a comment when closing the return request. This field is only returned if the return request was closed and the buyer made a comment upon closing the return request.
See the Field Index to learn which calls use buyerCloseComment.

buyerCloseReason ( BuyerCloseReturnReasonEnum ) [0..?]
This enumeration value indicates the reason that the buyer is closing the return request. A buyer would typically close a return request after they receive a refund, a replacement item, or if they initiated the return request by mistake. This field is only returned if the return request was closed and the buyer was the one (and not eBay) that initiated the closure of the return request.
See the Field Index to learn which calls use buyerCloseReason.

returnCloseDate ( DateTime ) [0..?]
The timestamp in this container indicates when the return request was closed. This field is only returned if the return request was closed.
See the Field Index to learn which calls use returnCloseDate.

returnCloseReason ( CloseReturnReasonEnum ) [0..?]
This enumeration value indicates the reason why the return request was closed. The enumeration value returned here will be the reason why eBay closed the return request, and not why the buyer wanted to close the return request. This field is only returned if the return request was closed.
See the Field Index to learn which calls use returnCloseReason.