Call any Tekweld ecommerce API endpoint
call_ecommerce_apiCall any endpoint of the Tekweld e-commerce API by specifying path, method, query, body, and headers. Use for endpoints not covered by dedicated tools.
Instructions
Generic passthrough tool for calling other endpoints under https://ecommercetest.tekweld.com/api/v1. Use this to reach endpoints not covered by a dedicated tool. Provide a path relative to the base URL (e.g. '/home/get_banners'), an HTTP method, and optional query params / JSON body / headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body to send (for POST/PUT/PATCH requests) | |
| path | Yes | Path relative to the base URL, e.g. '/home/get_mega_menu' or '/product/list' | |
| query | No | Query string parameters to append to the URL | |
| method | No | HTTP method to use | GET |
| headers | No | Extra headers to send, e.g. an Authorization token |