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

    Interface FinancesApiListFinancialEventsByOrderIdRequest

    Request parameters for listFinancialEventsByOrderId operation in FinancesApi.

    interface FinancesApiListFinancialEventsByOrderIdRequest {
        maxResultsPerPage?: number;
        nextToken?: string;
        orderId: string;
    }
    Index

    Properties

    maxResultsPerPage?: number

    The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`.

    nextToken?: string

    The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. 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.

    orderId: string

    An Amazon-defined order identifier, in 3-7-7 format.