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

    Customer-specified time preferences for when deliveries should be attempted at the destination address.

    interface PreferredDeliveryTime {
        businessHours?: BusinessHour[];
        exceptionDates?: ExceptionDate[];
    }
    Index
    businessHours?: BusinessHour[]

    Business hours when the business is open for deliveries.

    exceptionDates?: ExceptionDate[]

    Specific dates within the next 30 days when normal business hours do not apply.