Supplier inventory
lowSupplier catalogue with GTIN/IBAN/GLN.
supplier_inventory_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| sku | string | yes | sku · artikelnr · référence · codigo |
| name | string | yes | — |
| gtin | string | — | gtin · ean |
| gln | string | — | gln |
| iban | string | — | iban |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "supplier_inventory_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →