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

    Information required to create the report.

    interface CreateReportSpecification {
        dataEndTime?: string;
        dataStartTime?: string;
        marketplaceIds: string[];
        reportOptions?: { [key: string]: string };
        reportType: string;
    }
    Index

    Properties

    dataEndTime?: string

    The end of a date and time range, in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date time format, used for selecting the data to report. The default is now. The value must be prior to or equal to the current date and time. Not all report types make use of this.

    dataStartTime?: string

    The start of a date and time range, in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date time format, used for selecting the data to report. The default is now. The value must be prior to or equal to the current date and time. Not all report types make use of this.

    marketplaceIds: string[]

    A list of marketplace identifiers. The report document's contents will contain data for all of the specified marketplaces, unless the report type indicates otherwise.

    reportOptions?: { [key: string]: string }

    Additional information passed to reports. This varies by report type.

    reportType: string

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