Skip to content

ETIM features

Push ETIM classification features to sharpen how Mercura matches incoming LV positions against your catalogue. Each feature is one object:

{
  "article_number": "LEU-1500-50-840",
  "name": "LED-Feuchtraumleuchte 1500 mm 50 W 4000 K IP65",
  "etim_features": [
    { "etim_code": "EF000008", "human_label": "Nennspannung",         "type": "number",  "value_number": 230 },
    { "etim_code": "EF000007", "human_label": "Farbe",                "type": "string",  "value_string": "weiß" },
    { "etim_code": "EF000131", "human_label": "Mit Anschlussleitung", "type": "boolean", "value_boolean": true },
    { "etim_code": "EF000056", "human_label": "Leistungsbereich",     "type": "range",   "value_range": { "gte": 18.0, "lte": 50.0 } }
  ]
}

Set the one value_* field that matches type (value_string, value_number, value_boolean, or value_range); leave the others out. Sending etim_features replaces the article's full feature list; omit the field to leave it unchanged.