Actions41
- Склады Продавца Actions
- Остатки На Складах Продавца Actions
- Категории Предметы И Характеристики Actions
- Создание Карточек Товаров Actions
- Карточки Товаров Actions
- Медиафайлы Actions
- Ярлыки Actions
- Цены И Скидки Actions
Overview
This node allows users to create (post) new warehouses for a seller on the Wildberries platform. It is useful in scenarios where sellers need to programmatically add warehouse information, such as when expanding storage locations or managing inventory distribution. For example, a seller automating their supply chain can use this node to register new warehouses by specifying their name and associated office ID.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the seller's warehouse (e.g., "Склад Коледино") |
| Office Id | The numeric ID of the Wildberries warehouse office (e.g., 15) |
Output
The node outputs JSON data representing the response from the Wildberries API after attempting to create the warehouse. This typically includes confirmation details about the newly created warehouse or error information if the creation failed. There is no indication that binary data is outputted by this node.
Dependencies
- Requires an API key credential to authenticate requests to the Wildberries API.
- The node uses a base URL configured from an OpenAPI specification related to Wildberries products.
- Proper network access to the Wildberries API endpoint is necessary.
Troubleshooting
- Missing required properties: Ensure both "Name" and "Office Id" are provided; otherwise, the API call will fail.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Invalid Office Id: Confirm that the office ID corresponds to a valid Wildberries warehouse office.
- API connectivity issues: Check network connectivity and Wildberries API status.
- Error responses from API: Review the JSON output for error messages returned by the API to diagnose issues.
Links and References
- Wildberries API documentation (official site, if available)
- n8n documentation on creating custom nodes and using API credentials