Attributes (US)
Attribute | Data type | Description |
---|---|---|
street1 | string | Address line 1 (e.g., street, PO Box, or company name). |
street2 | string | Address line 2 (e.g., apartment, suite, unit, or building). |
city | string | City, district, suburb, town, or village. |
region1_code | string | State, county, province, or region. |
postal_code | string | ZIP or postal code. |
country_code | string | Three-letter country code (examples:USA , CAN ). |
"address":{
"street1": "4519 Rue Levy",
"street2": "Apt 1",
"city": "Saint-Laurent",
"region1_code": "QC",
"postal_code": "H4R2P9",
"country_code": "CAN"
}