Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Request parameters for listExpectedPayouts operation in FinancesTransfersApi.

    interface FinancesTransfersApiListExpectedPayoutsRequest {
        accountType?: string;
        marketplaceIds?: string[];
        nextToken?: string;
    }
    Index
    accountType?: string

    The response only includes the accounts of the specified account type.

    marketplaceIds?: string[]

    The Amazon stores from which to retrieve payouts. The Amazon store ID is a globally unique identifier assigned to each Amazon store. If omitted, the response includes payouts from all applicable stores. To find the Amazon store ID for your region, refer to Store Identifiers.

    nextToken?: string

    The response includes `nextToken` when the number of results exceeds the specified page size. 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 `nextToken` is null. Note that this operation can return empty pages.