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

    Detailed information about the 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;
    }
    Index

    Properties

    createdTime: string

    The date and time when the report was created.

    dataEndTime?: string

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

    dataStartTime?: string

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

    marketplaceIds?: string[]

    A list of marketplace identifiers for the 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.

    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.

    processingStatus: ReportProcessingStatusEnum

    The processing status of the 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.

    reportId: string

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

    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.

    reportType: string

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