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

    The response for the getReports operation.

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

    Properties

    Properties

    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.