Raw Yango Tech Retail API call
raw_requestCall any Yango Tech Retail B2B endpoint directly when no dedicated tool exists. Send the relative path and JSON body to access orders, receipts, pricelists, WMS, and logistics operations.
Instructions
Escape hatch: direct call to any Yango Tech Retail B2B endpoint — for paths without a dedicated tool (orders/update, receipts/documents/upload, wms/picking/set-state, logistics/delivery/set-state, products-vat/, pricelists/get|create, store-pricelist-links/, 3pl/deliveries/*). Every endpoint of this API is a POST with a JSON body; pass a relative path like "b2b/v1/pricelists/get" and the body object. CAUTION: this tool can perform writes; 5xx/network errors are never retried for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body (defaults to {} — the API expects a JSON object on every call). | |
| path | Yes | Relative API path, e.g. "b2b/v1/pricelists/get". Absolute URLs are rejected (SSRF guard). |