Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Specific time interval defining the start and end times.

    interface TimeWindow {
        endTime?: HourMinute;
        startTime?: HourMinute;
    }
    Index
    endTime?: HourMinute
    startTime?: HourMinute