Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for listAccountTransactions operation in SellerWalletApi.

    interface SellerWalletApiListAccountTransactionsRequest {
        accountId: string;
        marketplaceId: string;
        nextPageToken?: string;
    }
    Index

    Properties

    accountId: string

    The ID of the Amazon Seller Wallet account.

    marketplaceId: string

    The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

    nextPageToken?: string

    A token that you use to retrieve the next page of results. The response includes `nextPageToken` when the number of results exceeds 100. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextPageToken` is null. Note that this operation can return empty pages.