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

updateReservation

Update a reservation.

Usage Plan:

Rate (requests per second)Burst
520

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.

Path Params
string
required
length between 1 and 100

Reservation Identifier

Query Params
marketplaceIds
array of strings
required
length ≤ 1

An identifier for the marketplace in which the resource operates.

marketplaceIds*
Body Params

Reservation details

string
required

Resource (store) identifier.

reservation
object
required

Reservation object reduces the capacity of a resource.

Responses

Response body
object
payload
object

UpdateReservationRecord entity contains the Reservation if there is an error/warning while performing the requested operation on it, otherwise it will contain the new reservationId.

reservation
object

Reservation object reduces the capacity of a resource.

warnings
array of objects

A list of warnings returned in the sucessful execution response of an API request.

warnings
object
string
required

An warning code that identifies the type of warning that occurred.

string
required

A message that describes the warning condition in a human-readable form.

string

Additional details that can help the caller understand or address the warning.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

string

The type of error.

ERROR WARNING

Show Details
ERRORError
WARNINGWarning
errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

string

The type of error.

ERROR WARNING

Show Details
ERRORError
WARNINGWarning
Headers
object
string

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

string

Unique request reference identifier.

Language