eBay Post-Order APIVersion 2.7.7
 

ItemDetails

This type provides information about the line item associated with the INR inquiry.

Type that uses ItemDetails:

Call that uses ItemDetails:

Fields



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

itemPictureUrl ( string ) [0..?]
This field provides an URL where the gallery picture of the item may be viewed. This field is returned when available. If the item is on hold, this field may not be returned.
See the Field Index to learn which calls use itemPictureUrl.

itemPrice ( Amount ) [0..?]
This container shows the final price of the line item, or the amount of money that the buyer agreed to pay for the item.
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 itemID of the listing is returned instead of the title.
See the Field Index to learn which calls use itemTitle.

viewPurchasedItemUrl ( string ) [0..?]
When available, this field provides the URL to the item purchase page. If the item is on hold, a placeholder may be returned instead of the gallery picture.
See the Field Index to learn which calls use viewPurchasedItemUrl.