Actions11
Overview
This node interacts with the Zid API to retrieve order data. Specifically, the 'Order - Get All' operation fetches a list of orders from the Zid platform, with the ability to limit the number of results returned. This is useful for workflows that need to process or analyze multiple orders at once, such as generating reports, syncing order data to other systems, or monitoring recent sales activity.
Use Case Examples
- Retrieve the latest 50 orders to update a sales dashboard.
- Fetch all orders up to a specified limit for batch processing or export.
- Integrate with other systems by pulling order data regularly.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of order results to return, with a minimum of 1 and a maximum of 100. |
Output
JSON
json- Contains the order data returned from the Zid API. This is an array of order objects when multiple orders are returned.
Dependencies
- Requires OAuth2 credentials for Zid API access, including access token and authorization token.
Troubleshooting
- Error 'No credentials found!' indicates missing or improperly configured OAuth2 credentials; ensure credentials are set up correctly.
- Error 'Missing required tokens' means the OAuth2 tokens are not present; re-authenticate to obtain valid tokens.
- Unknown operation errors occur if an unsupported operation is specified; verify the operation parameter is set to 'getAll' for this use case.