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

    Contains information pertaining to a delivery window option.

    interface DeliveryWindowOption {
        availabilityType: string;
        deliveryWindowOptionId: string;
        endDate: string;
        startDate: string;
        validUntil: 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.

    endDate: string

    The time at which this delivery window option ends. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mmZ.

    startDate: string

    The time at which this delivery window option starts. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mmZ.

    validUntil: string

    The time at which this window delivery option is no longer valid. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mmZ.