Orders

low

Purchase orders: customer, total, status, shipping address, tax and discount.

orders_v1

Fields

ColumnTypeRequiredHints
idstringyesbestellnummer · numéro de commande · numero ordine · número de pedido · order id
customer_idstringkunde · client · cliente
totalnumberyesgesamtbetrag · total · totale
currencystringyeswährung · devise · valuta · moneda
statusenumstatus · statut · stato · estado
placed_atdatebestelldatum · date de commande · fecha del pedido
shipping_address_idstring
taxnumbermwst · tva · iva · tax
discountnumberrabatt · 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 →