Orders
lowPurchase orders: customer, total, status, shipping address, tax and discount.
orders_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | yes | bestellnummer · numéro de commande · numero ordine · número de pedido · order id |
| customer_id | string | — | kunde · client · cliente |
| total | number | yes | gesamtbetrag · total · totale |
| currency | string | yes | währung · devise · valuta · moneda |
| status | enum | — | status · statut · stato · estado |
| placed_at | date | — | bestelldatum · date de commande · fecha del pedido |
| shipping_address_id | string | — | — |
| tax | number | — | mwst · tva · iva · tax |
| discount | number | — | rabatt · remise · sconto · descuento |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "orders_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →