Merchant

Merchant object fields.

Occurrence

Content

KeyTypeDescription
idstringUUID of the merchant
namestringThe name of the merchant
site_titlestringThe title that appears in the browser tab
ownerOwner/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.