eBay Post-Order APIVersion 2.7.7
 

GetEstimateRequest

The base request type of the POST /post-order/v2/return/estimate method.

Call that uses GetEstimateRequest:

Fields

itemId ( string ) [0..?]
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.
See the Field Index to learn which calls use itemId.

reason ( string ) [0..?]
This enumeration value indicates the reason why the buyer is returning the item.

The supported enumeration values representing valid return reasons are defined in the ReturnReasonEnum type definition.
See the Field Index to learn which calls use reason.

returnQuantity ( integer ) [0..?]
This integer value indicates the quantity of the line item being returned. This number is typically 1, unless the buyer bought multiple quantity of the item in a multiple-quantity, fixed-price listing. This value must be provided to get accurate estimates in the response.
See the Field Index to learn which calls use returnQuantity.

transactionId ( string ) [0..?]
The unique identifier for the purchase of the 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.