Returns
lowReturn and refund records: order linkage, reason, amount, status.
returns_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | yes | — |
| order_id | string | yes | — |
| customer_id | string | — | — |
| reason | enum | — | grund · raison · motivo |
| amount | number | — | betrag · montant · importo · monto · amount |
| currency | string | — | — |
| status | enum | — | — |
| requested_at | date | — | — |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "returns_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →