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

    The start and end time that specifies the time interval of an event.

    interface TimeWindow {
        end?: string;
        start?: string;
    }
    Index

    Properties

    Properties

    end?: string

    The end time of the time window.

    start?: string

    The start time of the time window.