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

    The response for the getReports operation.

    interface GetReportsResponse {
        nextToken?: string;
        reports: Report[];
    }
    Index
    nextToken?: string

    Returned when the number of results exceeds pageSize. To get the next page of results, call getReports with this token as the only parameter.

    reports: Report[]

    A list of reports.