WbDbs icon

WbDbs

n8n node to interact with WB API

Overview

This node interacts with the Wildberries (WB) API specifically for managing "Сборочные Задания DBS" (Assembly Tasks DBS). The operation "Patch Dbs Orders Confirm By Orderid" allows users to confirm or update the status of a specific assembly order by its unique Order Id. This is useful in workflows where automated confirmation or status updates of assembly orders are required, such as after quality checks or packing completion.

Practical examples include:

  • Automatically confirming an assembly order once all items have been packed.
  • Updating the order status in WB system based on external triggers or validations.
  • Integrating with warehouse management systems to synchronize order confirmations.

Properties

Name Meaning
Order Id ID of the assembly task to patch (confirm/update)

The property expects a numeric value representing the unique identifier of the assembly order.

Output

The node outputs JSON data reflecting the response from the WB API after attempting to patch (confirm) the specified assembly order. This typically includes confirmation status, updated order details, or error messages if the operation failed.

No binary data output is indicated.

Dependencies

  • Requires access to the Wildberries API endpoint related to DBS orders.
  • Needs an API key or authentication token configured in n8n credentials to authorize requests.
  • Uses a base URL and request headers preset from the imported OpenAPI specification.

Troubleshooting

  • Common issues:

    • Invalid or missing Order Id will cause the API call to fail.
    • Authentication errors if the API key/token is not set or expired.
    • Network or connectivity issues preventing communication with the WB API.
  • Error messages:

    • "Unauthorized" or similar indicates missing/invalid credentials; verify API key setup.
    • "Order not found" suggests the provided Order Id does not exist; double-check the input.
    • Timeout or network errors require checking internet connection or API availability.

Links and References

Discussion