The fulfillment center appointment slot for the transportation option.

AppointmentSlot

interface AppointmentSlot {
    slotId: string;
    slotTime: AppointmentSlotTime;
}

Properties

Properties

slotId: string

An identifier to a self-ship appointment slot.

AppointmentSlot

AppointmentSlot