ReturnDetailType

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

Types that use ReturnDetailType:

Call that uses one or more fields of ReturnDetailType:

Fields

buyerReturnShipment ( ShipmentType )
caseId ( CaseIdType )
globalId ( token )
refundInfo ( RefundInfoType )
returnHistory ( ReturnResponseHistoryType )
returnPolicy ( ReturnPolicyInfoType )

buyerReturnShipment ( ShipmentType ) [1]
Container consisting of details related to the buyer's return shipment to the seller. Information in the buyerReturnShipment container include the seller's primary return address on record, the expected delivery date, the shipping carrier and tracking number, the delivery status, and the return shipping costs.
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 ) [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 ) [1..*]
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.

Copyright © 2012 This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.