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

    Interface PreferredDeliveryTime

    The time window when the delivery is preferred.

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

    Properties

    BusinessHours?: BusinessHours[]

    Business hours when the business is open for deliveries.

    ExceptionDates?: ExceptionDates[]

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