eBay Merchant Data APIVersion 1207

SellingManagerSoldTransactionType

Contains information about a single line item (transaction) in an order created through Selling Manager.

No calls use SellingManagerSoldTransactionType.

Fields



CharityListing ( boolean ) [0..1]
Not used by any call.

This field is returned as 'true' if the item is listed as a charity item.
See the Field Index to learn which calls use CharityListing.

CustomLabel ( string ) [0..1]
Not used by any call.

Custom label associated with this order line item.
See the Field Index to learn which calls use CustomLabel.

InvoiceNumber ( string ) [0..1]
Not used by any call.

Seller's customized invoice number.
See the Field Index to learn which calls use InvoiceNumber.

ItemID ( ItemIDType (string) ) [0..1]
Not used by any call.

Unique identifier for an eBay listing.
See the Field Index to learn which calls use ItemID.

ItemPrice ( AmountType (double) ) [0..1]
Not used by any call.

Price per item.
See the Field Index to learn which calls use ItemPrice.

ItemTitle ( string ) [0..1]
Not used by any call.

The title of the item listing.
See the Field Index to learn which calls use ItemTitle.

ListedOn ( TransactionPlatformCodeType ) [0..*]
Not used by any call.

The platform on which the item was listed.
See the Field Index to learn which calls use ListedOn.

ListingType ( ListingTypeCodeType ) [0..1]
Not used by any call.

The item listing type.
See the Field Index to learn which calls use ListingType.

OrderLineItemID ( string ) [0..1]
Not used by any call.

A unique identifier for an eBay order line item. .
See the Field Index to learn which calls use OrderLineItemID.

QuantitySold ( int ) [0..1]
Not used by any call.

Total number of identical items sold in the order line item.
See the Field Index to learn which calls use QuantitySold.

Relisted ( boolean ) [0..1]
Not used by any call.

Boolean value indicating whether the item is a relisted item.
See the Field Index to learn which calls use Relisted.

ReservePrice ( AmountType (double) ) [0..1]
Not used by any call.

Reserve Price of the item (if a Reserve Price was set for the item).
See the Field Index to learn which calls use ReservePrice.

SaleRecordID ( long ) [0..1]
Not used by any call.

Unique identifier for a Selling Manager sale record. This field is created at the same time as the order line item (transaction). A sale record is displayed in the Sold view in Selling Manager and contains information on the buyer and shipping. In the GetItemTransactions, GetSellerTransactions, GetOrders, and GetOrderTransactions calls, the SaleRecordID value is reflected in the ShippingDetails.SellingManagerSalesRecordNumber field.

For orders that occurred within the last 30 days, passing only the SaleRecordID into the GetSellingManagerSoldListings request will return the sale record. However, for sales that occurred more than 30 days ago, the SaleDateRange container must also be used, passing in a date range that includes the date on which the specific sale occurred.
See the Field Index to learn which calls use SaleRecordID.

SecondChanceOfferSent ( boolean ) [0..1]
Not used by any call.

Boolean value indicating whether or not a Second Chance offer was sent by the seller to an eligible bidder.
See the Field Index to learn which calls use SecondChanceOfferSent.

Shipment ( ShipmentType ) [0..1]
Not used by any call.

Container consisting of tracking information for the shipment.
See the Field Index to learn which calls use Shipment.

SoldOn ( TransactionPlatformCodeType ) [0..1]
Not used by any call.

The platform on which the item was sold.
See the Field Index to learn which calls use SoldOn.

StartPrice ( AmountType (double) ) [0..1]
Not used by any call.

Start price of the item.
See the Field Index to learn which calls use StartPrice.

SubtotalAmount ( AmountType (double) ) [0..1]
Not used by any call.

This value is calculated by multplying the ItemPrice value by the QuantitySold value.
See the Field Index to learn which calls use SubtotalAmount.

TransactionID ( long ) [0..1]
Not used by any call.

Unique identifier for an eBay order line item. An order line item is created once there is a commitment from a buyer to purchase an item. Since an auction listing can only have one order line item during the duration of the listing, the TransactionID for auction listings is always 0. Along with its corresponding ItemID, a TransactionID is used and referenced during an order checkout flow and after checkout has been completed.
See the Field Index to learn which calls use TransactionID.

Variation ( VariationType ) [0..1]
Not used by any call.

In a fixed-priced listing, a seller can offer variations of the same item. For example, the seller could create a fixed-priced listing for a t-shirt design and offer the shirt in different colors and sizes. In this case, each color and size combination is a separate variation. Each variation can have a different quantity and price. Due to the possible price differentiation, buyers can buy multiple items from this listing at the same time, but all of the items must be of the same variation. One order line item is created whether one or multiple items of the same variation are purchased.

The Variation node contains information about which variation was purchased. Therefore, applications that process order line items should always check to see if this node is present.
See the Field Index to learn which calls use Variation.

WatchCount ( int ) [0..1]
Not used by any call.

Number of users watching the item.
See the Field Index to learn which calls use WatchCount.