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

    Interface FinancesApiListFinancialEventGroupsRequest

    Request parameters for listFinancialEventGroups operation in FinancesApi.

    interface FinancesApiListFinancialEventGroupsRequest {
        financialEventGroupStartedAfter?: string;
        financialEventGroupStartedBefore?: string;
        maxResultsPerPage?: number;
        nextToken?: string;
    }
    Index

    Properties

    financialEventGroupStartedAfter?: string

    A date used for selecting financial event groups that opened after (or at) a specified date and time, in ISO 8601 format. The date-time must be no later than two minutes before the request was submitted.

    financialEventGroupStartedBefore?: string

    A date used for selecting financial event groups that opened before (but not at) a specified date and time, in ISO 8601 format. The date-time must be later than FinancialEventGroupStartedAfter and no later than two minutes before the request was submitted. If FinancialEventGroupStartedAfter and FinancialEventGroupStartedBefore are more than 180 days apart, no financial event groups are returned.

    maxResultsPerPage?: number

    The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the API responds with 'InvalidInput'.

    nextToken?: string

    A string token returned in the response of your previous request.