Actions41
- Склады Продавца Actions
- Остатки На Складах Продавца Actions
- Категории Предметы И Характеристики Actions
- Создание Карточек Товаров Actions
- Карточки Товаров Actions
- Медиафайлы Actions
- Ярлыки Actions
- Цены И Скидки Actions
Overview
This node is designed to upload product pricing and discount data to a marketplace platform (Wildberries). It allows users to send batches of up to 1,000 products with their respective prices and discounts. This is useful for sellers who want to update or manage their product prices and promotional discounts in bulk via an API.
Typical use cases include:
- Automating price updates based on market conditions or inventory changes.
- Applying discounts to multiple products simultaneously during sales campaigns.
- Managing quarantine situations where prices are restricted due to large discount differences.
For example, a seller can upload a JSON array containing product IDs (nmID), new prices, and discount percentages to update the store's catalog efficiently.
Properties
| Name | Meaning |
|---|---|
| Data | A JSON array of products with their pricing information. Each item includes: - nmID: Product identifier.- price: The new price for the product.- discount: Discount percentage applied.Constraints: - Maximum 1,000 products per upload. - Price and discount cannot both be empty. Note: If the new discounted price is at least 3 times lower than the old price, the product will enter a quarantine state and continue selling at the old price until manually resolved. |
Output
The node outputs JSON data reflecting the response from the upload task API. This typically includes status information about the upload, such as success confirmation or error details related to individual products (e.g., quarantine warnings).
No binary data output is expected.
Dependencies
- Requires an API key credential for authenticating with the Wildberries API.
- The node uses HTTP requests with JSON payloads to communicate with the Wildberries backend.
- Proper configuration of the API base URL and headers is handled internally.
Troubleshooting
Issue: Upload fails or returns errors about invalid data.
- Cause: The input JSON may have missing prices and discounts or exceed the 1,000 product limit.
- Resolution: Ensure each product entry has either a price or discount specified and that the total number of products does not exceed 1,000.
Issue: Products enter quarantine unexpectedly.
- Cause: New discounted price is more than three times lower than the previous price.
- Resolution: Adjust the price or discount to avoid triggering quarantine, or manually release products from quarantine via the seller dashboard.
Issue: Authentication errors.
- Cause: Missing or invalid API credentials.
- Resolution: Verify that the API key credential is correctly configured in n8n.