Details about the estimated delivery window.

ShipmentSchedule

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

Properties

apptWindowEndDateTime?: string

The date and time at the end of the appointment window when the shipment is expected to be delivered. Values are 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.

ShipmentSchedule

apptWindowStartDateTime?: string

The date and time at the start of the appointment window when the shipment is expected to be delivered. Values are 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.

ShipmentSchedule

estimatedDeliveryDateTime?: string

Date on which the shipment is expected to reach the customer delivery location. Values are 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.

ShipmentSchedule

MMNEPVFCICPMFPCPTTAAATR