Address Overview
An Address represents a customer’s physical address information used for billing, shipping, or company registration purposes.
Address Schema
| Field | Description | Type |
|---|---|---|
| id | Unique identifier (UUID) | String |
| zipcode | Postal code (CEP in Brazil) | String |
| neighborhood | Neighborhood or district name | String |
| street | Street name | String |
| number | Street number | String |
| complement | Additional address information (apartment number, building name, etc.) | String |
| city | City object containing city and state information | Object |