Products
lowProduct catalog: SKU, GTIN, price, category, weight, stock flag.
products_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| sku | string | yes | sku · artikelnummer · référence · codice articolo · código |
| name | string | yes | name · nom · nome · nombre |
| description | string | — | — |
| price | number | yes | preis · prix · prezzo · precio |
| currency | string | — | währung · devise · valuta · moneda |
| gtin | string | — | gtin · ean · barcode |
| category | string | — | kategorie · catégorie · categoria · categoría |
| weight_g | number | — | gewicht · poids · peso |
| in_stock | boolean | — | vorrätig · en stock · disponibile · disponible |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "products_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →