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

    Details for the scheduled delivery timeline for a shipment, including the estimated delivery date and time, as well as the start and end times of the appointment window for delivery.

    interface StatusUpdateDetailsShipmentSchedule {
        apptWindowEndDateTime?: string;
        apptWindowStartDateTime?: string;
        estimatedDeliveryDateTime?: string;
    }
    Index

    Properties

    apptWindowEndDateTime?: string

    This field indicates the date and time at the end of the appointment window scheduled to deliver the shipment. This field is expected to be in ISO-8601 date/time format, with UTC time zone or UTC offset. For example, 2020-07-16T23:00:00Z or 2020-07-16T23:00:00+01:00.

    apptWindowStartDateTime?: string

    This field indicates the date and time at the start of the appointment window scheduled to deliver the shipment. This field is expected to be in ISO-8601 date/time format, with UTC time zone or UTC offset. For example, 2020-07-16T23:00:00Z or 2020-07-16T23:00:00+01:00.

    estimatedDeliveryDateTime?: string

    Date on which the shipment is expected to reach the customer delivery location. This field is expected to be in ISO-8601 date/time format, with UTC time zone or UTC offset. For example, 2020-07-16T23:00:00Z or 2020-07-16T23:00:00+01:00.