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

    Business days and hours when the destination is open for deliveries.

    interface BusinessHours {
        DayOfWeek?: BusinessHoursDayOfWeekEnum;
        OpenIntervals?: OpenInterval[];
    }
    Index

    Properties

    Day of the week.

    OpenIntervals?: OpenInterval[]

    Time window during the day when the business is open.