wb_call_method
Execute any read-only Wildberries API operation by its catalog ID. Pass path, query, or body parameters to retrieve data without changing it.
Instructions
Execute one READ endpoint from the catalog by operation_id.
Target API: https://dev.wildberries.ru/en/openapi/api-information.
Reads only: nothing here changes data, so it runs without confirmation. To change data use wb_write_method, to delete use wb_delete_method.
Args: operation_id: id from the catalog (see wb_search_methods). path_values: values for {placeholders} in the path. query: query-string parameters. body: JSON request body (a few read endpoints take one). Returns JSON: {"ok": true, "status", "data"} or the error envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| query | No | ||
| path_values | No | ||
| operation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |