ADO.NET Provider for Amazon Marketplace

Build 26.0.9655

CheckVendorTransactionStatus

Returns the status of the transaction that you specify.

Execute

Below you can find an example query for executing this stored procedure:

EXECUTE CheckVendorTransactionStatus TransactionId = '1b2ba545-d325-4fc6-bdf1-93ff967cb964'

Input

Name Type Required Description
TransactionId String True The GUID provided by Amazon in the 'transactionId' field in response to the post request of a specific transaction.

Result Set Columns

Name Type Description
Success String Boolean indicating whether the stored procedure was successfully executed.
Status String Current processing status of the transaction. Values: Failure, Processing, Success.
FailureCode String An error code that identifies the type of failure that occurred.
FailureMessage String A message that describes the failure condition.
FailureDetails String Additional details that can help understand or fix the issue.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655