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

    Availability information as per the service context queried.

    interface AppointmentSlotReport {
        appointmentSlots?: AppointmentSlot[];
        endTime?: string;
        schedulingType?: AppointmentSlotReportSchedulingTypeEnum;
        startTime?: string;
    }
    Index

    Properties

    appointmentSlots?: AppointmentSlot[]

    A list of time windows along with associated capacity in which the service can be performed.

    endTime?: string

    End Time up to which the appointment slots are generated in ISO 8601 format.

    Defines the type of slots.

    startTime?: string

    Start Time from which the appointment slots are generated in ISO 8601 format.