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

    An appointment slot time with start and end.

    interface AppointmentSlotTime {
        endTime: string;
        startTime: string;
    }
    Index

    Properties

    Properties

    endTime: string

    The end timestamp of the appointment in UTC.

    startTime: string

    The start timestamp of the appointment in UTC.