WbReports icon

WbReports

n8n node to interact with WB API

Actions26

Overview

This node interacts with a warehouse reporting API to retrieve the status of tasks related to warehouse remains by their Task Id. It is useful in scenarios where users need to track or monitor the progress and results of specific warehouse inventory tasks, such as stock level reports or inventory audits. For example, a logistics manager could use this node to check if a particular stock report generation task has completed successfully or if it is still in progress.

Properties

Name Meaning
Task Id The unique identifier of the warehouse remains generation task whose status is being queried.

Output

The node outputs JSON data representing the status and details of the specified warehouse remains task. This typically includes information such as the current state of the task (e.g., pending, completed, failed), timestamps, and possibly result data or error messages related to the task execution. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authenticating with the warehouse reporting API.
  • The node uses a base URL configured from an imported OpenAPI specification.
  • No other external dependencies are indicated.

Troubleshooting

  • Common issues:

    • Invalid or missing Task Id will likely cause the API request to fail or return an error.
    • Authentication failures due to incorrect or missing API credentials.
    • Network connectivity problems when reaching the warehouse reporting API endpoint.
  • Error messages:

    • Errors related to authorization usually indicate invalid or expired API keys; re-authenticate or update credentials.
    • "Task not found" errors suggest the provided Task Id does not exist or is mistyped; verify the Task Id.
    • Timeout or connection errors imply network issues; check internet connectivity and API availability.

Links and References

  • No direct links were provided in the source code.
  • Users should refer to the warehouse reporting API documentation for detailed information on task statuses and expected responses.

Discussion