wb_execute
Execute any Wildberries API action by specifying its action ID and parameters. Use with wb_search results to automate order management, product updates, and more.
Instructions
Execute a Wildberries API action by ID.
Use wb_search first to find the action ID and its parameter schema.
Args: action: action ID from wb_search results (e.g. "wb_fbs_order_cancel") params_json: JSON object with action parameters matching the schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| params_json | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |