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

    A time period with start and end boundaries.

    interface DateTimeRange {
        earliestDateTime?: string;
        latestDateTime?: string;
    }
    Index

    Properties

    earliestDateTime?: string

    The beginning of the time period, in ISO 8601 format.

    latestDateTime?: string

    The end of the time period, in ISO 8601 format.