The time window when the delivery is preferred.

Export

PreferredDeliveryTime

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

Properties

BusinessHours?: BusinessHours[]

Business hours when the business is open for deliveries.

Memberof

PreferredDeliveryTime

ExceptionDates?: ExceptionDates[]

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

Memberof

PreferredDeliveryTime