CheckDirectFulfillmentTransaction
Returns the processing status of the transaction for the specified transactionId, including checking the status of shipment confirmations, monitoring bulk operations for completion, and retrieving error details for failed transactions.
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 | Indicates whether the stored procedure was successfully executed. |
| Status | String | The 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. |