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

getRangeSlotCapacity

Provides capacity slots in a format similar to availability records.

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 Identifier.

Query Params
marketplaceIds
array of strings
required
length ≤ 1

An identifier for the marketplace in which the resource operates.

marketplaceIds*
string

Next page token returned in the response of your previous request.

Body Params

Request body.

capacityTypes
array of strings

An array of capacity types which are being requested. Default value is [SCHEDULED_CAPACITY].

Show Details
SCHEDULED_CAPACITYThis capacity represents the originally allocated capacity as per resource schedule.
AVAILABLE_CAPACITYThis capacity represents the capacity available for allocation to reservations.
ENCUMBERED_CAPACITYThis capacity represents the capacity allocated for Amazon Jobs/Appointments/Orders.
RESERVED_CAPACITYThis capacity represents the capacity made unavailable due to events like Breaks/Leaves/Lunch.
capacityTypes
date-time
required

Start date time from which the capacity slots are being requested in ISO 8601 format.

date-time
required

End date time up to which the capacity slots are being requested in ISO 8601 format.

Responses

Response body
object
string

Resource Identifier.

capacities
array of objects

Array of range capacities where each entry is for a specific capacity type.

capacities
object
string

Type of capacity

SCHEDULED_CAPACITY AVAILABLE_CAPACITY ENCUMBERED_CAPACITY RESERVED_CAPACITY

Show Details
SCHEDULED_CAPACITYThis capacity represents the originally allocated capacity as per resource schedule.
AVAILABLE_CAPACITYThis capacity represents the capacity available for allocation to reservations.
ENCUMBERED_CAPACITYThis capacity represents the capacity allocated for Amazon Jobs/Appointments/Orders.
RESERVED_CAPACITYThis capacity represents the capacity made unavailable due to events like Breaks/Leaves/Lunch.
slots
array of objects

Array of capacity slots in range slot format.

slots
object
date-time

Start date time of slot in ISO 8601 format with precision of seconds.

date-time

End date time of slot in ISO 8601 format with precision of seconds.

int32

Capacity of the slot.

string

Next page token, if there are more pages.

Headers
object
string

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

string

Unique request reference identifier.

Language