Address Types
| Type | Description |
|---|---|
Home | Residential address |
Business | Business address |
Mailing | Mailing address |
Legal | Legal registered address |
Other | Other address type |
Creating Addresses
- Base
- Mexico
Retrieving Addresses
retrieveByExternalId or retrieveByMetadata (see SDK reference).
Accessing Mexico Properties
- Base
- Mexico
Updating Addresses
- Base
- Mexico
Listing Addresses
By Client
With Filtering
Get Primary Address
Deleting Addresses
Address Model Properties
- Base
- Mexico
| Property | Type | Description |
|---|---|---|
id | string | Unique identifier |
clientId | string | Parent client ID |
type | AddressType | Address type |
isPrimary | boolean | Whether primary address |
street | string | Street name |
city | string | City name |
state | string | State/province |
postalCode | string | Postal/ZIP code |
country | CountryIso2 | Country code |
isHome | boolean | True if home address |
isBusiness | boolean | True if business address |
isMailing | boolean | True if mailing address |
isLegal | boolean | True if legal address |
formatted | string | Single-line formatted |
formattedMultiLine | string | Multi-line formatted |
createdAt | Date | Creation timestamp |
updatedAt | Date | Last update timestamp |
Batch Operations
See Batch Operations for more details.
