eBay Merchant Data APIVersion 1255
 

OrderLineItemType

Specifics for the sale data for a single SKU or item.

Type that uses OrderLineItemType:

Call that uses OrderLineItemType:

Fields



FeeAmount ( AmountType (double) ) [0..1]
Fee Amount for a certain Fee type.
See the Field Index to learn which calls use FeeAmount.

FeeDescription ( string ) [0..1]
Description of the fee type.
See the Field Index to learn which calls use FeeDescription.

GlobalCategoryDescription ( string ) [0..1]
Description of the category used.
See the Field Index to learn which calls use GlobalCategoryDescription.

InsuranceCost ( AmountType (double) ) [0..1]
Cost of insuring the delivery of this order with the courier.
See the Field Index to learn which calls use InsuranceCost.

ItemID ( ItemIDType (string) ) [0..1]
The ID that uniquely identifies the item listing. The ID is generated by eBay after an item is listed. You cannot choose or revise this value.
See the Field Index to learn which calls use ItemID.

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

ListingSiteID ( int ) [0..1]
eBay site where the seller is registered.
See the Field Index to learn which calls use ListingSiteID.

Memo ( string ) [0..1]
Notes for this transaction.
See the Field Index to learn which calls use Memo.

OrderLineItemID ( string ) [0..1]
An ID that uniquely identifies each line item within an order. If the buyer only purchased one item, there will be one Order ID and one Order Line Item ID. If a buyer purchases multiple items, there will be one Order ID and multiple Order Line Item IDs.

OrderLineItemID is a based upon the combination of the eBay Trading API's ItemID and TransactionID fields. The number before the hyphen is the Item ID and the number after the hyphen is the Transaction ID. The Transaction field in the Trading API is a container that can include many types of order line item (transaction) information.

See Trading API for more information.
See the Field Index to learn which calls use OrderLineItemID.

OriginalChargeTime ( dateTime ) [0..1]
Applicable for adjustment, the original transaction occurs date time.
See the Field Index to learn which calls use OriginalChargeTime.

PaymentClearedTime ( dateTime ) [0..1]
The date and time that the payment was acknowledged.
See the Field Index to learn which calls use PaymentClearedTime.

QuantitySold ( int ) [0..1]
The number of items sold to a specific buyer within a single order line item (transaction).
See the Field Index to learn which calls use QuantitySold.

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

SaleTime ( dateTime ) [0..1]
The date and time that the item was sold.
See the Field Index to learn which calls use SaleTime.

SecondDescription ( string ) [0..1]
Second description of the item sold.
See the Field Index to learn which calls use SecondDescription.

SerialNumber ( string ) [0..1]
Serial number for this item, only applicable for motors.
See the Field Index to learn which calls use SerialNumber.

ShippingCost ( AmountType (double) ) [0..1]
Calculated shipping cost based on item weight, buyer's postal code, and shipping service.
See the Field Index to learn which calls use ShippingCost.

SiteDescription ( string ) [0..1]
Site description for the site where the listing occurred.
See the Field Index to learn which calls use SiteDescription.

SKU ( SKUType (string) ) [0..1]
Stock Keeping Unit that serves as a unique identifier for an item. Many merchants assign a SKU number to an item of a specific type, size, and color. This way, they can keep track of how many products of each type, size, and color are selling, and they can re-stock their shelves according to customer demand. You can use SKU numbers to add Fixed Price Items and to keep track of your eBay inventory, instead of (or in addition to) the Item ID.
See the Field Index to learn which calls use SKU.

TaxAmount ( AmountType (double) ) [0..1]
Calculated tax fee based on the sale price and the sales tax at the buyer's location.
See the Field Index to learn which calls use TaxAmount.

TotalCost ( AmountType (double) ) [0..1]
The total cost of the order line item, which includes the sale price of all order line items, shipping costs, and taxes. If multiple order line items between the same buyer and seller have been combined into a Combined Payment order, the TotalCost value returned for each order line item reflects the amount paid for the Combined Payment order and not the individual order line item.
See the Field Index to learn which calls use TotalCost.

TotalIncludeseBayCollectedTax ( boolean ) [0..1]
This boolean field is returned as true if the TotalCost value (for the line item) includes eBay 'Collect and Remit' taxes. eBay 'Collect and Remit' taxes include US state-mandated sales tax and 'Goods and Services' taxes that are applicable to orders from Australian and New Zealand sellers.

More and more US states are mandating the collection of sales tax for Internet sales. For a full list of affected states and effective dates, see the eBay sales tax collection help page.
See the Field Index to learn which calls use TotalIncludeseBayCollectedTax.

TransactionTime ( dateTime ) [0..1]
The date time when the transaction occur.
See the Field Index to learn which calls use TransactionTime.