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

getSelfShipAppointmentSlots

Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following marketplaces: MX, BR, EG, SA, AE, IN.

Usage Plan:

Rate (requests per second)Burst
26

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, refer to Usage Plans and Rate Limits in the Selling Partner API.

Path Params
string
required
length between 38 and 38

Identifier of an inbound plan.

string
required
length between 38 and 38

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

Query Params
integer
1 to 100
Defaults to 10

The number of self ship appointment slots to return in the response matching the given query.

string
length between 0 and 1024

A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the pagination returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.

Responses

Response body
object
pagination
object

Contains tokens to fetch from a certain page.

string
length between 1 and 1024

When present, pass this string token in the next request to return the next response page.

selfShipAppointmentSlotsAvailability
object
required

The self ship appointment time slots availability and an expiration date for which the slots can be scheduled.

date-time

The time at which the self ship appointment slot expires. In ISO 8601 datetime format.

slots
array of objects

A list of appointment slots.

slots
object
string
required
length between 38 and 38

An identifier to a self-ship appointment slot.

slotTime
object
required

An appointment slot time with start and end.

Headers
object
string

Unique request reference identifier.

string

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

Language