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

    An optional query parameter used to filter the response by a specific account type. When provided, only expected payouts associated with the specified account type will be returned.

    marketplaceIds?: string[]

    An optional query parameter that specifies the marketplaces from which to retrieve expected payouts. The marketplace ID is a globally unique identifier assigned to each Amazon marketplace. When provided, the response will only include expected payouts associated with the specified marketplaces. If omitted, expected payouts from all applicable marketplaces may be returned. To find the marketplace ID for your region, refer to Marketplace IDs.

    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.