The request schema for the listHandoverSlots operation.

ListHandoverSlotsRequest

interface ListHandoverSlotsRequest {
    amazonOrderId: string;
    marketplaceId: string;
    packageDimensions: Dimensions;
    packageWeight: Weight;
}

Properties

amazonOrderId: string

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

ListHandoverSlotsRequest

marketplaceId: string

A string of up to 255 characters.

ListHandoverSlotsRequest

packageDimensions: Dimensions

ListHandoverSlotsRequest

packageWeight: Weight

ListHandoverSlotsRequest