Actions34
- Сборочные Задания Actions
- Метаданные Actions
- Поставки FBS Actions
- Post Supplies
- Get Supplies
- Patch Supplies Orders By Supplyid By Orderid
- Get Supplies By Supplyid
- Delete Supplies By Supplyid
- Get Supplies Orders By Supplyid
- Patch Supplies Deliver By Supplyid
- Get Supplies Barcode By Supplyid
- Get Supplies Trbx By Supplyid
- Post Supplies Trbx By Supplyid
- Delete Supplies Trbx By Supplyid
- Patch Supplies Trbx By Supplyid By Trbxid
- Delete Supplies Trbx Orders By Supplyid By Trbxid By Orderid
- Post Supplies Trbx Stickers By Supplyid
- Пропуска Actions
- Доставка Курьером WB DBW Actions
Overview
This node interacts with the Wildberries (WB) API to retrieve contact information for warehouses based on a specified warehouse ID. It is useful in scenarios where you need to obtain detailed contact data of a particular seller's warehouse, such as for logistics coordination, customer support, or inventory management.
For example, if you manage multiple warehouses and want to fetch contact details for a specific warehouse to arrange shipments or resolve delivery issues, this node provides a direct way to query that information by supplying the warehouse ID.
Properties
| Name | Meaning |
|---|---|
| Warehouse Id | The unique numeric identifier of the seller's warehouse whose contact information you want to retrieve. |
Output
The node outputs JSON data containing the contact details of the specified warehouse. This typically includes fields such as phone numbers, email addresses, physical address, and possibly other relevant contact information related to the warehouse.
No binary data output is indicated.
Dependencies
- Requires access to the Wildberries API.
- Needs an API key credential configured in n8n to authenticate requests to the WB API.
- The node uses a base URL derived from a bundled OpenAPI specification for the WB API.
Troubleshooting
- Missing or invalid Warehouse Id: Ensure the Warehouse Id property is provided and is a valid number corresponding to an existing warehouse.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions to access warehouse contact data.
- Network or API errors: Check network connectivity and confirm the WB API service is operational.
- Unexpected response structure: If the output JSON does not contain expected fields, verify that the warehouse ID exists and that the API version matches the node’s expectations.
Links and References
- Wildberries API documentation (refer to official WB developer resources)
- n8n documentation on creating and using API credentials