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

updateSchedule

Update the schedule of the given resource.

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

Resource (store) Identifier

Query Params
marketplaceIds
array of strings
required
length ≤ 1

An identifier for the marketplace in which the resource operates.

marketplaceIds*
Body Params

Schedule details

schedules
array of objects
required

List of AvailabilityRecords to represent the capacity of a resource over a time range.

schedules*
Responses

Response body
object
payload
array of objects

Contains the UpdateScheduleRecords for which the error/warning has occurred.

payload
object
availability
object

AvailabilityRecord to represent the capacity of a resource over a time range.

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