get_api_endpoint_schema
Retrieve the complete schema for any Cin7 Core API endpoint by providing its HTTP method and path.
Instructions
Return the full schema for one Cin7 API endpoint.
Args: method: HTTP verb. Case-insensitive. path: Endpoint path. Leading slashes are stripped; the lookup is case-sensitive on the path itself.
Returns:
{"method","path","group","summary","description", "query_params","request_body_schema","request_body_example", "response_schema","response_example"}.
On unknown endpoint, returns {"error": "..."} with a did_you_mean
hint if a close match exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||