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 manage various resources such as contacts, transactions, subscriptions, affiliations, checkouts, countries, coupons, products, users, and webhooks. Specifically, for the Checkout resource with the Get All operation, it retrieves a list of all checkout records from the Guru Digital Manager system.
This operation is useful when you want to fetch multiple checkout entries for reporting, synchronization, or further processing within an n8n workflow. For example, you might use this node to pull all recent checkouts to analyze sales trends or to trigger follow-up actions based on checkout data.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all checkout results or only up to a specified limit. |
| Limit | The maximum number of checkout results to return if "Return All" is set to false (1-100). |
Output
The node outputs an array of JSON objects representing checkout records retrieved from the Guru Digital Manager API. Each object corresponds to a single checkout entry and contains fields as defined by the API's checkout resource schema.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Guru Digital Manager API.
- The base URL for the API defaults to
https://digitalmanager.guru/api/v2but can be customized in credentials. - The node uses HTTP requests with Bearer token authentication to communicate with the API.
Troubleshooting
- Missing Credentials Error: If no API credentials are provided, the node will throw an error indicating that credentials are required.
- API Request Failures: Network issues, invalid tokens, or incorrect base URLs can cause request failures. Verify your API token and base URL configuration.
- Limit Exceeded: When not returning all results, ensure the limit is between 1 and 100; otherwise, the API may reject the request.
- Empty Results: If no checkouts are returned, verify that there are existing checkout records in the Guru Digital Manager account and that any filters applied (if extended) are correct.
Links and References
- Guru Digital Manager API Documentation (for detailed API endpoints and data schemas)
