TransactionLinkedItems
Query all linked line items of the transactions in which the authenticated user is either the buyer or seller. By default, only linked line items of transactions made in the last 90 days are returned. Linked line items of the transactions in orders older than 90 days can be retrieved by specifying OrderIds.
Columns
Name | Type | Description |
ID [KEY] | String | The unique identifier of the linked order line item. |
TransactionId | String | Unique identifier for an eBay sales transaction. |
OrderId | String | The unique identifier of the order to which the linked line item belongs. |
EstimatedDeliveryTimeMax | Datetime | Indicates the latest date and time to receive the order. |
EstimatedDeliveryTimeMin | Datetime | Indicates the earliest date and time to receive the order. |
SellerUserID | String | The eBay user ID of the seller who sold the linked line item. |
ItemName | String | Depending on the call and context, this value is either a name of an Item/Variation Specific, or a Parts Compatibility name. |
ItemValue | String | Depending on the call and context, this value is either the value of an Item/Variation Specific, a Parts Compatibility value, or a product identifier. |
ItemsTitle | String | This field is used to specify the title of the listing. |
CreateTimeFrom | Datetime | Specifies the start of the date range for which to retrieve payment details of the transactions in orders created within this date range. By default the date range is 90 days. |
CreateTimeTo | Datetime | Specifies the end of the date range for which to retrieve payment details of the transactions in orders created within this date range. By default the date range is 90 days. |
ModTimeFrom | Datetime | Specifies the start of the date range for which to retrieve payment details of the transactions in orders modified within this date range. The maximum time range that may be specified is 30 days. |
ModTimeTo | Datetime | Specifies the end of the date range for which to retrieve payment details of the transactions in orders modified within this date range. The maximum time range that may be specified is 30 days. |
NumberOfDays | Integer | All eBay payment details of the transactions in orders that were either created or modified within this period are returned in the output. Min: 1. Max: 30. |
OrderRole | String | Filters the returned payment details of the transactions based on the role of the user. The user's role is either buyer or seller. |
OrderStatus | String | Filters the returned payment details of the transactions based on the status of the order. Applicable Values: Active, All, Completed, Inactive. |