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

    Selected delivery window attributes.

    interface SelectedDeliveryWindow {
        availabilityType: string;
        deliveryWindowOptionId: string;
        editableUntil?: string;
        endDate: string;
        startDate: string;
    }
    Index

    Properties

    availabilityType: string

    The type of delivery window availability. Values: AVAILABLE, BLOCKED, CONGESTED, DISCOUNTED

    deliveryWindowOptionId: string

    Identifier of a delivery window option. A delivery window option represent one option for when a shipment is expected to be delivered.

    editableUntil?: string

    The timestamp at which this Window can no longer be edited.

    endDate: string

    The end timestamp of the window.

    startDate: string

    The start timestamp of the window.