ReturnRequestType
This type is used by the returnRequest container that is used in numerous calls 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.
Types that use ReturnRequestType:
Calls that use ReturnRequestType:
Fields
Indicates the shipping carrier that will be used to ship the return item. ShippingCarrierEnum contains some popular shipping carriers for the US, UK, Germany, Canada, and Australia, but it is not a complete list.
This optional container allows the buyer to provide more information to the seller about why the item is being returned.
The unique identifier for the eBay listing where the item was purchased. This field is used in conjunction with the transactionId field to identify a line item within an order.
This enumerated value indicates the buyer's reason for creating a return request or draft.
This enumeration value indicates if the return request is an actual return request or a return draft.
See the
Field Index to learn which calls use requestType.
This integer value indicates the quantity of the line item being returned. This number is generally '1', unless the buyer bought multiple quantity of the item in a multiple-quantity, fixed-price listing. This value defaults to '1' if this field is omitted when a return is created.
See the
Field Index to learn which calls use returnQuantity.
The unique identifier for the purchase of a item. This value is created right when the buyer is committed to buying the item, whether that buyer uses a 'Buy it Now' capability, is the winning bidder of an auction, or the buyer's Best Offer is accepted by the seller. This field is used in conjunction with the itemId field to identify a line item within an order.
See the
Field Index to learn which calls use transactionId.
This enumeration value indicates the buyer's desired outcome - money back for the order or a replacement item (in the case of a SNAD item). MONEY_BACK
is the default value.
Copyright © 2015–2020
eBay Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.