{
    "id": 1,
    "name": "Kohler Group",
    "email": "parisian.kristoffer@yahoo.com",
    "phone": "+12069536978",
    "line_1": "193 Dach Shores Suite 632",
    "line_2": "Apt. 300",
    "city": "Moenburgh",
    "region": "Colorado",
    "post_code": "72099",
    "country": 1,
    "created_at": "2024-12-09 22:49:57",
    "updated_at": "2024-12-09 22:49:57"
}
id
integer
required

ID of the address.

name
string
required

For example, “John Smith” or “Acme Products”.

email
string
required

The contact email address.

Carriers may send one or more shipment tracking notifications to this email address.

phone
string
required

The contact phone number.

This must be formatted using the E.164 standard.

line_1
string
required

Line 1 of the address.

line_2
string

Line 2 of the address.

city
string
required

The address’ town or city.

region
string
required

The address’ state, province, or region.

post_code
string
required

The address’ post code.

country
integer
required

A Country enum representing the address’ country.

created_at
string
required

Timestamp of when the address was created.

updated_at
string
required

Timestamp of when the address was last updated.

{
    "id": 1,
    "name": "Kohler Group",
    "email": "parisian.kristoffer@yahoo.com",
    "phone": "+12069536978",
    "line_1": "193 Dach Shores Suite 632",
    "line_2": "Apt. 300",
    "city": "Moenburgh",
    "region": "Colorado",
    "post_code": "72099",
    "country": 1,
    "created_at": "2024-12-09 22:49:57",
    "updated_at": "2024-12-09 22:49:57"
}