The time window when the delivery is preferred.

PreferredDeliveryTime

interface PreferredDeliveryTime {
    BusinessHours?: BusinessHours[];
    ExceptionDates?: ExceptionDates[];
}

Properties

BusinessHours?: BusinessHours[]

Business hours when the business is open for deliveries.

PreferredDeliveryTime

ExceptionDates?: ExceptionDates[]

Dates when the business is closed during the next 30 days.

PreferredDeliveryTime