Create client
create_clientAdd a new client to a brand with email and name. Optionally create portal login credentials and include extra fields like currency or language.
Instructions
Create a new client under a brand. Provide email + name; optionally create login credentials. Use "extra" for additional fields (language_code, currency_code, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Client email address | ||
| extra | No | Additional raw fields passed through to the API | |
| brand_id | Yes | Brand UUID | |
| lastname | No | ||
| password | No | Portal password (only with has_login) | |
| firstname | No | ||
| has_login | No | Create portal login (default false) | |
| currency_code | No | Account currency, e.g. "USD" |