Dates when the business is closed or open with a different time window.

Export

ExceptionDates

interface ExceptionDates {
    ExceptionDate?: string;
    IsOpen?: boolean;
    OpenIntervals?: OpenInterval[];
}

Properties

ExceptionDate?: string

Date when the business is closed, in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date format.

Memberof

ExceptionDates

IsOpen?: boolean

Boolean indicating if the business is closed or open on that date.

Memberof

ExceptionDates

OpenIntervals?: OpenInterval[]

Time window during the day when the business is open.

Memberof

ExceptionDates