CustomerAddress
Address from the linked CRM location. Individual components can be null.
Fields
Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.
Complete example
CustomerAddress · complete example
{
"street": "123 Example Street",
"unit": null,
"city": "New York",
"state": "NY",
"zip": "10001",
"country": "US"
}