Address Object Fields

Learn about the fields used to model addresses of physical locations.

These field references describe the fields in an address object.

The following fields are available:

FieldTypePatternMinMaxDescription
country_subdivision_codeString6The four-letter ISO code for the state or province that represents the subdivision. For example, use US-CA for California. Leave this field blank if it is not required.
cityString256The name of the city.
postal_codeString256The postal code.
countyString256The name of the county.
country_codeString^[A-Z]{2}$22

The two-letter ISO code for the country.

If the service later uses the address to determine tax or liability, such as for physical goods, it uses this value as the geographic location unless a subdivision is specified.

street_nameString256The street name. You can concatenate multiple lines with a comma (,).
address_detailString512Additional address details, such as an apartment number.
freeform_addressString256The free-text address.
building_numberString256The building number.

Did this page help you?