GetSellerTransactionsRequestType
Fields
IncludeContainingOrder ( boolean )
IncludeFinalValueFee ( boolean )
ModTimeFrom ( dateTime )
ModTimeTo ( dateTime )
NumberOfDays ( int )
Pagination ( PaginationType )
Platform ( TransactionPlatformCodeType )
SKUArray ( SKUArrayType )

IncludeContainingOrder ( boolean ) [0..1]
Whether to retrieve the order information. Default is false. Will not return the ContainingOrder information for an Express transaction that was part of an Express order.
See the Field Index to learn which calls use IncludeContainingOrder.

IncludeFinalValueFee ( boolean ) [0..1]
Indicates whether to include final value fees in the response. For most listing types, the fee is returned in Transaction.FinalValueFee. For Dutch auctions that end with bids (not Buy It Now purchases), the fee is returned in Item.SellingStatus.FinalValueFee. The Final Value Fee for FixedPriceItem, StoresFixedPrice, and Buy It Now Dutch listing types is returned on a transaction by transaction basis. For all other listing types, including Chinese and Dutch (no Buy It Now purchases), the Final Value Fee is returned when the listing status is Completed.
See the Field Index to learn which calls use IncludeFinalValueFee.

ModTimeFrom ( dateTime ) [0..1]
Also see NumberOfDays which, if used, takes precedence over ModTimeFrom and ModTimeTo. If you prefer to use ModTimeFrom and ModTimeTo, you specify the time range within which retrieved transactions' statuses were modified. ModTimeFrom is the earlier (older) date and ModTimeTo is the later (more recent) date. If you specify this value, and do not specify the other end of the range, then the time range is 30 days. The time range between ModTimeFrom to ModTimeTo cannot be greater than 30 days.
See the Field Index to learn which calls use ModTimeFrom.

ModTimeTo ( dateTime ) [0..1]
Also see NumberOfDays which, if used, takes precedence over ModTimeFrom and ModTimeTo. If you prefer to use ModTimeFrom and ModTimeTo, you specify the time range within which retrieved transactions' statuses were modified. ModTimeFrom is the earlier (older) date and ModTimeTo is the later (more recent) date. If you specify this value, and do not specify the other end of the range, then the time range is 30 days. The time range between ModTimeFrom to ModTimeTo cannot be greater than 30 days.
See the Field Index to learn which calls use ModTimeTo.

NumberOfDays ( int ) [0..1]
NumberOfDays enables you to specify the number of days' worth of new and modified transactions that you want to retrieve. The call response contains the transactions whose status was modified within the specified number of days since the API call was made. NumberOfDays is often preferable to using the ModTimeFrom and ModTimeTo filters because you only need to specify one value. If you use NumberOfDays, then ModTimeFrom and ModTimeTo are ignored. For this field, one day is defined as 24 hours.
See the Field Index to learn which calls use NumberOfDays.

Pagination ( PaginationType ) [0..1]
Child elements control pagination of the output. Use its EntriesPerPage property to control the number of transactions to return per call and its PageNumber property to specify the page of data to return.
See the Field Index to learn which calls use Pagination.

Platform ( see TransactionPlatformCodeType for possible values ) [0..1]
Name of the eBay co-branded site upon which the transaction was made. This will serve as a filter for the transactions to get emitted in the response.
See the Field Index to learn which calls use Platform.

SKUArray ( SKUArrayType ) [0..1]
Specifies a set of seller SKUs to use as a filter. Only items with the specified SKUs are returned. Do not specify this tag if you do not want to filter by SKU. Corresponds to the SKU property that is part of ItemType and that can be provided when, for example, you use the AddItem call.
See the Field Index to learn which calls use SKUArray.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.