Actions16
- Сборочные Задания DBS Actions
- Метаданные DBS Actions
Overview
This node interacts with the Wildberries (WB) API specifically for managing "Сборочные Задания DBS" (Assembly Tasks DBS). The operation "Patch Dbs Orders Deliver By Orderid" allows updating or patching delivery information of a DBS order by specifying its unique Order Id. This is useful in scenarios where you need to modify delivery details of an existing assembly task order programmatically within an n8n workflow.
Practical examples include:
- Updating delivery status or details after receiving new information.
- Correcting delivery data for orders that were initially created with errors.
- Automating updates to DBS orders based on external triggers or events.
Properties
| Name | Meaning |
|---|---|
| Order Id | ID of the assembly task order to be patched (number). |
Output
The node outputs JSON data representing the response from the WB API after attempting to patch the specified DBS order. This typically includes confirmation of the update, updated order details, or error messages 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 defaults derived from a Swagger/OpenAPI specification bundled with the node.
Troubleshooting
Common issues:
- Invalid or missing Order Id will cause the API call to fail.
- Authentication errors if the API key or credentials are not properly set.
- Network or connectivity issues preventing communication with the WB API.
Error messages:
- Errors returned from the WB API will be passed through; these might indicate invalid parameters or unauthorized access.
- Ensure the Order Id exists and is correct.
- Verify API credentials and permissions.
Links and References
- Wildberries API documentation (refer to official WB API docs for DBS orders).
- n8n documentation on creating and using custom nodes with API integrations.