Actions41
- Склады Продавца Actions
- Остатки На Складах Продавца Actions
- Категории Предметы И Характеристики Actions
- Создание Карточек Товаров Actions
- Карточки Товаров Actions
- Медиафайлы Actions
- Ярлыки Actions
- Цены И Скидки Actions
Overview
This node interacts with the Wildberries (WB) API, specifically targeting the resource "Цены И Скидки" (Prices and Discounts) to retrieve buffer tasks. The operation "Get Buffer Tasks" fetches information related to upload buffer tasks by their unique upload ID. This is useful for monitoring or managing batch uploads or updates of pricing and discount data on the WB platform.
Practical examples include:
- Checking the status or details of a specific price or discount upload batch.
- Automating workflows that depend on confirming the completion or results of an upload task.
Properties
| Name | Meaning |
|---|---|
| Upload ID | The unique identifier of the upload batch whose buffer tasks you want to retrieve. It is a required numeric value. |
Output
The node outputs JSON data representing the buffer tasks associated with the specified upload ID. The structure typically includes details about each task in the upload buffer, such as status, timestamps, and possibly error messages or processing results.
No binary data output is indicated.
Dependencies
- Requires access to the Wildberries API.
- Needs an API key or authentication token configured in n8n credentials to authorize requests to the WB API.
- The base URL and request headers are preconfigured based on the bundled OpenAPI specification.
Troubleshooting
Common issues:
- Invalid or missing Upload ID will cause the API call to fail or return no data.
- Authentication errors if the API key or token is not set up correctly.
- Network or connectivity problems when reaching the WB API endpoint.
Error messages:
- Unauthorized or 401 errors indicate missing or invalid API credentials.
- 404 or "not found" errors may mean the Upload ID does not exist or is incorrect.
- Timeout or connection errors suggest network issues or API downtime.
To resolve these:
- Verify the Upload ID is correct and exists.
- Ensure API credentials are properly configured in n8n.
- Check network connectivity and WB API status.
Links and References
- Wildberries API documentation (official site, if available)
- n8n documentation on creating and configuring API nodes
- OpenAPI specification used internally for this node (not publicly linked here)