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

    A date range.

    interface DateRange {
        endDate: string;
        startDate: string;
    }
    Index
    endDate: string

    The end date of the date range in ISO-8601 date/time format.

    startDate: string

    The start date of the date range in ISO-8601 date/time format.