run_function
Execute deployed HTTP functions on your storefront by specifying the function name, HTTP method, and optional parameters.
Instructions
Run a deployed HTTP function. function_name excludes method prefix. Example: "get_Products" → function_name="Products", method="GET"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | HTTP method | POST |
| params | No | Parameters | |
| function_name | Yes | Function name without method prefix (e.g. 'Products') |