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

    The self ship appointment time slots availability and an expiration date for which the slots can be scheduled.

    interface SelfShipAppointmentSlotsAvailability {
        expiresAt?: string;
        slots?: AppointmentSlot[];
    }
    Index

    Properties

    Properties

    expiresAt?: string

    The time at which the self ship appointment slot expires. In ISO 8601 datetime format.

    slots?: AppointmentSlot[]

    A list of appointment slots.