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

    Details about the estimated delivery window.

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

    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.

    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.

    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.