Actions26
- Основные Отчёты Actions
- Отчёт Об Остатках На Складах Actions
- Отчёт О Товарах C Обязательной Маркировкой Actions
- Отчёты Об Удержаниях Actions
- Платная Приёмка Actions
- Платное Хранение Actions
- Продажи По Регионам Actions
- Доля Бренда В Продажах Actions
- Скрытые Товары Actions
- Отчёт О Возвратах И Перемещении Товаров Actions
- Динамика Оборачиваемости Actions
Overview
This node fetches a detailed report on warehouse stock remains from a specified API. It is designed to retrieve inventory data grouped and filtered by various criteria such as brand, subject, seller article, barcode, size, and more. This node is useful for businesses or analysts who need to monitor stock levels across warehouses, analyze inventory distribution, or generate reports for supply chain management.
Practical examples include:
- Generating a report of all products in stock grouped by brand and size.
- Filtering the report to only include items with photos or those exceeding a certain volume.
- Obtaining localized names for subjects and warehouses in Russian, English, or Chinese.
Properties
| Name | Meaning |
|---|---|
| Locale | Language of response fields subjectName and warehouseName. Options: ru (Russian), en (English), zh (Chinese). Warehouse names are always in English. |
| Group By Brand | Whether to group the report results by product brands (true or false). |
| Group By Subject | Whether to group the report results by product subjects/items (true or false). |
| Group By Sa | Whether to group the report results by seller articles (true or false). |
| Group By Nm | Whether to group the report results by WB articles (true or false). If true, the response includes a volume field. |
| Group By Barcode | Whether to group the report results by barcodes (true or false). |
| Group By Size | Whether to group the report results by product sizes (true or false). |
| Filter Pics | Filter by photo availability: -1 = without photo, 0 = no filter, 1 = with photo. |
| Filter Volume | Filter by volume: -1 = without dimensions, 0 = no filter, 3 = volume greater than three liters. |
Output
The node outputs JSON data representing the warehouse remains report structured according to the grouping and filtering options selected. The output contains aggregated inventory information such as quantities and possibly volume (if grouped by WB articles). Each item in the output corresponds to a grouped set of products based on the chosen criteria.
If grouping by WB articles is enabled, the output includes a volume field indicating the volume of the grouped items.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the external warehouse reporting API.
- The node uses a base URL and OpenAPI specification bundled internally.
- No additional environment variables are explicitly required beyond standard API authentication setup.
Troubleshooting
Common issues:
- Incorrect or missing API credentials will cause authentication failures.
- Invalid values for filters or grouping properties may result in empty or malformed responses.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authentication errors typically indicate invalid or missing API keys; verify credentials.
- Validation errors may occur if property values are out of expected ranges; ensure correct input types and values.
- Timeout or network errors suggest connectivity issues; check internet access and API endpoint availability.
Links and References
- No direct external links provided in the source code.
- For further details, consult the API documentation corresponding to the warehouse reporting service used by this node.