alibaba_raw_call
Invoke any granted Alibaba API by method name for testing or verification. Supports write APIs and optional authorization bypass for public endpoints.
Instructions
Call any granted API by method name (e.g. alibaba.icbu.product.get).
Escape hatch for testing/verifying methods. It can invoke write APIs, so it is
not read-only. Set authorized=False for system/public APIs that need no token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| params | No | ||
| authorized | No | ||
| account_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| response | No | ||
| error_type | No |