- Public Suppliers Get
About
About
Public Suppliers Bulk Upsert
Public Suppliers List
Public Suppliers Get
Fetch one supplier by its partner-supplied supplier_id.
- Mock serverhttps://docs.mercura.ai/_mock/openapi/suppliers/{supplier_id}
- https://docs.mercura.ai/api/public/v1https://docs.mercura.ai/api/public/v1/suppliers/{supplier_id}
- Productionhttps://prod-euapi.mercura.ai/api/public/v1/suppliers/{supplier_id}
curl -i -X GET \
'https://docs.mercura.ai/_mock/openapi/suppliers/{supplier_id}' \
-H 'authorization: string'Successful Response
Organisation-defined custom fields, keyed by the field's display label (v1.9.0; previously keyed by the internal column UUID). Columns with no active definition are omitted; null when the supplier carries none. On duplicate labels the field defined first (by display order, then creation time) wins.
Example:
{ "Kreditor-Nr": "70012", "Lieferantengruppe": "Leuchten" }
Response
{ "created_at": "2026-02-03T10:20:00Z", "custom_fields": { "Kreditor-Nr": "70012", "Lieferantengruppe": "Leuchten" }, "emails": [ "vertrieb@lumaris.example" ], "id": "L-2001", "name": "Lumaris Leuchten GmbH", "supplier_id": "L-2001", "updated_at": "2026-07-10T08:05:00Z" }