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

getTransactionStatus

Returns the status of the transaction indicated by the specified transactionId.

Usage Plan:

Rate (requests per second)Burst
1010

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 then those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Path Params
string
required

Previously returned in the response to the POST request of a specific transaction.

Responses

Response body
object
transactionStatus
object

The transaction status details.

string
required

The unique identifier sent in the 'transactionId' field in response to the post request of a specific transaction.

string
required

Current processing status of the transaction.

Failure Processing Success

Show Details
FailureTransaction has failed.
ProcessingTransaction is in process.
SuccessTransaction has completed successfully.
errors
object

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

Headers
object
string

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

string

Unique request reference identifier.

Language