/
Public Articles Get
Fetch one article by its partner-supplied article_number.
- Mock serverhttps://docs.mercura.ai/_mock/openapi/articles/{article_number}
- https://docs.mercura.ai/api/public/v1https://docs.mercura.ai/api/public/v1/articles/{article_number}
- Productionhttps://prod-euapi.mercura.ai/api/public/v1/articles/{article_number}
curl -i -X GET \
'https://docs.mercura.ai/_mock/openapi/articles/{article_number}' \
-H 'authorization: string'Successful Response
Example:"LED-Feuchtraumwannenleuchte, 1500 mm, 50 W, 6500 lm, 4000 K neutralweiß, Schutzart IP65, Polycarbonat-Gehäuse, inkl. Durchgangsverdrahtung."
Example:
{ "lichtfarbe": "4000K", "lichtstrom_lm": "6500", "schutzart": "IP65" }
ETIM classification features stored for the article
Example:
[ { "etim_code": "EF000008", "human_label": "Nennspannung", "type": "number", "value_number": 230 }, { "etim_code": "EF000131", "human_label": "Mit Anschlussleitung", "type": "boolean", "value_boolean": true } ]
Response
{ "article_number": "LEU-1500-50-840", "category": "Feuchtraumleuchte", "created_at": "2026-01-15T08:30:00Z", "custom_attributes": { "lichtfarbe": "4000K", "lichtstrom_lm": "6500", "schutzart": "IP65" }, "delivery_quantity": "1", "description": "LED-Feuchtraumwannenleuchte, 1500 mm, 50 W, 6500 lm, 4000 K neutralweiß, Schutzart IP65, Polycarbonat-Gehäuse, inkl. Durchgangsverdrahtung.", "ean_number": "4260001234562", "etim_features": [ { … }, { … } ], "id": "LEU-1500-50-840", "is_deleted": false, "is_diverse": false, "is_legacy_article": false, "list_price": "89.90", "manufacturer": "Lumaris", "manufacturer_article_number": "LM-DP1500-50", "name": "LED-Feuchtraumleuchte 1500 mm 50 W 4000 K IP65", "series": "AquaLine PRO", "tags": [ "LED", "Eigenmarke" ], "unit": "Stk", "updated_at": "2026-07-14T09:12:44Z" }