Actions28
- Кампании Actions
- Создание Кампаний Actions
- Управление Кампаниями Actions
- Финансы Actions
- Параметры Кампаний Actions
- Медиа Actions
- Календарь Акций Actions
Overview
This node interacts with the Wildberries (WB) API to retrieve specific campaign parameters. The particular operation "Get Adv Auto Getnmtoadd" fetches details about a campaign by its ID. This is useful for users who want to programmatically access and manage advertising campaign data on the WB platform, such as retrieving campaign settings or metrics for analysis or automation.
Practical examples include:
- Automatically fetching campaign details to update dashboards.
- Integrating campaign data into marketing automation workflows.
- Validating campaign existence or status before performing further actions.
Properties
| Name | Meaning |
|---|---|
| Id | The unique numeric identifier of the campaign to retrieve. This is a required field. |
Output
The node outputs JSON data representing the campaign parameters retrieved from the WB API. The exact structure depends on the API response but typically includes fields describing the campaign's configuration, status, and related metadata.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the WB API.
- The node uses a base URL defined in a bundled Swagger/OpenAPI specification file.
- No additional external dependencies are noted beyond standard HTTP request capabilities.
Troubleshooting
Common issues:
- Providing an invalid or non-existent campaign ID will likely result in an error or empty response.
- Missing or incorrect API authentication credentials can cause authorization failures.
- Network connectivity problems may prevent successful API calls.
Error messages:
- Authorization errors indicate missing or invalid API keys; ensure proper credentials are configured.
- "Not Found" or similar errors suggest the campaign ID does not exist; verify the ID value.
- Timeout or connection errors require checking network access and API availability.
Links and References
- Wildberries API documentation (refer to official WB developer resources for detailed API specs).
- n8n documentation on creating custom nodes and using HTTP request nodes for API integration.