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 specifically for managing FBS (Fulfillment by Seller) supplies. The "Patch Supplies Deliver By Supplyid" operation allows users to update or modify details of a specific supply delivery identified by its unique Supply Id. This is useful in scenarios where supply information needs correction or updating after initial creation, such as changing delivery dates, quantities, or statuses.
Practical examples include:
- Correcting a delivery date for an existing supply.
- Updating supply details due to changes in shipment plans.
- Adjusting supply metadata without creating a new supply record.
Properties
| Name | Meaning |
|---|---|
| Supply Id | The unique identifier of the supply to be patched. Example: "WB-GI-1234567". |
Output
The node outputs JSON data representing the response from the WB API after attempting to patch the supply. This typically includes updated supply details confirming the changes made or error information if the patch failed.
No binary data output is indicated.
Dependencies
- Requires access to the Wildberries API.
- Needs an API key credential or similar authentication token configured in n8n to authorize requests.
- Uses a base URL and request headers preset for JSON communication with the WB API.
Troubleshooting
Common issues:
- Invalid or missing Supply Id will cause the API call to fail.
- Authentication errors if the API key or token is not set or expired.
- Network or connectivity problems preventing access to the WB API.
- Incorrect or incomplete patch data leading to validation errors.
Error messages:
- "Supply Id is required": Ensure the Supply Id property is provided.
- "Unauthorized" or "Authentication failed": Verify API credentials are correctly configured.
- "Not Found": The specified Supply Id does not exist; check the ID value.
- "Bad Request": The patch data sent is invalid or incomplete; review input parameters.
Links and References
- Wildberries API documentation (official site or developer portal)
- n8n documentation on HTTP Request nodes and API integrations