Customers

low

Repeat e-commerce buyers: identity, contact, default shipping, lifetime stats.

customers_v1

Fields

ColumnTypeRequiredHints
idstringyes
emailemailyese-mail · mail · correo · courriel
first_namestringvorname · prenom · prénom · nombre · given name
last_namestringnachname · nom · cognome · apellido · surname
phonephonetelefon · téléphone · telefono · phone · mobile
default_shipping_address_idstring
created_atdate
lifetime_ordersnumberanzahl bestellungen · nombre de commandes · numero ordini · número de pedidos
lifetime_valuenumberlifetime value · umsatz gesamt · chiffre d'affaires total · ricavi totali · valor total

Use via MCP

Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.

adaptivmapr.match_headers({
  template: "customers_v1",
  headers: ["first_name", "last_name", /* ... */]
})
MCP install instructions →