Actions39
- Contact Actions
- Transaction Actions
- Subscription Actions
- Affiliation Actions
- Checkout Actions
- Country Actions
- Coupon Actions
- Product Actions
- User Actions
- Webhook Actions
Overview
This node integrates with the Guru Digital Manager API to perform various operations on multiple resources, including checkouts. Specifically, the Checkout - Get operation retrieves detailed information about a single checkout by its unique ID.
Use cases for this node include:
- Fetching details of a specific checkout transaction in your e-commerce or subscription system.
- Automating workflows that require validation or processing of checkout data.
- Integrating checkout data retrieval into larger automation pipelines for reporting or customer service.
For example, you might use this node to get the status and details of a customer's checkout process to trigger follow-up actions or update records in other systems.
Properties
| Name | Meaning |
|---|---|
| Checkout ID | The unique identifier of the checkout to retrieve. This is required to specify which checkout record to fetch from the API. |
Output
The node outputs the JSON response returned by the Guru Digital Manager API for the requested checkout. This typically includes all available fields related to the checkout, such as product details, contact info, quantity, status, timestamps, and any other metadata provided by the API.
The output is an array of JSON objects (usually a single object for the "get" operation), accessible via the json property in subsequent nodes.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for Guru Digital Manager with appropriate permissions.
- The node uses the base URL configured in the credentials or defaults to
https://digitalmanager.guru/api/v2. - Network access to the Guru Digital Manager API endpoint is necessary.
Troubleshooting
- Missing Credentials Error: If the API key credential is not set or invalid, the node will throw an error indicating credentials are required.
- Invalid Checkout ID: Providing a non-existent or malformed checkout ID will result in an API error. Verify the ID is correct.
- API Endpoint Issues: If the base URL is incorrect or the API is unreachable, requests will fail. Check network connectivity and credential configuration.
- HTTP Errors: The node throws errors if the API returns HTTP errors (e.g., 404 Not Found if the checkout does not exist). Review the error message for guidance.
- Continue On Fail: If enabled, the node will continue processing remaining items even if one fails, returning error messages in the output.
Links and References
- Guru Digital Manager API Documentation: https://docs.digitalmanager.guru/developers/checkouts
- n8n Documentation: https://docs.n8n.io/nodes/creating-nodes/
