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

    The response to the listSummary operation.

    interface SummaryResponse {
        nextToken?: string;
        summaries?: Summary[];
    }
    Index
    nextToken?: string

    A token to retrieve the next page of results. If null, no more results are available.

    summaries?: Summary[]

    A list of financial summaries.