SellingManagerSoldTransactionType
Contains information about a single transaction.

Types that use SellingManagerSoldTransactionType:

Calls that use one or more fields of SellingManagerSoldTransactionType:

Fields

CharityListing ( boolean )
CustomLabel ( string )
InvoiceNumber ( string )
ItemID ( ItemIDType (string) )
ItemPrice ( AmountType (double) )
ItemTitle ( string )
ListedOn ( TransactionPlatformCodeType )
ListingType ( ListingTypeCodeType )
QuantitySold ( int )
Relisted ( boolean )
ReservePrice ( AmountType (double) )
SaleRecordID ( long )
SecondChanceOfferSent ( boolean )
Shipment ( ShipmentType )
SoldOn ( TransactionPlatformCodeType )
StartPrice ( AmountType (double) )
SubtotalAmount ( AmountType (double) )
TransactionID ( long )
Variation ( VariationType )
WatchCount ( int )

CharityListing ( boolean ) [0..1]
True if the item is listed as charity item.
See the Field Index to learn which calls use CharityListing.

CustomLabel ( string ) [0..1]
Custom label associated with this transaction.
See the Field Index to learn which calls use CustomLabel.

InvoiceNumber ( string ) [0..1]
Seller's customized invoice number.
See the Field Index to learn which calls use InvoiceNumber.

ItemID ( ItemIDType (string) ) [0..1]
ID of the item involved in the transaction.
See the Field Index to learn which calls use ItemID.

ItemPrice ( AmountType (double) ) [0..1]
Price of each item.
See the Field Index to learn which calls use ItemPrice.

ItemTitle ( string ) [0..1]
Title of the item.
See the Field Index to learn which calls use ItemTitle.

ListedOn ( see TransactionPlatformCodeType for possible values ) [0..*]
The platform on which the item was listed.
See the Field Index to learn which calls use ListedOn.

ListingType ( see ListingTypeCodeType for possible values ) [0..1]
The type of the listing.
See the Field Index to learn which calls use ListingType.

QuantitySold ( int ) [0..1]
Total number of items sold in the transaction.
See the Field Index to learn which calls use QuantitySold.

Relisted ( boolean ) [0..1]
Whether the item is a relisted item.
See the Field Index to learn which calls use Relisted.

ReservePrice ( AmountType (double) ) [0..1]
Reserve price of the item, if applicable.
See the Field Index to learn which calls use ReservePrice.

SaleRecordID ( long ) [0..1]
The sale record ID. When an item is sold, Selling Manager generates a sale record. A sale record contains buyer information, shipping, and other information. A sale record is displayed in the Sold view in Selling Manager. Each sale record has a sale record ID. In the following calls, the value for the sale record ID is in the SellingManagerSalesRecordNumber field: GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions. In the Selling Manager calls, the value for the sale record ID is in the SaleRecordID field. The sale record ID can be for one transaction or for an order (which contains multiple transactions).
See the Field Index to learn which calls use SaleRecordID.

SecondChanceOfferSent ( boolean ) [0..1]
Whether a second chance offer was sent.
See the Field Index to learn which calls use SecondChanceOfferSent.

Shipment ( ShipmentType ) [0..1]
Details about the shipment.
See the Field Index to learn which calls use Shipment.

SoldOn ( see TransactionPlatformCodeType for possible values ) [0..1]
The platform on which the item was sold.
See the Field Index to learn which calls use SoldOn.

StartPrice ( AmountType (double) ) [0..1]
Start price of the item, if applicable.
See the Field Index to learn which calls use StartPrice.

SubtotalAmount ( AmountType (double) ) [0..1]
The subtotal is the item price multiplied by the quantity of items.
See the Field Index to learn which calls use SubtotalAmount.

TransactionID ( long ) [0..1]
ID of the transaction.
See the Field Index to learn which calls use TransactionID.

Variation ( VariationType ) [0..1]
Variations are multiple similar (but not identical) items in a single fixed-price (or Store Inventory Format) listing. For example, a single listing could contain multiple items of the same brand and model that vary by color and size (like "Blue, Large" and "Black, Medium"). Each variation can have its own quantity and price.

When a user purchases items from a multi-variation listing, this Variation node contains information about which variation was purchased. Therefore, applications that process transactions should always check to see if this node is present. A single transaction can contain items from only one variation.
See the Field Index to learn which calls use Variation.

WatchCount ( int ) [0..1]
Number of users watching the item.
See the Field Index to learn which calls use WatchCount.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 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.