For AI agents: visit https://developer.subotiz.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Type | Desc |
|---|
| customer_id | string | Customer unique identifier on Subotiz |
| email | string | Customer email |
| name | string | Customer name |
| type | string | Customer type
- customer: member
- guest: visitor
|
| create_at | string | Customer create time |
| payer_id | string | Integration-side customer unique identifier |
| email_subscription | int | Whether to subscribe to marketing email notifications
- 1: Do not subscribe
- 2: Subscribe
|
| metadata | map[string]string | A set of key-value pairs that can be attached to an object, allowing you to store additional information in a structured format. |
| address | CustomerAddress | Customer address |
| Field | Type | Desc |
|---|
| line1 | string | Address line 1 |
| line2 | string | Address line 2 |
| city | string | City |
| province | string | Province/state code |
| postal_code | string | Postal code |
| country | string | Country/region code |