The Seller object represents a franchise seller mapping with per-provider merchant credentials.Documentation Index
Fetch the complete documentation index at: https://docs.y.uno/llms.txt
Use this file to discover all available pages before exploring further.
Attributes
| Field | Type | Description |
|---|---|---|
seller_id | string (UUID) | The Yuno-generated unique identifier for this seller. |
account_code | string (UUID) | The account under which this seller was created. |
merchant_seller_id | string | The merchant’s own identifier for this franchise store (MAX 255; MIN 1). |
name | string | The seller’s display name (MAX 255). |
email | string | The seller’s email address. |
phone | object | The seller’s phone. Contains country_code and number. |
phone.country_code | string | Phone country code (e.g., "55"). |
phone.number | string | Phone number (e.g., "11999999999"). |
document | object | The seller’s legal document. Contains type and number. |
document.type | string | Document type (e.g., CNPJ, CPF, RUT, NIT). |
document.number | string | Document number (e.g., "12345678000199"). |
address | object | The seller’s address. |
address.street | string | Street name. |
address.number | string | Street number. |
address.city | string | City name. |
address.state | string | State or province code. |
address.country | string | Country code (ISO 3166-1 alpha-2). |
address.zip_code | string | Postal or ZIP code. |
country | string | The seller’s country (ISO 3166-1 alpha-2, MAX 2). |
website | string | The seller’s website URL. |
industry | string | The seller’s industry or business vertical (MAX 255). |
merchant_category_code | string | Merchant Category Code / MCC (MAX 4). |
payment_method | array | Payment method configurations with provider-specific details. |
created_at | timestamp | Creation timestamp (ISO 8601). |
updated_at | timestamp | Last update timestamp (ISO 8601). |