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.

StatusUpdateDetailsShipmentSchedule

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

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.

StatusUpdateDetailsShipmentSchedule

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.

StatusUpdateDetailsShipmentSchedule

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.

StatusUpdateDetailsShipmentSchedule