voog_ecommerce_api_read
Forward GET requests to the Voog Ecommerce v1 API. Query orders, products, settings, and more with optional include and language parameters.
Instructions
Read-only Ecommerce v1 API passthrough. Forward a GET request to https:///admin/api/ecommerce/v1. Supports ?include=... and ?language_code=.... Read-only — MCP hosts may skip the destructive-action confirmation prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name from voog_list_sites | |
| path | Yes | Endpoint path starting with '/', e.g. '/orders', '/products/42', '/settings'. | |
| params | No | Optional query parameters as a flat string-keyed object. |