Merchant
Merchant object fields.
Occurrence
Content
| Key | Type | Description |
|---|---|---|
| id | string | UUID of the merchant |
| name | string | The name of the merchant |
| site_title | string | The title that appears in the browser tab |
| owner | Owner | /pages/Zjwm6nw4xMnF19qk1Yjc |
Examples
{
"id": "cedad42m",
"name": "demo",
"site_title": "zahls.ch",
"owner": {
"company": "Demo Firma",
"first_name": "Jane",
"last_name": "Doe",
"address": "Burgstrasse 20",
"zip": "3600",
"place": "Thun",
"email": "test@zahls.ch"
}
}
Changelog
2026-03-10
Added the id property to the Merchant object.