Actions18
- Member Management Actions
- Order Management Actions
- Customer Management Actions
- Master Data Management Actions
- Points Management Actions
Overview
This node integrates with the SocialHub system API to query transaction details by transaction number within the Order Management resource. It is useful for retrieving detailed information about a specific customer transaction, such as order status, amounts, and product details, which can be used for order tracking, customer service, or financial reconciliation.
Use Case Examples
- Query transaction details by providing a transaction number to get comprehensive information about that transaction.
- Use in workflows to fetch order details for customer support or reporting.
Properties
| Name | Meaning |
|---|---|
| Transaction Number | The unique identifier of the transaction to query details for. |
Output
JSON
data- The detailed transaction information returned from the SocialHub API, including order status, amounts, and product details.
Dependencies
- Requires an API key credential for SocialHub API authentication.
Troubleshooting
- Ensure the transaction number provided is correct and exists in the system to avoid errors.
- If the API returns an error, check the API key credentials and network connectivity.
- The node throws an error if the operation or resource is unsupported; verify the resource is 'order' and operation is 'getTransactionDetail'.
Links
- SocialHub API - Query Transaction Details - Official API documentation for querying transaction details in the SocialHub system.