eBay Trading APIVersion 1311
 

ItemTransactionIDType

This type is used by the ItemTransactionID container in the GetOrderTransactions call. This container is used to specify a specific order line item to retrieve.

Type that uses ItemTransactionIDType:

Call that uses ItemTransactionIDType:

Fields

ItemID ( ItemIDType (string) ) [0..1]
Unique identifier for an eBay listing. A multiple-quantity listing can have multiple order line items, but only one ItemID. Unless an OrderLineItemID or SKU value is specified in the same node, this field is required for each ItemTransactionID node included in the request.
See the Field Index to learn which calls use ItemID.

OrderLineItemID ( string ) [0..1]
OrderLineItemID is a unique identifier for an eBay order line item. If an OrderLineItemID is included in an ItemTransactionID node in the request, the ItemID, TransactionID, and SKU fields are not required and are ignored if they are included in the request.
See the Field Index to learn which calls use OrderLineItemID.

SKU ( SKUType (string) ) [0..1]
A SKU (stock keeping unit) is a unique identifier defined and used by the seller to identify a product or variation of an item. Unless an OrderLineItemID value or ItemID/TransactionID pair is specified in the same node, this field is required for each ItemTransactionID node included in the request. To retrieve order line items associated with a SKU, the InventoryTrackingMethod field must be set to SKU. The InventoryTrackingMethod field is set through AddFixedPriceItem or RelistFixedPriceItem.
See the Field Index to learn which calls use SKU.

TransactionID ( string ) [0..1]
Unique identifier for an eBay order line item. The TransactionID should match the ItemID specified in each ItemTransactionID node included in the request. Optionally, an OrderLineItemID or SKU value can substitute for the ItemID/TransactionID pair.

The TransactionID value for auction listings is always 0 since there can be only one winning bidder/one sale for an auction listing.
See the Field Index to learn which calls use TransactionID.