Actions2
- Поставки Actions
Overview
This node interacts with the Wildberries (WB) API to retrieve acceptance coefficients related to supplies ("Поставки"). Specifically, the "Get Acceptance Coefficients" operation fetches data about acceptance rates or coefficients for warehouses. This can be useful for supply chain managers or logistics teams who want to monitor warehouse performance or acceptance metrics.
Practical examples include:
- Fetching acceptance coefficients for specific warehouses to analyze their efficiency.
- Monitoring acceptance trends across multiple warehouses by specifying their IDs.
- Integrating acceptance data into dashboards or reports for operational insights.
Properties
| Name | Meaning |
|---|---|
| Warehouse I Ds | Comma-separated list of warehouse IDs to filter the acceptance coefficients. Defaults to all warehouses if not specified. Example: "507,117501". |
Output
The node outputs JSON data containing acceptance coefficient information for the specified warehouses. The exact structure depends on the WB API response but generally includes fields such as warehouse identifiers and their corresponding acceptance coefficients.
If binary data is returned by the API (not indicated here), it would typically represent files or documents related to acceptance data, but this node primarily deals with JSON responses.
Dependencies
- Requires an API key credential for authenticating with the Wildberries API.
- The node uses a base URL configured from a bundled OpenAPI specification.
- No additional external dependencies beyond standard HTTP requests and the provided API credentials.
Troubleshooting
Common issues:
- Invalid or missing warehouse IDs may result in empty or error responses.
- Authentication failures due to incorrect or expired API keys.
- Network connectivity problems when reaching the WB API endpoint.
Error messages:
- Authorization errors: Check that the API key credential is correctly set up and valid.
- Validation errors: Ensure warehouse IDs are formatted correctly as comma-separated strings.
- Timeout or network errors: Verify internet connection and API availability.
Links and References
- Wildberries API documentation (refer to official WB API docs for detailed endpoints and parameters).
- n8n documentation on creating and using custom nodes with API credentials.