The response schema for the listHandoverSlots operation.

ListHandoverSlotsResponse

interface ListHandoverSlotsResponse {
    amazonOrderId: string;
    timeSlots: TimeSlot[];
}

Properties

amazonOrderId: string

An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.

ListHandoverSlotsResponse

timeSlots: TimeSlot[]

A list of time slots.

ListHandoverSlotsResponse