eBay Return Management APIVersion 1.1.0
 

ReturnDetailType

Type defining the ReturnDetail container returned in getReturnDetail. All information for a single return is returned under the ReturnDetail container.

Type that uses ReturnDetailType:

Call that uses ReturnDetailType:

Fields



buyerReturnShipment ( ShipmentType ) [0..1]
This field is deprecated. Please see the shipmentInfo container to obtain both seller and buyer shipping information.
See the Field Index to learn which calls use buyerReturnShipment.

caseId ( CaseIdType ) [0..1]
Container consisting of the eBay Buyer Protection case ID and case type. This container is only returned if a return is escalated to the eBay Buyer Protection system and accepted as an eBP case.
See the Field Index to learn which calls use caseId.

globalId ( token ) [1]
Unique identifier of the eBay site (such as 'EBAY-US') where the order occurred.
See the Field Index to learn which calls use globalId.

refundInfo ( RefundInfoType ) [0..1]
Container consisting of details and values related to estimated, actual, and itemized refunds to the buyer.
See the Field Index to learn which calls use refundInfo.

returnHistory ( ReturnResponseHistoryType ) [0..*]
Repeatable container consisting of details related to each activity in a return. A returnHistory node is returned for each activity that has occurred with the return, and each node contains the type of activity, the timestamp for the activity, the initiator of the activity, and any notes related to the return. Additionally, if the activity is related to a money movement transaction, a ReturnDetail.returnHistory.attributes container is returned providing more information on the transaction.
See the Field Index to learn which calls use returnHistory.

returnPolicy ( ReturnPolicyInfoType ) [0..1]
Container consisting of flags which indicate whether the seller is willing to provide the buyer a Return Merchandise Authorization number (if requested), and if the seller accepts returns to more than one address. These return policy preferences are set by the seller in the Return Center. This container will only be returned if at least one of the flags is turned on.
See the Field Index to learn which calls use returnPolicy.

shipmentInfo ( ShipmentType ) [0..*]
Container consisting of details related to the buyer and/or seller shipments. Information in the shipmentInfo container includes the destination shipping address on record, the expected delivery date, the shipping carrier used, the tracking number, and the delivery status.
See the Field Index to learn which calls use shipmentInfo.