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

    Additional information that is related to the time range of the transaction.

    interface TimeRangeContext {
        endTime?: string;
        startTime?: string;
    }
    Index
    endTime?: string

    A date in ISO 8601 date-time format.

    startTime?: string

    A date in ISO 8601 date-time format.