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

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

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

    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.

    IsOpen?: boolean

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

    OpenIntervals?: OpenInterval[]

    Time window during the day when the business is open.