Address Object

Example Address Object
{
  "first_name": "Tim",
  "last_name": "Beaver",
  "address_line1": "77 Massachusetts Avenue",
  "address_line2": "",
  "zip_code": "02139",
  "city": "Cambridge",
  "state": "MA",
  "country": "US",
  "phone_number": "5551230101",
  "instructions": "Place packages inside blue garage door."
}

Attributes

AttributeTypeDescription
first_nameStringThe first name of the addressee
last_nameStringThe last name of the addressee
address_line1StringThe house number and street name
address_line2StringThe suite, post office box, or apartment number (optional)
zip_codeStringThe zip code of the address
cityStringThe city of the address
stateStringThe USPS abbreviation for the state of the address (e.g. AK)
countryStringThe 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_numberStringThe phone number associated with the address
instructionsStringOptional instructions to include with the shipping addresses