Address object structure and attributes
Attribute | Type | Description |
---|---|---|
first_name | String | The first name of the addressee |
last_name | String | The last name of the addressee |
address_line1 | String | The house number and street name |
address_line2 | String | The suite, post office box, or apartment number (optional) |
zip_code | String | The zip code of the address |
city | String | The city of the address |
state | String | The USPS abbreviation for the state of the address (e.g. AK) |
country | String | The ISO abbreviation for the country of the address (e.g. US). A list of all available two-letter country codes can be found here. |
phone_number | String | The phone number associated with the address |
instructions | String | Optional instructions to include with the shipping addresses |