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

    Detailed information about a report schedule.

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

    Properties

    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.

    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.

    period: string

    An <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 period value that indicates how often a report should be created.

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

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

    reportScheduleId: string

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

    reportType: string

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