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

    Information required to create the report schedule.

    interface CreateReportScheduleSpecification {
        marketplaceIds: string[];
        nextReportCreationTime?: string;
        period: CreateReportScheduleSpecificationPeriodEnum;
        reportOptions?: { [key: string]: string };
        reportType: string;
    }
    Index

    Properties

    marketplaceIds: string[]

    A list of marketplace identifiers for the report schedule.

    nextReportCreationTime?: string

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

    One of a set of predefined <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 periods that specifies how often a report should be created.

    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.