Information required to create the report schedule.

CreateReportScheduleSpecification

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

Properties

marketplaceIds: string[]

A list of marketplace identifiers for the report schedule.

CreateReportScheduleSpecification

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.

CreateReportScheduleSpecification

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.

CreateReportScheduleSpecification

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

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

CreateReportScheduleSpecification

reportType: string

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

CreateReportScheduleSpecification