Export

Report

interface Report {
    createdTime: string;
    dataEndTime?: string;
    dataStartTime?: string;
    marketplaceIds?: string[];
    processingEndTime?: string;
    processingStartTime?: string;
    processingStatus: ReportProcessingStatusEnum;
    reportDocumentId?: string;
    reportId: string;
    reportScheduleId?: string;
    reportType: string;
}

Properties

createdTime: string

The date and time when the report was created.

Memberof

Report

dataEndTime?: string

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

Memberof

Report

dataStartTime?: string

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

Memberof

Report

marketplaceIds?: string[]

A list of marketplace identifiers for the report.

Memberof

Report

processingEndTime?: string

The date and time when the report processing completed, in ISO 8601 date time format.

Memberof

Report

processingStartTime?: string

The date and time when the report processing started, in ISO 8601 date time format.

Memberof

Report

processingStatus: ReportProcessingStatusEnum

The processing status of the report.

Memberof

Report

reportDocumentId?: string

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

Memberof

Report

reportId: string

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

Memberof

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.

Memberof

Report

reportType: string

The report type.

Memberof

Report