voog_ecommerce_api_read
Read ecommerce data from Voog CMS by forwarding GET requests to the Ecommerce v1 API. Access orders, products, and settings using a site name and endpoint path.
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. |