# MailingAddress - admin - OBJECT
Version: unstable

## Description
Represents a customer mailing address.

For example, a customer's default address and an order's billing address are both mailling addresses.

### Access Scopes



## Fields
* [address1](/docs/api/admin/unstable/scalars/String): String - The first line of the address. Typically the street address or PO Box number.
* [address2](/docs/api/admin/unstable/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit.
* [city](/docs/api/admin/unstable/scalars/String): String - The name of the city, district, village, or town.
* [company](/docs/api/admin/unstable/scalars/String): String - The name of the customer's company or organization.
* [coordinatesValidated](/docs/api/admin/unstable/scalars/Boolean): Boolean! - Whether the address corresponds to recognized latitude and longitude values.
* [country](/docs/api/admin/unstable/scalars/String): String - The name of the country.
* [countryCode](/docs/api/admin/unstable/scalars/String): String - The two-letter code for the country of the address.

For example, US.
* [countryCodeV2](/docs/api/admin/unstable/enums/CountryCode): CountryCode - The two-letter code for the country of the address.

For example, US.
* [firstName](/docs/api/admin/unstable/scalars/String): String - The first name of the customer.
* [formatted](/docs/api/admin/unstable/scalars/String): String! - A formatted version of the address, customized by the provided arguments.
* [formattedArea](/docs/api/admin/unstable/scalars/String): String - A comma-separated list of the values for city, province, and country.
* [id](/docs/api/admin/unstable/scalars/ID): ID! - A globally-unique ID.
* [lastName](/docs/api/admin/unstable/scalars/String): String - The last name of the customer.
* [latitude](/docs/api/admin/unstable/scalars/Float): Float - The latitude coordinate of the customer address.
* [longitude](/docs/api/admin/unstable/scalars/Float): Float - The longitude coordinate of the customer address.
* [name](/docs/api/admin/unstable/scalars/String): String - The full name of the customer, based on firstName and lastName.
* [phone](/docs/api/admin/unstable/scalars/String): String - A unique phone number for the customer.
* [province](/docs/api/admin/unstable/scalars/String): String - The region of the address, such as the province, state, or district.
* [provinceCode](/docs/api/admin/unstable/scalars/String): String - The alphanumeric code for the region.

For example, ON.
* [timeZone](/docs/api/admin/unstable/scalars/String): String - The time zone of the address.
* [validationResultSummary](/docs/api/admin/unstable/enums/MailingAddressValidationResult): MailingAddressValidationResult - The validation status that is leveraged by the address validation feature in the Shopify Admin.
See ["Validating addresses in your Shopify admin"](https://help.shopify.com/manual/fulfillment/managing-orders/validating-order-address) for more details.
* [zip](/docs/api/admin/unstable/scalars/String): String - The zip or postal code of the address.

## Connections



## Related queries

## Related mutations
* [customerAddressCreate](/docs/api/admin/unstable/mutations/customerAddressCreate) Create a new customer address.
* [customerAddressUpdate](/docs/api/admin/unstable/mutations/customerAddressUpdate) Update a customer's address information.

## Related Unions

## Examples