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

    The time range within which an event (for example, a delivery) will occur.

    interface TimeInterval {
        endTime: string;
        startTime: string;
    }
    Index
    endTime: string

    Date timestamp in ISO 8601 date time format.

    startTime: string

    Date timestamp in ISO 8601 date time format.