HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

listHandoverSlots

Returns time slots available for Easy Ship orders to be scheduled based on the package weight and dimensions that the seller specifies.

This operation is available for scheduled and unscheduled orders based on marketplace support. See Get Time Slots in the Marketplace Support Table.

This operation can return time slots that have either pickup or drop-off handover methods - see Supported Handover Methods in the Marketplace Support Table.

Usage Plan:

Rate (requests per second)Burst
15

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Body Params

The request schema for the listHandoverSlots operation.

string
required
length between 1 and 255

A string of up to 255 characters.

string
required

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

packageDimensions
object
required

The dimensions of the scheduled package.

packageWeight
object
required

The weight of the scheduled package

Responses

Response body
object
string
required

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

timeSlots
array of objects
required
length between 1 and 500

A list of time slots.

timeSlots*
object
string
required
length between 1 and 255

A string of up to 255 characters.

date-time

A datetime value in ISO 8601 format.

date-time

A datetime value in ISO 8601 format.

string

Identifies the method by which a seller will hand a package over to Amazon Logistics.

Pickup Dropoff

Show Details
PickupAn Amazon Logistics carrier will pickup the package(s) from the seller's pickup address.
DropoffSeller will need to drop off the package(s) to a designated location.
Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language