eBay Trading APIVersion 1349
 

GetAccountResponseType ( AbstractResponseType )

Returns information about an eBay seller's own account.

Call that uses GetAccountResponseType:

Fields



AccountEntries ( AccountEntriesType ) [0..1]
This container holds an array of account entries. The account entries that are returned are dependent on the selection that the user made in the AccountHistorySelection field in the call request. Each AccountEntry container consists of one credit, one debit, or one administrative action on the account. It is possible that no AccountEntry containers will be returned if no account entries exist since the last invoice (if LastInvoice value is used), between the specified dates (if BetweenSpecifiedDates value is used), or no entries exist for an order (if OrderId value is used).
See the Field Index to learn which calls use AccountEntries.

AccountID ( string ) [0..1]
Specifies the seller's unique account number.
See the Field Index to learn which calls use AccountID.

AccountSummary ( AccountSummaryType ) [0..1]
Contains summary data for the seller's account, such as the overall balance, bank account and credit card information, and amount and date of any past due balances. Can also contain data for one or more additional accounts, if the user has changed country of residence.
See the Field Index to learn which calls use AccountSummary.

Currency ( CurrencyCodeType ) [0..1]
Indicates the currency used for monetary amounts in the report.
See the Field Index to learn which calls use Currency.

EntriesPerPage ( int ) [0..1]
This integer value indicates the number of account entries that are being returned per virtual page of data. This value will be the same value passed into the Pagination.EntriesPerPage field in the request.
See the Field Index to learn which calls use EntriesPerPage.

FeeNettingStatus ( FeenettingStatusCodeType ) [0..1]
This enumeration value indicates the current status of the seller's account for the fee netting mechanism. If the Enabled value is returned, the seller may include the IncludeNettedEntries field in the request to retrieve the total net amount of all charges/fees that have been deducted from seller payouts instead of being invoiced to the seller. The total net amount of any seller credits related to these fees is also shown in the AccountSummary.NettedTransactionSummary container in the response.
See the Field Index to learn which calls use FeeNettingStatus.

HasMoreEntries ( boolean ) [0..1]
If this boolean value is returned as 'true', there are more account entries to view on one or more pages of data. To view additional entries, the user would have to make additional GetAccount calls and increment the value of the Pagination.PageNumber field by '1' to view additional pages of account entries.
See the Field Index to learn which calls use HasMoreEntries.

PageNumber ( int ) [0..1]
This integer value indicates the current page number of account entries that is currently being shown. This value will be the same value passed into the Pagination.PageNumber field in the request.
See the Field Index to learn which calls use PageNumber.

PaginationResult ( PaginationResultType ) [0..1]
This container shows the total number of account entries and the total number of account entry pages that exist based on the filters used in the GetAccount call request. The total number of account entry pages is partly controlled by the Pagination.EntriesPerPage value that is set in the request.
See the Field Index to learn which calls use PaginationResult.