OrderDetailType

Type that defines the orderDetail container, which consists of detailed information about an eBay order that has either received, or is scheduled to receive one or more seller payouts.

Types that use OrderDetailType:

Calls that use one or more fields of OrderDetailType:

Fields

buyerId ( string ) [0..1]
The eBay user ID of the order's buyer. .
See the Field Index to learn which calls use buyerId.

orderAmount ( Amount (double) ) [1]
This dollar value indicates the total amount of the order. This field is always returned with the orderDetail container.
See the Field Index to learn which calls use orderAmount.

orderId ( OrderIdType ) [1]
Container consisting of the unique identifier of an eBay order. This container is always returned with the orderDetail container.
See the Field Index to learn which calls use orderId.

refundAmount ( Amount (double) ) [0..1]
The monetary amount of a seller's refund to the buyer. This field is only returned if a full or partial refund was issued by the seller to the buyer.
See the Field Index to learn which calls use refundAmount.

transactionDetail ( TransactionDetailType ) [1..*]
Container consisting of identifying information for each line item in the order. A transactionDetail container is returned for each order line item that is enabled for the new eBay payment process.
See the Field Index to learn which calls use transactionDetail.

Copyright © 2011–2012 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.