eBay Post-Order APIVersion 2.7.7
 

RelistLineItem

This type is used in a POST /post-order/v2/cancellation request if the seller would like to relist one or more line items of an order that is being cancelled.

Type that uses RelistLineItem:

Call that uses RelistLineItem:

Fields

itemId ( integer ) [0..?]
The unique identifier of the eBay listing where the line 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.

quantity ( integer ) [0..?]
The quantity you want to relist from the specified line item of the order. This number must be less-than or equal to purchased quantity of the line item.
See the Field Index to learn which calls use quantity.

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