Detailed information about the report.

Report

interface ReportsApiModelV20210630Report {
    createdTime: string;
    dataEndTime?: string;
    dataStartTime?: string;
    marketplaceIds?: string[];
    processingEndTime?: string;
    processingStartTime?: string;
    processingStatus:
        | "CANCELLED"
        | "DONE"
        | "FATAL"
        | "IN_PROGRESS"
        | "IN_QUEUE"
        | ReportsApiModelV20210630ReportProcessingStatusEnum;
    reportDocumentId?: string;
    reportId: string;
    reportScheduleId?: string;
    reportType: string;
}

Properties

createdTime: string

The date and time when the report was created.

Report

dataEndTime?: string

The end of a date and time range used for selecting the data to report.

Report

dataStartTime?: string

The start of a date and time range used for selecting the data to report.

Report

marketplaceIds?: string[]

A list of marketplace identifiers for the report.

Report

processingEndTime?: string

The date and time when the report processing completed, in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date time format.

Report

processingStartTime?: string

The date and time when the report processing started, in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date time format.

Report

processingStatus:
    | "CANCELLED"
    | "DONE"
    | "FATAL"
    | "IN_PROGRESS"
    | "IN_QUEUE"
    | ReportsApiModelV20210630ReportProcessingStatusEnum

The processing status of the report.

Report

reportDocumentId?: string

The identifier for the report document. Pass this into the getReportDocument operation to get the information you will need to retrieve the report document's contents.

Report

reportId: string

The identifier for the report. This identifier is unique only in combination with a seller ID.

Report

reportScheduleId?: string

The identifier of the report schedule that created this report (if any). This identifier is unique only in combination with a seller ID.

Report

reportType: string

The report type. Refer to Report Type Values for more information.

Report

MMNEPVFCICPMFPCPTTAAATR