The customer address object

AttributeDescription
idUnique identifier for the sales order address object.
customer_idThe ID of the customer related to the address.
entity_typeDepending on the address type, either "billing" or "shipping". Customer can have one billing address and many shipping addresses.
first_nameThe first name of the person related to the address.
last_nameThe last name of the person related to the address.
companyThe company name related to the address.
phoneThe phone number related to the address.
line_1The first line of the address (street name and house number).
line_2The second line of the address (apartment, suite, unit, or building).
cityThe city of the address.
stateThe state of the address.
zipThe zip code of the address.
countryThe country of the address.
created_atThe timestamp when the address was created.
updated_atThe timestamp when the address was updated.