Actions19
- Статистика По Продвижению Actions
- Воронка Продаж Actions
- Поисковые Запросы Actions
- История Остатков Actions
- Аналитика Продавца CSV Actions
Overview
This node interacts with the Wildberries (WB) API to retry downloading a specific report related to seller analytics in CSV format. The operation "Post Nm Report Downloads Retry" triggers a retry request for a previously initiated report download by specifying its unique Download ID. This is useful when a report download has failed or timed out, allowing users to programmatically request the system to attempt the download again without manually repeating the process.
Practical examples include:
- Automating the retrieval of sales analytics reports after a failure.
- Integrating report download retries into larger workflows that monitor and manage data extraction from WB analytics.
- Ensuring reliable data acquisition by handling transient errors in report generation or delivery.
Properties
| Name | Meaning |
|---|---|
| Download Id | The unique identifier (ID) of the report to retry downloading. |
Output
The node outputs JSON data representing the response from the WB API regarding the retry request status. This typically includes confirmation that the retry was accepted or details about the current state of the report download process. There is no indication that binary data is returned by this operation.
Dependencies
- Requires an API key credential for authenticating requests to the WB API.
- Depends on the WB API endpoint for analytics report downloads.
- The node uses a base URL configured from a bundled OpenAPI specification.
- Requires proper network access to the WB API service.
Troubleshooting
Common issues:
- Invalid or expired Download Id leading to errors or no action.
- Network connectivity problems preventing communication with the WB API.
- Missing or incorrect API authentication credentials causing authorization failures.
Error messages and resolutions:
- "Report not found": Verify the Download Id is correct and corresponds to an existing report.
- "Unauthorized" or "Authentication failed": Check that the API key credential is valid and properly configured.
- Timeouts or connection errors: Ensure stable internet connection and that the WB API service is reachable.
Links and References
- Wildberries API documentation (general reference for analytics endpoints)
- n8n documentation on creating custom nodes and using API credentials