Actions41
- Склады Продавца Actions
- Остатки На Складах Продавца Actions
- Категории Предметы И Характеристики Actions
- Создание Карточек Товаров Actions
- Карточки Товаров Actions
- Медиафайлы Actions
- Ярлыки Actions
- Цены И Скидки Actions
Overview
This node interacts with the Wildberries (WB) API specifically for managing product cards. The "Post Cards Recover" operation allows users to recover or restore product cards on the WB platform by sending a list of product article numbers (Артикул WB). This is useful in scenarios where product cards have been deleted or need to be reinstated, enabling sellers to quickly recover multiple products in bulk.
Practical example: A seller who accidentally removed several product listings can use this node to recover those listings by providing their article IDs, streamlining inventory management and reducing manual effort.
Properties
| Name | Meaning |
|---|---|
| Nm I Ds | List of Wildberries article IDs (Артикул WB) to recover. Accepts up to 1000 IDs in JSON format. |
Output
The node outputs JSON data returned from the WB API after attempting to recover the specified product cards. This typically includes status information about each recovery request, such as success or failure messages per article ID.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Wildberries API.
- The node uses a base URL configured from an OpenAPI specification related to WB products.
- Proper network access to the WB API endpoints is necessary.
Troubleshooting
- Invalid or missing article IDs: Ensure that the
Nm I Dsproperty contains valid JSON array of article IDs, with no more than 1000 entries. - Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- API rate limits or downtime: If requests fail repeatedly, check WB API status and consider implementing retry logic or delays.
- Malformed JSON input: The
Nm I Dsfield expects valid JSON; invalid formatting will cause errors.
Links and References
- Wildberries API documentation (official site)
- n8n documentation on creating custom nodes and using credentials