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

    Time duration used to specify the interval of an event, such as pick up and delivery.

    interface TimeWindow {
        endTime: number;
        handoverMethod?: TimeWindowHandoverMethodEnum;
        startTime: number;
    }
    Index

    Properties

    endTime: number

    The end time of the window.

    Whether the seller picks up from Amazon Logistics or drops off to Amazon Logistics.

    startTime: number

    The start time of the window.