id | Unique identifier for the sales order address object. |
customer_id | The ID of the customer related to the address. |
entity_type | Depending on the address type, either "billing" or "shipping". Customer can have one billing address and many shipping addresses. |
first_name | The first name of the person related to the address. |
last_name | The last name of the person related to the address. |
company | The company name related to the address. |
phone | The phone number related to the address. |
line_1 | The first line of the address (street name and house number). |
line_2 | The second line of the address (apartment, suite, unit, or building). |
city | The city of the address. |
state | The state of the address. |
zip | The zip code of the address. |
country | The country of the address. |
created_at | The timestamp when the address was created. |
updated_at | The timestamp when the address was updated. |