Actions26
- Основные Отчёты Actions
- Отчёт Об Остатках На Складах Actions
- Отчёт О Товарах C Обязательной Маркировкой Actions
- Отчёты Об Удержаниях Actions
- Платная Приёмка Actions
- Платное Хранение Actions
- Продажи По Регионам Actions
- Доля Бренда В Продажах Actions
- Скрытые Товары Actions
- Отчёт О Возвратах И Перемещении Товаров Actions
- Динамика Оборачиваемости Actions
Overview
This node interacts with a marketplace API to retrieve analytics data specifically about banned or shadowed products under the resource "Скрытые Товары" (Hidden Products). The operation "Get Analytics Banned Products Shadowed" fetches a list of such products, allowing users to analyze which items have been restricted or hidden on the platform.
Typical use cases include:
- Monitoring product compliance and visibility issues.
- Analyzing trends in banned or shadowed products by sorting and ordering results.
- Integrating this data into reports or dashboards for marketplace sellers or analysts.
For example, a seller might use this node to get a sorted list of their banned products by rating or brand to prioritize resolving issues.
Properties
| Name | Meaning |
|---|---|
| Sort | Sorting criteria for the returned products. Options: brand (by brand), nmId (by marketplace article ID), title (by product name), vendorCode (by vendor article code), nmRating (by product rating). Default is title. |
| Order | Order direction of the sorting. Options: desc (descending - from highest to lowest or last alphabetically to first), asc (ascending - from lowest to highest or first alphabetically to last). Default is desc. |
Output
The node outputs JSON data containing the list of banned or shadowed products according to the specified sorting and ordering parameters. Each item in the output likely includes details such as brand, article IDs, product title, vendor code, and rating, reflecting the chosen sort field.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the marketplace API.
- Depends on the external marketplace API endpoint that provides analytics on banned/shadowed products.
- The node uses a base URL configured from an imported OpenAPI specification.
- No additional environment variables are explicitly required beyond standard API authentication.
Troubleshooting
Common Issues:
- Invalid or missing API credentials will cause authentication failures.
- Incorrect property values for
SortorOrdermay result in API errors or unexpected output. - Network connectivity problems can prevent data retrieval.
Error Messages:
- Authentication errors typically indicate invalid or expired API keys; renewing or reconfiguring credentials resolves this.
- Validation errors on query parameters suggest checking the allowed options for
SortandOrder. - Timeout or connection errors require verifying network access to the API endpoint.
Links and References
- Marketplace API documentation (not provided here) for detailed descriptions of banned/shadowed product analytics endpoints.
- n8n documentation on creating and configuring API nodes for further customization.