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

    Appointment details for carrier pickup or fulfillment center appointments.

    interface SelfShipAppointmentDetails {
        appointmentId?: number;
        appointmentSlotTime?: AppointmentSlotTime;
        appointmentStatus?: string;
    }
    Index

    Properties

    appointmentId?: number

    Identifier for appointment.

    appointmentSlotTime?: AppointmentSlotTime
    appointmentStatus?: string

    Status of the appointment.