CheckDirectFulfillmentTransaction
Returns the status of the transaction indicated by the specified transactionId.
Stored Procedure-Specific Information
To poll the status of an asynchronous operation using the transaction Id returned from a previous API call, enter:
EXEC VendorCentral.CheckDirectFulfillmentTransaction
TransactionId = 'a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d';
Input
| Name | Type | Required | Description |
| TransactionId | String | True | The unique identifier sent in the 'transactionId' field in response to the post request of a specific transaction. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
| Status | String | Current processing status of the transaction. |
| TransactionId | String | The unique identifier sent in the 'transactionId' field in response to the post request of a specific transaction. |
| 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. |