Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface PreferredDeliveryTime

    The time window when the delivery is preferred.

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

    Business hours when the business is open for deliveries.

    ExceptionDates?: ExceptionDates[]

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