settings.identity.update

Set the legal merchant identity (6563 m.3) — complete rows only; rendered live in the footer.

Payload

fieldtyperequirednotes
merchantType"tacir" | "esnaf"yes
unvanstring (≤200 chars)no
adSoyadstring (≤100 chars)no
mersisstringno
vergiNostringno
addressstring (≤400 chars)yes
ilstringyes
emailstringyes
phonestringyes
kepAddressstringno

JSON Schema

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "merchantType": {
      "type": "string",
      "enum": [
        "tacir",
        "esnaf"
      ]
    },
    "unvan": {
      "type": "string",
      "minLength": 1,
      "maxLength": 200
    },
    "adSoyad": {
      "type": "string",
      "minLength": 1,
      "maxLength": 100
    },
    "mersis": {
      "type": "string"
    },
    "vergiNo": {
      "type": "string"
    },
    "address": {
      "type": "string",
      "minLength": 1,
      "maxLength": 400
    },
    "il": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "kepAddress": {
      "type": "string"
    }
  },
  "required": [
    "merchantType",
    "address",
    "il",
    "email",
    "phone"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/commands/settings.identity.update.md