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

    A time window along with associated capacity in which the service can be performed.

    interface AppointmentSlot {
        capacity?: number;
        endTime?: string;
        startTime?: string;
    }
    Index

    Properties

    capacity?: number

    Number of resources for which a slot can be reserved.

    endTime?: string

    Time window end time in ISO 8601 format.

    startTime?: string

    Time window start time in ISO 8601 format.