Addresses (Full Update)
File Naming Convention
TGEN_addresses_fullupdate_2025-08_<optionalSuffix>.csv
importType:fullupdateapiVersion:2025-08
Columns
| Column Header | Description | Type | Required |
|---|---|---|---|
customer | Unique Tulip identifier of the customer this address belongs to | string | Yes |
uuid | Unique Tulip identifier of the address | string | No |
address1 | Address line 1: street number and street name | string | Yes |
city | City | string | Yes |
countryCode | Country ISO code in ISO-3166-1 alpha-2 format | string | Yes |
zoneCode | The ISO-3166-2 region code (including the country code portion) for the state/province/region | string | No |
postCode | Postal code of the address | string | Yes |
address2 | Address line 2 | string | No |
externalId | Integrator provided unique identifier for the address. Typically used to map a primary key from a third party system to the Tulip resource. | string | No |
firstName | First name associated to the address | string | No |
lastName | Last name associated to the address | string | No |
phone | Phone number associated to the address (E.164 standard) | string | No |
emailAddress | Email address associated to the address | string | No |
type | Type of address | string | Yes |
disabled | Boolean dictating if address is disabled (true or false) | boolean | No |
isPrimary | Boolean dictating if address is the primary address for the customer | boolean | No |
Sample CSV
See the following addresses CSV sample file.