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

    Special dates when normal business hours are modified or suspended, requiring different delivery scheduling.

    interface ExceptionDate {
        exceptionDate?: string;
        exceptionDateType?: ExceptionDateExceptionDateTypeEnum;
        timeWindows?: TimeWindow[];
    }
    Index

    Properties

    exceptionDate?: string

    Specific calendar date when normal operating hours do not apply. In ISO 8601 format at day granularity.

    Operational status of the business on the specified exception date.

    timeWindows?: TimeWindow[]

    Alternative operating hours that apply specifically to this exception date.