eBay Post-Order APIVersion 2.7.7
 

ItemDetailType

This type is used by the itemDetail container, which consists of information about the order line item, including listing ID, transaction ID, price, transaction date, and quantity being returned.

Type that uses ItemDetailType:

Calls that use ItemDetailType:

Fields



ebayPlusTxn ( boolean ) [0..?]
This field indicates if the order line item was part of an eBay Plus order. eBay Plus is currently available on the eBay Australia and eBay Germany marketplaces.
See the Field Index to learn which calls use ebayPlusTxn.

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.

itemOnHold ( boolean ) [0..?]
This field indicates the item related to the return is hidden (the respective content is not returned). This field is returned as 'true' if the corresponding item is on hold due to eBay policy violation; false otherwise.
See the Field Index to learn which calls use itemOnHold.

itemPicUrl ( string ) [0..?]
The URL of the gallery image for the listing. This field is returned when available. If the item is on hold, the returned value will be masked.
See the Field Index to learn which calls use itemPicUrl.

itemPrice ( Amount ) [0..?]
Shows the price of the item. If currency conversion was needed, the original currency and the exchange rate used are also shown.
See the Field Index to learn which calls use itemPrice.

itemTitle ( string ) [0..?]
The title of the eBay listing. If the item is on hold, the returned value will be masked.
See the Field Index to learn which calls use itemTitle.

listingSiteId ( integer ) [0..?]
This integer value indicates the eBay marketplace where the sale occurred. The site IDs used for each eBay marketplace can be found in the eBay Site ID to Global ID Mapping page.
See the Field Index to learn which calls use listingSiteId.

relistedItemId ( string ) [0..?]
This field is only returned if the returned item is relisted as a new eBay listing, and this value will be different than the value in the itemId field.
See the Field Index to learn which calls use relistedItemId.

relistStatus ( RelistStatusEnum ) [0..?]
This enumeration value either indicates if the order line item is eligible to be relisted, or in a case where the seller wants to relist the item, the value returned here will indicate if relisting was successful or if it failed.
See the Field Index to learn which calls use relistStatus.

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

transactionDate ( DateTime ) [0..?]
This timestamp indicates when the sales transaction occurred.
See the Field Index to learn which calls use transactionDate.

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.