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

getInboundOperationStatus

Gets the status of the processing of an asynchronous API call.

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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have 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 36 and 38

Identifier of an asynchronous operation.

Responses

Response body
object
string
required
length between 1 and 1024

The name of the operation in the asynchronous API call.

string
required
length between 36 and 38

The operation ID returned by the asynchronous API call.

operationProblems
array of objects
required

The problems in the processing of the asynchronous operation.

operationProblems*
object
string
required
length between 1 and 256

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

string
length between 0 and 8192

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

string
required
length between 1 and 2048

A message that describes the error condition.

string
required
length between 1 and 1024

The severity of the problem. Possible values: WARNING, ERROR.

string
required

The status of an operation.

SUCCESS FAILED IN_PROGRESS

Show Details
SUCCESSIndicates a request has successfully finished processing.
FAILEDIndicates a request has finished processing but is in a failed state.
IN_PROGRESSIndicates a request is still processing.
Headers
object
string

Unique request reference identifier.

string

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

Language