Raw Yango Delivery API call
raw_requestDirectly call Yango Delivery B2B API endpoints that lack a dedicated tool, enabling custom operations like tariffs, delivery methods, and claims management.
Instructions
Escape hatch: a direct call to any method of the Yango Delivery claims B2B API — for endpoints without a dedicated tool (tariffs, delivery-methods, claims/proof-of-delivery/info, claims/edit, claims/apply-changes, claims/return, claims/bulk_info, claims/journal, …). Paths are relative to the API root, e.g. "b2b/cargo/integration/v2/tariffs". query becomes the query string, body is sent as JSON. CAUTION: this tool can perform state-changing operations; 5xx/network errors are retried only for GETs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | Yes | Relative API path, e.g. "b2b/cargo/integration/v2/claims/bulk_info". | |
| query | No | Query-string parameters, e.g. {"claim_id": "..."}. | |
| method | No | HTTP method; defaults to POST. |